diff options
author | Ulrich Müller <ulm@gentoo.org> | 2016-06-22 19:23:40 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2016-06-22 19:23:40 +0200 |
commit | 962db2705256b744e939e47002b11047a4d72b43 (patch) | |
tree | c4fadec4a95ba8e11516a5c3c54465c22f2232ef /app-emacs/auto-complete | |
parent | Revert "dev-python/bsddb3: move || dep to DEPEND only" (diff) | |
download | gentoo-962db2705256b744e939e47002b11047a4d72b43.tar.gz gentoo-962db2705256b744e939e47002b11047a4d72b43.tar.bz2 gentoo-962db2705256b744e939e47002b11047a4d72b43.zip |
app-emacs/auto-complete: Migrate from LINGUAS to L10N.
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'app-emacs/auto-complete')
-rw-r--r-- | app-emacs/auto-complete/auto-complete-1.3.1.ebuild | 6 |
1 files 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 d8d731233ada..f613ef8a6169 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 } |