diff options
author | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2021-03-03 14:55:06 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2021-03-03 14:55:06 +0100 |
commit | dcd92dc5b15ad3d9c759a2568885224c4f92b74c (patch) | |
tree | 595ff3ad3cd6d1574a2a8e778e575c6d0bf22f30 /dev-perl | |
parent | dev-perl/Algorithm-Loops: EAPI bump (diff) | |
download | sci-dcd92dc5b15ad3d9c759a2568885224c4f92b74c.tar.gz sci-dcd92dc5b15ad3d9c759a2568885224c4f92b74c.tar.bz2 sci-dcd92dc5b15ad3d9c759a2568885224c4f92b74c.zip |
dev-perl/BTLib: 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')
-rw-r--r-- | dev-perl/BTLib/BTLib-0.19.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/dev-perl/BTLib/BTLib-0.19.ebuild b/dev-perl/BTLib/BTLib-0.19.ebuild index 87a385f86..4205eca9e 100644 --- a/dev-perl/BTLib/BTLib-0.19.ebuild +++ b/dev-perl/BTLib/BTLib-0.19.ebuild @@ -1,9 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 - -MODULE_AUTHOR="" +EAPI=7 inherit perl-module @@ -11,9 +9,8 @@ DESCRIPTION="Perl part of the estscan package" HOMEPAGE="https://sourceforge.net/projects/estscan/" SRC_URI="http://downloads.sourceforge.net/estscan/${P}.tar.gz" -#LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )" +LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" SRC_TEST="do" |