commit: 34d3b8ad86a3bea82b092fa1a474639d6ea256d6 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Wed Jun 22 17:30:53 2016 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Wed Jun 22 17:30:53 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34d3b8ad
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 d01a43d..8c736c2 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 }
