diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-08 15:49:33 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-08 16:45:34 +0200 |
commit | 692347243ac7d3d103cf1c400b2c44fc22fbb75d (patch) | |
tree | c97012e9bf7011045621f83c38b69f6992e458c1 /dev-perl | |
parent | dev-perl/Snowball-Norwegian: EAPI=8 bump (diff) | |
download | gentoo-692347243ac7d3d103cf1c400b2c44fc22fbb75d.tar.gz gentoo-692347243ac7d3d103cf1c400b2c44fc22fbb75d.tar.bz2 gentoo-692347243ac7d3d103cf1c400b2c44fc22fbb75d.zip |
dev-perl/Snowball-Swedish: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Snowball-Swedish/Snowball-Swedish-1.200.0-r2.ebuild (renamed from dev-perl/Snowball-Swedish/Snowball-Swedish-1.200.0-r1.ebuild) | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/dev-perl/Snowball-Swedish/Snowball-Swedish-1.200.0-r1.ebuild b/dev-perl/Snowball-Swedish/Snowball-Swedish-1.200.0-r2.ebuild index 24766b93ae81..9263b8322344 100644 --- a/dev-perl/Snowball-Swedish/Snowball-Swedish-1.200.0-r1.ebuild +++ b/dev-perl/Snowball-Swedish/Snowball-Swedish-1.200.0-r2.ebuild @@ -1,20 +1,18 @@ -# 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=ASKSH -MODULE_VERSION=1.2 +DIST_AUTHOR=ASKSH +DIST_VERSION=1.2 inherit perl-module DESCRIPTION="Porters stemming algorithm for Swedish" SLOT="0" KEYWORDS="amd64 ~ia64 ~ppc sparc x86" -IUSE="" RDEPEND="" -DEPEND="${RDEPEND} - dev-perl/Module-Build" - -SRC_TEST="do" +BDEPEND="${RDEPEND} + dev-perl/Module-Build +" |