summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-09-25 20:22:01 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-09-25 20:34:10 +0200
commit48dcb20fc71bdea195ca6e091cad5d32db002075 (patch)
tree9fa25fc6bc01b99a2fc510799a0a64805a47a664 /dev-perl/Text-Kakasi
parentdev-perl/Text-Iconv: EAPI=8 bump (diff)
downloadgentoo-48dcb20fc71bdea195ca6e091cad5d32db002075.tar.gz
gentoo-48dcb20fc71bdea195ca6e091cad5d32db002075.tar.bz2
gentoo-48dcb20fc71bdea195ca6e091cad5d32db002075.zip
dev-perl/Text-Kakasi: EAPI=8 bump
Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Text-Kakasi')
-rw-r--r--dev-perl/Text-Kakasi/Text-Kakasi-2.40.0-r3.ebuild (renamed from dev-perl/Text-Kakasi/Text-Kakasi-2.40.0-r2.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Text-Kakasi/Text-Kakasi-2.40.0-r2.ebuild b/dev-perl/Text-Kakasi/Text-Kakasi-2.40.0-r3.ebuild
index 97f15fb795c9..019634d08679 100644
--- a/dev-perl/Text-Kakasi/Text-Kakasi-2.40.0-r2.ebuild
+++ b/dev-perl/Text-Kakasi/Text-Kakasi-2.40.0-r3.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=DANKOGAI
DIST_VERSION=2.04
@@ -12,9 +12,9 @@ DESCRIPTION="This module provides libkakasi interface for Perl"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
-IUSE=""
RDEPEND=">=app-i18n/kakasi-2.3.4"
DEPEND="${RDEPEND}"
+BDEPEND="${RDEPEND}"
PATCHES=( "${FILESDIR}"/${PN}-2.04-makefile.patch )