diff options
author | Ulrich Müller <ulm@gentoo.org> | 2016-06-22 19:26:12 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2016-06-22 19:26:12 +0200 |
commit | 611f4e431cba7467dd3eee76fa89e4eaa080f33b (patch) | |
tree | d643924fbdb92e419837694222a0a48405ac321c /app-emacs | |
parent | app-emacs/auto-complete: Migrate from LINGUAS to L10N. (diff) | |
download | gentoo-611f4e431cba7467dd3eee76fa89e4eaa080f33b.tar.gz gentoo-611f4e431cba7467dd3eee76fa89e4eaa080f33b.tar.bz2 gentoo-611f4e431cba7467dd3eee76fa89e4eaa080f33b.zip |
app-emacs/cmail: Migrate from LINGUAS to L10N.
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/cmail/cmail-2.62-r1.ebuild | 6 |
1 files 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 f0e62c584cc0..3fab2dbbeedb 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} \ |