summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2016-06-28 08:06:31 +0200
committerUlrich Müller <ulm@gentoo.org>2016-06-28 08:09:52 +0200
commit52022f9aeaf79ee368181bd250bf18eb9d7fe990 (patch)
treee69d5dde6afc0d9379c7e6615b0315d69bc973a5
parentgames-fps/quake4-bin: Migrate from LINGUAS to L10N. (diff)
downloadgentoo-52022f9aeaf79ee368181bd250bf18eb9d7fe990.tar.gz
gentoo-52022f9aeaf79ee368181bd250bf18eb9d7fe990.tar.bz2
gentoo-52022f9aeaf79ee368181bd250bf18eb9d7fe990.zip
games-roguelike/hengband: Migrate from LINGUAS to L10N.
Package-Manager: portage-2.3.0
-rw-r--r--games-roguelike/hengband/hengband-1.6.2-r1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/games-roguelike/hengband/hengband-1.6.2-r1.ebuild b/games-roguelike/hengband/hengband-1.6.2-r1.ebuild
index 0f9d9dca72bc..c768e8aa6c7d 100644
--- a/games-roguelike/hengband/hengband-1.6.2-r1.ebuild
+++ b/games-roguelike/hengband/hengband-1.6.2-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$
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge.jp/hengband/10331/${P}.tar.bz2
KEYWORDS="ppc x86 ~x86-fbsd"
LICENSE="Moria"
SLOT="0"
-IUSE="X linguas_ja"
+IUSE="X l10n_ja"
RDEPEND=">=sys-libs/ncurses-5:0
X? ( x11-libs/libX11 )"
@@ -41,7 +41,7 @@ src_prepare() {
src_configure() {
local myconf
- use linguas_ja || myconf="--disable-japanese"
+ use l10n_ja || myconf="--disable-japanese"
egamesconf \
--with-setgid=${GAMES_GROUP} \
@@ -51,7 +51,7 @@ src_configure() {
src_install() {
make DESTDIR="${D}" install || die "make install failed"
- if use linguas_ja ; then
+ if use l10n_ja ; then
dodoc readme.txt autopick.txt readme_eng.txt autopick_eng.txt
else
newdoc readme_eng.txt readme.txt