From 34d3b8ad86a3bea82b092fa1a474639d6ea256d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Wed, 22 Jun 2016 19:30:53 +0200 Subject: app-emacs/emacs-wget: Migrate from LINGUAS to L10N. Package-Manager: portage-2.3.0_rc1 --- app-emacs/emacs-wget/emacs-wget-0.5.0-r1.ebuild | 6 +++--- 1 file 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 d01a43dca1f..8c736c24891 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 } -- cgit v1.2.1