diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-09-22 21:20:32 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-09-22 21:27:15 +0200 |
commit | 4c34990cf97ff92a6fad2e5f673790e3cf4f0bc6 (patch) | |
tree | 8fbebfbce2ab6d6d4a5e37e65fdecfa3cae927b9 /dev-perl | |
parent | dev-perl/Test-Trap: Verison bump 0.3.4 (diff) | |
download | gentoo-4c34990cf97ff92a6fad2e5f673790e3cf4f0bc6.tar.gz gentoo-4c34990cf97ff92a6fad2e5f673790e3cf4f0bc6.tar.bz2 gentoo-4c34990cf97ff92a6fad2e5f673790e3cf4f0bc6.zip |
dev-perl/Test-Unit-Lite: EAPI=8 bump
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Test-Unit-Lite/Test-Unit-Lite-0.120.200-r2.ebuild (renamed from dev-perl/Test-Unit-Lite/Test-Unit-Lite-0.120.200-r1.ebuild) | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/dev-perl/Test-Unit-Lite/Test-Unit-Lite-0.120.200-r1.ebuild b/dev-perl/Test-Unit-Lite/Test-Unit-Lite-0.120.200-r2.ebuild index 2eb9479999ce..577783061f56 100644 --- a/dev-perl/Test-Unit-Lite/Test-Unit-Lite-0.120.200-r1.ebuild +++ b/dev-perl/Test-Unit-Lite/Test-Unit-Lite-0.120.200-r2.ebuild @@ -1,19 +1,16 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 -MODULE_AUTHOR=DEXTER -MODULE_VERSION=0.1202 +DIST_AUTHOR=DEXTER +DIST_VERSION=0.1202 inherit perl-module DESCRIPTION="Unit testing without external dependencies" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" RDEPEND="" -DEPEND="dev-perl/Module-Build" - -SRC_TEST=do +BDEPEND="dev-perl/Module-Build" |