diff options
author | 2021-04-16 15:03:28 +0100 | |
---|---|---|
committer | 2021-04-21 20:01:09 +0100 | |
commit | 878c24491143311aa02c30f9a32e3e09048ec095 (patch) | |
tree | e2903bf068efcf88c2b249cb61b6dbdd4cbd1281 /sys-fs | |
parent | sys-fs/reiserfsprogs: eutils->epatch (diff) | |
download | gentoo-878c24491143311aa02c30f9a32e3e09048ec095.tar.gz gentoo-878c24491143311aa02c30f9a32e3e09048ec095.tar.bz2 gentoo-878c24491143311aa02c30f9a32e3e09048ec095.zip |
sys-fs/progsreiserfs: eutils->epatch
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/progsreiserfs/progsreiserfs-0.3.1_rc8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/progsreiserfs/progsreiserfs-0.3.1_rc8.ebuild b/sys-fs/progsreiserfs/progsreiserfs-0.3.1_rc8.ebuild index 4d7551d17106..86acd4a58411 100644 --- a/sys-fs/progsreiserfs/progsreiserfs-0.3.1_rc8.ebuild +++ b/sys-fs/progsreiserfs/progsreiserfs-0.3.1_rc8.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils flag-o-matic libtool ltprune +inherit epatch flag-o-matic libtool ltprune MY_P=${PN}-${PV/_/-} |