diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-24 23:54:09 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-24 23:54:09 +0200 |
commit | a81cccb194fe3043456997692f027f2739a5df1e (patch) | |
tree | c6e4c7d716f13c4622e2b7056855a942792a5575 /dev-perl/Passwd-Unix | |
parent | dev-perl/Passwd-Linux: EAPI=8 bump (diff) | |
download | gentoo-a81cccb194fe3043456997692f027f2739a5df1e.tar.gz gentoo-a81cccb194fe3043456997692f027f2739a5df1e.tar.bz2 gentoo-a81cccb194fe3043456997692f027f2739a5df1e.zip |
dev-perl/Passwd-Unix: EAPI=8 bump
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/Passwd-Unix')
-rw-r--r-- | dev-perl/Passwd-Unix/Passwd-Unix-0.710.0-r1.ebuild (renamed from dev-perl/Passwd-Unix/Passwd-Unix-0.710.0.ebuild) | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-perl/Passwd-Unix/Passwd-Unix-0.710.0.ebuild b/dev-perl/Passwd-Unix/Passwd-Unix-0.710.0-r1.ebuild index 904b568a5a9d..26eb87bd2e9c 100644 --- a/dev-perl/Passwd-Unix/Passwd-Unix-0.710.0.ebuild +++ b/dev-perl/Passwd-Unix/Passwd-Unix-0.710.0-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DIST_AUTHOR=STRZELEC DIST_VERSION=0.71 @@ -10,7 +10,6 @@ inherit perl-module DESCRIPTION="access to standard unix passwd files" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" RDEPEND=" virtual/perl-Carp @@ -21,9 +20,11 @@ RDEPEND=" >=virtual/perl-IO-Compress-2.15.0 dev-perl/Struct-Compare " -DEPEND="${RDEPEND} + +BDEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker " + src_prepare() { mkdir t/ mv test.pl t/test.t |