diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 01:33:19 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:19:47 +0100 |
commit | 873751af743a6cea430449a8247d4baf8479aae2 (patch) | |
tree | 57199c30da77be3b7ca06aa63b4faf8aa56901d2 /net-misc/cfengine/cfengine-3.6.2.ebuild | |
parent | net-misc/bgpq3: eutils-- (diff) | |
download | gentoo-873751af743a6cea430449a8247d4baf8479aae2.tar.gz gentoo-873751af743a6cea430449a8247d4baf8479aae2.tar.bz2 gentoo-873751af743a6cea430449a8247d4baf8479aae2.zip |
net-misc/cfengine: explicitly inherit epatch
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/cfengine/cfengine-3.6.2.ebuild')
-rw-r--r-- | net-misc/cfengine/cfengine-3.6.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/cfengine/cfengine-3.6.2.ebuild b/net-misc/cfengine/cfengine-3.6.2.ebuild index d0d55340c25f..078cfa2c0d74 100644 --- a/net-misc/cfengine/cfengine-3.6.2.ebuild +++ b/net-misc/cfengine/cfengine-3.6.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit eutils autotools flag-o-matic +inherit autotools epatch flag-o-matic MY_PV="${PV//_beta/b}" MY_PV="${MY_PV/_p/p}" |