diff options
author | 2021-10-18 21:38:18 +0200 | |
---|---|---|
committer | 2021-10-18 21:42:52 +0200 | |
commit | 2aefe2a379d306e0bb99fdc62a477775c8a95f0d (patch) | |
tree | 9f1fb1a5812c683dcbef59c3e0ba32d22fe7fd6e /dev-perl/DateTime-Format-Human-Duration | |
parent | dev-perl/DateTime-Format-Flexible: Version bump 0.34 (diff) | |
download | gentoo-2aefe2a379d306e0bb99fdc62a477775c8a95f0d.tar.gz gentoo-2aefe2a379d306e0bb99fdc62a477775c8a95f0d.tar.bz2 gentoo-2aefe2a379d306e0bb99fdc62a477775c8a95f0d.zip |
dev-perl/DateTime-Format-Human-Duration: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/DateTime-Format-Human-Duration')
-rw-r--r-- | dev-perl/DateTime-Format-Human-Duration/DateTime-Format-Human-Duration-0.640.0-r1.ebuild (renamed from dev-perl/DateTime-Format-Human-Duration/DateTime-Format-Human-Duration-0.640.0.ebuild) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-perl/DateTime-Format-Human-Duration/DateTime-Format-Human-Duration-0.640.0.ebuild b/dev-perl/DateTime-Format-Human-Duration/DateTime-Format-Human-Duration-0.640.0-r1.ebuild index 84bcabe347fc..56bd85fd09ff 100644 --- a/dev-perl/DateTime-Format-Human-Duration/DateTime-Format-Human-Duration-0.640.0.ebuild +++ b/dev-perl/DateTime-Format-Human-Duration/DateTime-Format-Human-Duration-0.640.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=MSTRAT DIST_VERSION=0.64 @@ -11,10 +11,10 @@ DESCRIPTION="Get a locale specific string describing the span of a given duratio SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" RDEPEND="" -DEPEND="dev-perl/Module-Build - ${RDEPEND}" +BDEPEND="dev-perl/Module-Build + ${RDEPEND} +" DIST_TEST="do" |