commit: d14fa670ca2cec9e466c7197491814367b3c39a8 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Thu Nov 7 14:49:02 2019 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Thu Nov 7 17:05:15 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d14fa670
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 <AT> gentoo.org> sys-block/tapecat/{tapecat-1.0.0.ebuild => tapecat-1.0.0-r1.ebuild} | 6 +++--- 1 file 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 similarity index 86% rename from sys-block/tapecat/tapecat-1.0.0.ebuild rename to sys-block/tapecat/tapecat-1.0.0-r1.ebuild index 4d05583d1f5..99d17299647 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() {
