diff options
author | Ulrich Müller <ulm@gentoo.org> | 2016-06-25 17:38:42 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2016-06-25 17:39:37 +0200 |
commit | 3b9dd08dad90477bba7c8c837223d87e67983198 (patch) | |
tree | d7f3e23ff077aca102a74cf426f3cbf81d90af29 /app-text/namazu | |
parent | app-i18n/nkf: Migrate from LINGUAS to L10N. (diff) | |
download | gentoo-3b9dd08dad90477bba7c8c837223d87e67983198.tar.gz gentoo-3b9dd08dad90477bba7c8c837223d87e67983198.tar.bz2 gentoo-3b9dd08dad90477bba7c8c837223d87e67983198.zip |
app-text/namazu: Migrate from LINGUAS to L10N.
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-text/namazu')
-rw-r--r-- | app-text/namazu/namazu-2.0.21.ebuild | 8 | ||||
-rw-r--r-- | 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 fecdf0f6feb9..025fe247cbc7 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 26346655bceb..366920e2e741 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} |