Skip to content

Commit

Permalink
app-emacs/auto-complete: Migrate from LINGUAS to L10N.
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0_rc1
  • Loading branch information
ulm committed Jun 22, 2016
1 parent 58efd4c commit 962db27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app-emacs/auto-complete/auto-complete-1.3.1.ebuild
Original file line number Diff line number Diff line change
@@ -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$

Expand All @@ -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"

Expand All @@ -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
}

0 comments on commit 962db27

Please sign in to comment.