diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-11-07 15:49:02 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-11-07 18:05:15 +0100 |
commit | d14fa670ca2cec9e466c7197491814367b3c39a8 (patch) | |
tree | 34ec85bc68f2aa64839aecd254861f87d6a1275b /sys-block/tapecat | |
parent | sys-process/daemontools: EAPI-7 revbump (diff) | |
download | gentoo-d14fa670ca2cec9e466c7197491814367b3c39a8.tar.gz gentoo-d14fa670ca2cec9e466c7197491814367b3c39a8.tar.bz2 gentoo-d14fa670ca2cec9e466c7197491814367b3c39a8.zip |
sys-block/tapecat: EAPI-7 revbump
Closes: https://bugs.gentoo.org/697204
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-block/tapecat')
-rw-r--r-- | sys-block/tapecat/tapecat-1.0.0-r1.ebuild (renamed from sys-block/tapecat/tapecat-1.0.0.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-block/tapecat/tapecat-1.0.0.ebuild b/sys-block/tapecat/tapecat-1.0.0-r1.ebuild index 4d05583d1f5b..99d172996470 100644 --- a/sys-block/tapecat/tapecat-1.0.0.ebuild +++ b/sys-block/tapecat/tapecat-1.0.0-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=0 +EAPI=7 DESCRIPTION="tapecat is a tape utility used to describe the physical content of a tape" HOMEPAGE="http://www.inventivetechnology.at/tapecat/" @@ -10,7 +10,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" -DEPEND="sys-apps/file" +DEPEND="sys-apps/file:=" RDEPEND="${DEPEND}" src_compile() { |