diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-18 23:09:09 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-18 23:09:09 +0200 |
commit | b107c3f11e2871a43470f50f26e301bf4173323c (patch) | |
tree | e099a96a8eb55bc09614c730878c4d77db31a700 /dev-perl/AtExit | |
parent | media-sound/pulseaudio: Require xice, xsm and xtst for daemon only (diff) | |
download | gentoo-b107c3f11e2871a43470f50f26e301bf4173323c.tar.gz gentoo-b107c3f11e2871a43470f50f26e301bf4173323c.tar.bz2 gentoo-b107c3f11e2871a43470f50f26e301bf4173323c.zip |
dev-perl/AtExit: EAPI=8, fox typo
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/AtExit')
-rw-r--r-- | dev-perl/AtExit/AtExit-2.30.0-r2.ebuild (renamed from dev-perl/AtExit/AtExit-2.30.0-r1.ebuild) | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-perl/AtExit/AtExit-2.30.0-r1.ebuild b/dev-perl/AtExit/AtExit-2.30.0-r2.ebuild index 0e554dfd7e56..abd8be34c07e 100644 --- a/dev-perl/AtExit/AtExit-2.30.0-r1.ebuild +++ b/dev-perl/AtExit/AtExit-2.30.0-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DIST_AUTHOR=NEILB DIST_VERSION=2.03 @@ -16,13 +16,11 @@ LICENSE="Artistic" SLOT="0" KEYWORDS="amd64 ~ia64 ppc sparc x86" -IUSE="test" -RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Exporter " -BEPEND="${RDEPEND} +BDEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker test? ( dev-perl/Capture-Tiny |