diff options
author | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2021-03-03 15:20:31 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2021-03-03 15:20:31 +0100 |
commit | 26a63bf054f687b955526772bb7afe215a5cdf63 (patch) | |
tree | 18fa736b74e8531cb3e6a4303cf1c7712ecba2c6 /dev-perl/Log-Cabin/Log-Cabin-0.06.ebuild | |
parent | dev-perl/DBIx-DBStag: EAPI bump (diff) | |
download | sci-26a63bf054f687b955526772bb7afe215a5cdf63.tar.gz sci-26a63bf054f687b955526772bb7afe215a5cdf63.tar.bz2 sci-26a63bf054f687b955526772bb7afe215a5cdf63.zip |
dev-perl/Log-Cabin: EAPI bump
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'dev-perl/Log-Cabin/Log-Cabin-0.06.ebuild')
-rw-r--r-- | dev-perl/Log-Cabin/Log-Cabin-0.06.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/dev-perl/Log-Cabin/Log-Cabin-0.06.ebuild b/dev-perl/Log-Cabin/Log-Cabin-0.06.ebuild index b5e385b14..365972f8f 100644 --- a/dev-perl/Log-Cabin/Log-Cabin-0.06.ebuild +++ b/dev-perl/Log-Cabin/Log-Cabin-0.06.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -MODULE_AUTHOR="JORVIS" - -MODULE_SECTION="Log-Cabin" +DIST_AUTHOR="JORVIS" +DIST_SECTION="Log-Cabin" inherit perl-module @@ -14,4 +13,3 @@ DESCRIPTION="Partial implementation of Log::Log4perl with reduced disk IO" LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" |