summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2020-05-16 23:34:54 +0900
committerAkinori Hattori <hattya@gentoo.org>2020-05-16 23:47:46 +0900
commitd875f9f50262cf76895e910410d55a52658fc2f5 (patch)
treeed5df89d2fc1ff923e000fcef5cc0b13bec02ced
parentapp-i18n/nkf: fix build with USE=python (diff)
downloadgentoo-d875f9f50262cf76895e910410d55a52658fc2f5.tar.gz
gentoo-d875f9f50262cf76895e910410d55a52658fc2f5.tar.bz2
gentoo-d875f9f50262cf76895e910410d55a52658fc2f5.zip
app-i18n/nkf: rename patch
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Akinori Hattori <hattya@gentoo.org>
-rw-r--r--app-i18n/nkf/files/nkf-python.patch (renamed from app-i18n/nkf/files/nkf-2.1.4-python.patch)0
-rw-r--r--app-i18n/nkf/nkf-2.1.4.ebuild2
2 files changed, 1 insertions, 1 deletions
diff --git a/app-i18n/nkf/files/nkf-2.1.4-python.patch b/app-i18n/nkf/files/nkf-python.patch
index 6f9e2e687e07..6f9e2e687e07 100644
--- a/app-i18n/nkf/files/nkf-2.1.4-python.patch
+++ b/app-i18n/nkf/files/nkf-python.patch
diff --git a/app-i18n/nkf/nkf-2.1.4.ebuild b/app-i18n/nkf/nkf-2.1.4.ebuild
index e229db433992..4810641db1b6 100644
--- a/app-i18n/nkf/nkf-2.1.4.ebuild
+++ b/app-i18n/nkf/nkf-2.1.4.ebuild
@@ -41,7 +41,7 @@ src_prepare() {
Makefile
if use python; then
mv "${WORKDIR}"/${PY_P} NKF.python || die
- eapply "${FILESDIR}"/${P}-python.patch
+ eapply "${FILESDIR}"/${PN}-python.patch
cd NKF.python
distutils-r1_src_prepare
cd - >/dev/null