summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2016-06-22 19:30:53 +0200
committerUlrich Müller <ulm@gentoo.org>2016-06-22 19:30:53 +0200
commit34d3b8ad86a3bea82b092fa1a474639d6ea256d6 (patch)
tree2071e21da96e4c14b36cac38599ca15470f62a44 /app-emacs
parentapp-emacs/emacs-w3m: Migrate from LINGUAS to L10N. (diff)
downloadgentoo-34d3b8ad86a3bea82b092fa1a474639d6ea256d6.tar.gz
gentoo-34d3b8ad86a3bea82b092fa1a474639d6ea256d6.tar.bz2
gentoo-34d3b8ad86a3bea82b092fa1a474639d6ea256d6.zip
app-emacs/emacs-wget: Migrate from LINGUAS to L10N.
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/emacs-wget/emacs-wget-0.5.0-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emacs/emacs-wget/emacs-wget-0.5.0-r1.ebuild b/app-emacs/emacs-wget/emacs-wget-0.5.0-r1.ebuild
index d01a43dca1f1..8c736c248916 100644
--- a/app-emacs/emacs-wget/emacs-wget-0.5.0-r1.ebuild
+++ b/app-emacs/emacs-wget/emacs-wget-0.5.0-r1.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$
@@ -13,7 +13,7 @@ SRC_URI="http://pop-club.hp.infoseek.co.jp/emacs/emacs-wget/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="alpha amd64 ppc ppc64 x86"
-IUSE="linguas_ja"
+IUSE="l10n_ja"
RDEPEND=">=net-misc/wget-1.8.2"
@@ -23,5 +23,5 @@ SITEFILE="50${PN}-gentoo.el"
src_install() {
elisp_src_install
dodoc ChangeLog README USAGE
- use linguas_ja && dodoc README.ja USAGE.ja
+ use l10n_ja && dodoc README.ja USAGE.ja
}