diff options
author | David Seifert <soap@gentoo.org> | 2022-07-02 22:06:59 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-07-02 22:06:59 +0200 |
commit | 86901ca6b0ba4ffe849fd5bb42d6cfb491193848 (patch) | |
tree | 4483190d023cfb0e744f8c116b87d46c0709d2c5 /app-arch/rzip | |
parent | app-arch/pure-sfv: update EAPI 6 -> 8 (diff) | |
download | gentoo-86901ca6b0ba4ffe849fd5bb42d6cfb491193848.tar.gz gentoo-86901ca6b0ba4ffe849fd5bb42d6cfb491193848.tar.bz2 gentoo-86901ca6b0ba4ffe849fd5bb42d6cfb491193848.zip |
app-arch/rzip: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-arch/rzip')
-rw-r--r-- | app-arch/rzip/rzip-2.1-r4.ebuild (renamed from app-arch/rzip/rzip-2.1-r3.ebuild) | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/app-arch/rzip/rzip-2.1-r3.ebuild b/app-arch/rzip/rzip-2.1-r4.ebuild index f771c83cd97b..02cf14d9e94b 100644 --- a/app-arch/rzip/rzip-2.1-r3.ebuild +++ b/app-arch/rzip/rzip-2.1-r4.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 autotools @@ -12,7 +12,6 @@ SRC_URI="https://rzip.samba.org/ftp/rzip/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="" RDEPEND="app-arch/bzip2:=" DEPEND="${RDEPEND}" @@ -24,7 +23,6 @@ PATCHES=( src_prepare() { default - mv configure.{in,ac} || die eautoreconf } @@ -33,7 +31,7 @@ pkg_postinst() { ewarn "compression of large files it didn't set the right file size, so" ewarn "if you have any reason to believe that your archive was compressed " ewarn "with an old Gentoo rzip, please refer to " - ewarn " https://bugs.gentoo.org/show_bug.cgi?id=217552 " + ewarn " https://bugs.gentoo.org/217552" ewarn "for the rzip-handle-broken-archive.patch patch to rescue your" ewarn "data." ewarn |