commit:     3b9dd08dad90477bba7c8c837223d87e67983198
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 15:38:42 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 15:39:37 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b9dd08d

app-text/namazu: Migrate from LINGUAS to L10N.

Package-Manager: portage-2.3.0

 app-text/namazu/namazu-2.0.21.ebuild    | 8 ++++----
 app-text/namazu/namazu-2.0.22_p1.ebuild | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/app-text/namazu/namazu-2.0.21.ebuild 
b/app-text/namazu/namazu-2.0.21.ebuild
index fecdf0f..025fe24 100644
--- a/app-text/namazu/namazu-2.0.21.ebuild
+++ b/app-text/namazu/namazu-2.0.21.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,11 +13,11 @@ SRC_URI="http://www.namazu.org/stable/${P}.tar.gz";
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE="emacs nls tk linguas_ja"
+IUSE="emacs nls tk l10n_ja"
 
 RDEPEND=">=dev-perl/File-MMagic-1.20
        emacs? ( virtual/emacs )
-       linguas_ja? (
+       l10n_ja? (
                app-i18n/nkf
                || (
                        dev-perl/Text-Kakasi
@@ -28,7 +28,7 @@ RDEPEND=">=dev-perl/File-MMagic-1.20
        )
        nls? ( virtual/libintl )
        tk? (
-               dev-lang/tk
+               dev-lang/tk:0
                www-client/lynx
        )"
 DEPEND="${RDEPEND}

diff --git a/app-text/namazu/namazu-2.0.22_p1.ebuild 
b/app-text/namazu/namazu-2.0.22_p1.ebuild
index 2634665..366920e 100644
--- a/app-text/namazu/namazu-2.0.22_p1.ebuild
+++ b/app-text/namazu/namazu-2.0.22_p1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,11 +13,11 @@ SRC_URI="http://www.namazu.org/test/${P/_p/pre}.tar.gz";
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
-IUSE="emacs nls tk linguas_ja"
+IUSE="emacs nls tk l10n_ja"
 
 RDEPEND=">=dev-perl/File-MMagic-1.20
        emacs? ( virtual/emacs )
-       linguas_ja? (
+       l10n_ja? (
                app-i18n/nkf
                || (
                        dev-perl/Text-Kakasi
@@ -28,7 +28,7 @@ RDEPEND=">=dev-perl/File-MMagic-1.20
        )
        nls? ( virtual/libintl )
        tk? (
-               dev-lang/tk
+               dev-lang/tk:0
                www-client/lynx
        )"
 DEPEND="${RDEPEND}

Reply via email to