-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
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 )"
src_configure() {
local myconf
- use linguas_ja || myconf="--disable-japanese"
+ use l10n_ja || myconf="--disable-japanese"
egamesconf \
--with-setgid=${GAMES_GROUP} \
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