diff options
-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 fecdf0f6feb..025fe247cbc 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 26346655bce..366920e2e74 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} |