diff options
Diffstat (limited to 'app-i18n/nkf/nkf-2.1.3.ebuild')
-rw-r--r-- | app-i18n/nkf/nkf-2.1.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-i18n/nkf/nkf-2.1.3.ebuild b/app-i18n/nkf/nkf-2.1.3.ebuild index 44cd1e612225..68520ee5bdd5 100644 --- a/app-i18n/nkf/nkf-2.1.3.ebuild +++ b/app-i18n/nkf/nkf-2.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge.jp/nkf/59912/${P}.tar.gz LICENSE="ZLIB" SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-macos" -IUSE="perl python linguas_ja" +IUSE="perl python l10n_ja" src_prepare() { sed -i \ @@ -52,7 +52,7 @@ src_install() { dobin nkf || die doman nkf.1 - if use linguas_ja; then + if use l10n_ja; then ./nkf -e nkf.1j > nkf.1 doman -i18n=ja nkf.1 fi |