commit: 0029b9c3d4fa398d6531160f5ccf30dde73c086e
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri May 28 17:36:01 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri May 28 17:50:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0029b9c3
dev-perl/Encode-HanConvert: Stable for all
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Encode-HanConvert/Encode-HanConvert-0.350.0-r2.ebuild | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Encode-HanConvert/Encode-HanConvert-0.350.0-r2.ebuild
b/dev-perl/Encode-HanConvert/Encode-HanConvert-0.350.0-r2.ebuild
index 6f8b7c8f948..df599bd2a44 100644
--- a/dev-perl/Encode-HanConvert/Encode-HanConvert-0.350.0-r2.ebuild
+++ b/dev-perl/Encode-HanConvert/Encode-HanConvert-0.350.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,12 +10,13 @@ inherit perl-module
DESCRIPTION="Traditional and Simplified Chinese mappings"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
RDEPEND="
>=virtual/perl-Encode-1.410.0
"
BDEPEND="${RDEPEND}"
+
PATCHES=(
"${FILESDIR}/${PN}-0.35-no-dot-inc.patch"
)
@@ -24,7 +25,9 @@ src_compile() {
mymake=(
"OPTIMIZE=${CFLAGS}"
)
+
perl-module_src_compile
+
# this file is converted to Perl.pm during src_configure
# and not needed after that, but has to be removed after compile
# to avoid confusing pm_to_blib, but has to be done before src_test