commit: 611f4e431cba7467dd3eee76fa89e4eaa080f33b
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 22 17:26:12 2016 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Jun 22 17:26:12 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=611f4e43
app-emacs/cmail: Migrate from LINGUAS to L10N.
Package-Manager: portage-2.3.0_rc1
app-emacs/cmail/cmail-2.62-r1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-emacs/cmail/cmail-2.62-r1.ebuild
b/app-emacs/cmail/cmail-2.62-r1.ebuild
index f0e62c5..3fab2db 100644
--- a/app-emacs/cmail/cmail-2.62-r1.ebuild
+++ b/app-emacs/cmail/cmail-2.62-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge.jp/${PN}/2191/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
-IUSE="linguas_ja"
+IUSE="l10n_ja"
RDEPEND="app-emacs/apel
virtual/emacs-flim
@@ -38,7 +38,7 @@ src_install() {
dodoc ChangeLog INTRO.en README.en sample.* \
doc/README.{POP,gnuspop3}.en doc/cmail-r2c.en.doc || die "dodoc
failed"
- if use linguas_ja; then
+ if use l10n_ja; then
dodoc README.ja RELNOTES.ja doc/FAQ \
doc/README.{FETCHMAIL,POP,bbdb,cmail-crypt,cvs-access} \
doc/README.{feedmail,folders,gnuspop3,imap4} \