diff options
author | David Seifert <soap@gentoo.org> | 2022-07-02 22:07:01 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-07-02 22:07:01 +0200 |
commit | f0e8d4a414f9b8da9a1292b39a19f1e75188b098 (patch) | |
tree | 2682f0c9b2b479c1aa667fc4c62e3bff0a96a0f8 /app-arch/tapeutils | |
parent | app-arch/stuffit: update EAPI 6 -> 8 (diff) | |
download | gentoo-f0e8d4a414f9b8da9a1292b39a19f1e75188b098.tar.gz gentoo-f0e8d4a414f9b8da9a1292b39a19f1e75188b098.tar.bz2 gentoo-f0e8d4a414f9b8da9a1292b39a19f1e75188b098.zip |
app-arch/tapeutils: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-arch/tapeutils')
-rw-r--r-- | app-arch/tapeutils/tapeutils-0.4-r1.ebuild (renamed from app-arch/tapeutils/tapeutils-0.4.ebuild) | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/app-arch/tapeutils/tapeutils-0.4.ebuild b/app-arch/tapeutils/tapeutils-0.4-r1.ebuild index 50e3aac72747..3910ba59b41b 100644 --- a/app-arch/tapeutils/tapeutils-0.4.ebuild +++ b/app-arch/tapeutils/tapeutils-0.4-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit toolchain-funcs @@ -12,9 +12,7 @@ SRC_URI="http://www.brouhaha.com/~eric/software/tapeutils/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" -DEPEND="" RDEPEND="!app-emulation/hercules" PATCHES=( |