diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-10-17 12:03:04 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-10-17 12:03:41 +0200 |
commit | 0344fa601aabbc9066a82e1763d3b8d7c3becd4c (patch) | |
tree | 9332d6247341b4901ba4a1d15c86147ffb9c5ce7 /app-portage | |
parent | app-emacs/inform-mode: sparc stable wrt bug #697846 (diff) | |
download | gentoo-0344fa601aabbc9066a82e1763d3b8d7c3becd4c.tar.gz gentoo-0344fa601aabbc9066a82e1763d3b8d7c3becd4c.tar.bz2 gentoo-0344fa601aabbc9066a82e1763d3b8d7c3becd4c.zip |
app-portage/perl-info: EAPI bump.
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>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/perl-info/perl-info-0.16.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/app-portage/perl-info/perl-info-0.16.ebuild b/app-portage/perl-info/perl-info-0.16.ebuild index 467d498b5fca..af3c4e29767f 100644 --- a/app-portage/perl-info/perl-info-0.16.ebuild +++ b/app-portage/perl-info/perl-info-0.16.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="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} } |