commit:     962db2705256b744e939e47002b11047a4d72b43
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 22 17:23:40 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Jun 22 17:23:40 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=962db270

app-emacs/auto-complete: Migrate from LINGUAS to L10N.

Package-Manager: portage-2.3.0_rc1

 app-emacs/auto-complete/auto-complete-1.3.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-emacs/auto-complete/auto-complete-1.3.1.ebuild 
b/app-emacs/auto-complete/auto-complete-1.3.1.ebuild
index d8d7312..f613ef8 100644
--- a/app-emacs/auto-complete/auto-complete-1.3.1.ebuild
+++ b/app-emacs/auto-complete/auto-complete-1.3.1.ebuild
@@ -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$
 
@@ -14,7 +14,7 @@ SRC_URI="http://cx4a.org/pub/${PN}/${P}.tar.bz2";
 LICENSE="GPL-3+ FDL-1.1+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="linguas_ja"
+IUSE="l10n_ja"
 
 SITEFILE="50${PN}-gentoo.el"
 
@@ -28,7 +28,7 @@ src_install() {
        dodoc README.txt TODO.txt etc/test.txt
        cd doc
        dodoc index.txt manual.txt demo.txt changes.txt *.png
-       if use linguas_ja; then
+       if use l10n_ja; then
                dodoc index.ja.txt manual.ja.txt changes.ja.txt
        fi
 }

Reply via email to