diff options
author | Ulrich Müller <ulm@gentoo.org> | 2016-06-28 08:03:41 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2016-06-28 08:09:52 +0200 |
commit | fb8ca8d8d926aafd51a739a8e0c8bcf5c659ab85 (patch) | |
tree | d7fa7755356173897b04224c83f081d45b0398ac /games-fps | |
parent | www-client/w3m: Migrate from LINGUAS to L10N. (diff) | |
download | gentoo-fb8ca8d8d926aafd51a739a8e0c8bcf5c659ab85.tar.gz gentoo-fb8ca8d8d926aafd51a739a8e0c8bcf5c659ab85.tar.bz2 gentoo-fb8ca8d8d926aafd51a739a8e0c8bcf5c659ab85.zip |
games-fps/quake4-bin: Migrate from LINGUAS to L10N.
Package-Manager: portage-2.3.0
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/quake4-bin/quake4-bin-1.4.2-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-fps/quake4-bin/quake4-bin-1.4.2-r1.ebuild b/games-fps/quake4-bin/quake4-bin-1.4.2-r1.ebuild index 6c11f747c25a..1163c75befb4 100644 --- a/games-fps/quake4-bin/quake4-bin-1.4.2-r1.ebuild +++ b/games-fps/quake4-bin/quake4-bin-1.4.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="mirror://idsoftware/quake4/linux/quake4-linux-${PV}.x86.run" LICENSE="QUAKE4" SLOT="0" KEYWORDS="-* amd64 x86" -IUSE="cdinstall dedicated linguas_cs linguas_fr linguas_it linguas_pl linguas_ru" +IUSE="cdinstall dedicated l10n_cs l10n_fr l10n_it l10n_pl l10n_ru" RESTRICT="strip" # QUAKE4 NEEDS s3tc support, which can be obtained for OSS drivers via @@ -52,7 +52,7 @@ QA_EXECSTACK="${dir:1}/quake4.x86 ${dir:1}/libSDL-1.2.id.so.0" zpaklang() { - if ! use linguas_${1} ; then + if ! use l10n_${1} ; then einfo "Removing ${2} zpak files" rm -f q4base/zpak_${2}* fi |