From 65dd6c03ba06876a25bc9ea57475afaf53512a12 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulrich=20M=C3=BCller?= Date: Wed, 22 Jun 2016 19:35:32 +0200 Subject: [PATCH] app-emacs/semi: Migrate from LINGUAS to L10N. Package-Manager: portage-2.3.0_rc1 --- app-emacs/semi/semi-1.14.6-r2.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-emacs/semi/semi-1.14.6-r2.ebuild b/app-emacs/semi/semi-1.14.6-r2.ebuild index c5be55db6cd1..5794f6fa9951 100644 --- a/app-emacs/semi/semi-1.14.6-r2.ebuild +++ b/app-emacs/semi/semi-1.14.6-r2.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://git.chise.org/elisp/dist/${PN}/${P%.*}-for-flim-1.14/${P}.tar.gz LICENSE="GPL-2+" SLOT="0" KEYWORDS="alpha amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="linguas_ja" +IUSE="l10n_ja" DEPEND=">=app-emacs/apel-10.6 virtual/emacs-flim" @@ -29,7 +29,7 @@ src_compile() { ${EMACS} ${EMACSFLAGS} --visit mime-ui-en.texi -f texi2info \ || die "texi2info failed" - if use linguas_ja; then + if use l10n_ja; then ${EMACS} ${EMACSFLAGS} \ --eval "(set-default-coding-systems 'iso-2022-jp)" \ --visit mime-ui-ja.texi -f texi2info \ @@ -46,7 +46,7 @@ src_install() { doinfo mime-ui-en.info dodoc README.en ChangeLog VERSION NEWS - if use linguas_ja; then + if use l10n_ja; then doinfo mime-ui-ja.info dodoc README.ja fi -- 2.26.2