diff options
author | 2022-07-02 22:06:52 +0200 | |
---|---|---|
committer | 2022-07-02 22:06:52 +0200 | |
commit | fcfd3a35a6e1f2b003094cb2d53f87719765476e (patch) | |
tree | e6d43bee52cd8af6d179d6dd2fccc1b94a0523e4 /app-arch/alien | |
parent | app-admin/awscli-bin: rev bump to fix licenses (diff) | |
download | gentoo-fcfd3a35a6e1f2b003094cb2d53f87719765476e.tar.gz gentoo-fcfd3a35a6e1f2b003094cb2d53f87719765476e.tar.bz2 gentoo-fcfd3a35a6e1f2b003094cb2d53f87719765476e.zip |
app-arch/alien: update EAPI 6 -> 8
Closes: https://bugs.gentoo.org/836030
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-arch/alien')
-rw-r--r-- | app-arch/alien/alien-8.95-r2.ebuild (renamed from app-arch/alien/alien-8.95-r1.ebuild) | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/app-arch/alien/alien-8.95-r1.ebuild b/app-arch/alien/alien-8.95-r2.ebuild index fac253c4e118..90fee2c5c587 100644 --- a/app-arch/alien/alien-8.95-r1.ebuild +++ b/app-arch/alien/alien-8.95-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit perl-module @@ -19,16 +19,7 @@ RDEPEND=" app-arch/dpkg dev-util/debhelper >=app-arch/tar-1.14.91 - bzip2? ( - app-arch/bzip2 - )" - + bzip2? ( app-arch/bzip2 )" DEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}/${P}-tar-extensions.patch" ) - -src_prepare() { - default - sed -e s%'$(VARPREFIX)'%${D}% -e s%'$(PREFIX)'%${D}/usr%g \ - -i "${S}"/Makefile.PL || die "sed failed" -} |