diff options
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/emacs-wget/emacs-wget-0.5.0-r1.ebuild | 6 |
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 } |