commit: e39c98a981da633b072bafe4b1764dfebfaacfe1
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 19 19:35:01 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Nov 19 19:40:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e39c98a9
dev-perl/mecab-perl: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../{mecab-perl-0.996.ebuild => mecab-perl-0.996-r1.ebuild} | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/dev-perl/mecab-perl/mecab-perl-0.996.ebuild
b/dev-perl/mecab-perl/mecab-perl-0.996-r1.ebuild
similarity index 80%
rename from dev-perl/mecab-perl/mecab-perl-0.996.ebuild
rename to dev-perl/mecab-perl/mecab-perl-0.996-r1.ebuild
index adbae9099c7d..3fba3b5a2cec 100644
--- a/dev-perl/mecab-perl/mecab-perl-0.996.ebuild
+++ b/dev-perl/mecab-perl/mecab-perl-0.996-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="6"
+EAPI=8
inherit perl-module
@@ -12,10 +12,10 @@
SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.go
LICENSE="|| ( BSD LGPL-2.1 GPL-2 )"
SLOT="0"
KEYWORDS="amd64 ~ia64 x86"
-IUSE=""
-DEPEND="~app-text/mecab-${PV}"
-RDEPEND="${DEPEND}"
+RDEPEND="~app-text/mecab-${PV}"
+BDEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}"
DOCS=( AUTHORS README test.pl )
HTML_DOCS=( bindings.html )