diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2016-09-20 16:19:54 -0400 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2016-09-20 16:24:03 -0400 |
commit | 9ff0db8d0ed92211f3a445f5d410c7e6ba3d5989 (patch) | |
tree | f0be967756f26ee78f77c766cb58a93cc606d6fe /dev-perl | |
parent | dev-perl/CSS-Minifier-XS: Revision Bump (diff) | |
download | gentoo-9ff0db8d0ed92211f3a445f5d410c7e6ba3d5989.tar.gz gentoo-9ff0db8d0ed92211f3a445f5d410c7e6ba3d5989.tar.bz2 gentoo-9ff0db8d0ed92211f3a445f5d410c7e6ba3d5989.zip |
dev-perl/Business-Hours: Fix QA issues and legacy interface usage
Use the latest EAPI to rely more on the defaults in the perl-module.eclass.
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Business-Hours/Business-Hours-0.120.0.ebuild | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/dev-perl/Business-Hours/Business-Hours-0.120.0.ebuild b/dev-perl/Business-Hours/Business-Hours-0.120.0.ebuild index 8cb82e554f40..e077727598f2 100644 --- a/dev-perl/Business-Hours/Business-Hours-0.120.0.ebuild +++ b/dev-perl/Business-Hours/Business-Hours-0.120.0.ebuild @@ -2,20 +2,17 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 -MODULE_AUTHOR="RUZ" -MODULE_VERSION="0.12" +DIST_AUTHOR="RUZ" +DIST_VERSION="0.12" inherit perl-module DESCRIPTION="Calculate business hours in a time period" -LICENSE="Artistic GPL-1" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" RDEPEND=">=dev-perl/Set-IntSpan-1.120.0" DEPEND="${RDEPEND}" - -SRC_TEST="do" |