app-portage/perl-info: EAPI bump.
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Thu, 17 Oct 2019 10:03:04 +0000 (12:03 +0200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Thu, 17 Oct 2019 10:03:41 +0000 (12:03 +0200)
Closes: https://bugs.gentoo.org/697402
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
app-portage/perl-info/perl-info-0.16.ebuild

index 467d498b5fcac4a92b9fca08dcec5f6350b92952..af3c4e29767ff9417956aed21f42594a9ae13af6 100644 (file)
@@ -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="Tool to gather relevant perl data useful for bugreport; 'emerge --info' for perl"
 HOMEPAGE="https://www.gentoo.org/proj/en/perl/"
@@ -13,11 +13,10 @@ SLOT="0"
 KEYWORDS="alpha amd64 hppa ~ia64 ppc sparc x86"
 IUSE=""
 
-DEPEND="dev-lang/perl
+RDEPEND="dev-lang/perl
        virtual/perl-Term-ANSIColor
        >=dev-perl/PortageXS-0.02.04"
-RDEPEND="${DEPEND}"
 
 src_install() {
-       dobin ${PN} || die
+       dobin ${PN}
 }