app-emacs/semi: Migrate from LINGUAS to L10N.
authorUlrich Müller <ulm@gentoo.org>
Wed, 22 Jun 2016 17:35:32 +0000 (19:35 +0200)
committerUlrich Müller <ulm@gentoo.org>
Wed, 22 Jun 2016 17:35:32 +0000 (19:35 +0200)
Package-Manager: portage-2.3.0_rc1

app-emacs/semi/semi-1.14.6-r2.ebuild

index c5be55db6cd1803ebe5653eaaaa7dd88546a9342..5794f6fa9951bf7272b739564959c2b98245fc29 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ SRC_URI="http://git.chise.org/elisp/dist/${PN}/${P%.*}-for-flim-1.14/${P}.tar.gz
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="alpha amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="linguas_ja"
+IUSE="l10n_ja"
 
 DEPEND=">=app-emacs/apel-10.6
        virtual/emacs-flim"
@@ -29,7 +29,7 @@ src_compile() {
 
        ${EMACS} ${EMACSFLAGS} --visit mime-ui-en.texi -f texi2info \
                || die "texi2info failed"
-       if use linguas_ja; then
+       if use l10n_ja; then
                ${EMACS} ${EMACSFLAGS} \
                        --eval "(set-default-coding-systems 'iso-2022-jp)" \
                        --visit mime-ui-ja.texi -f texi2info \
@@ -46,7 +46,7 @@ src_install() {
 
        doinfo mime-ui-en.info
        dodoc README.en ChangeLog VERSION NEWS
-       if use linguas_ja; then
+       if use l10n_ja; then
                doinfo mime-ui-ja.info
                dodoc README.ja
        fi