commit: 65071a078d4f6f18a77b0f1afeb29fce34062daa
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 5 20:55:06 2018 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Jan 5 22:00:42 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65071a07
media-sound/herrie: Remove linguas_* from IUSE.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
media-sound/herrie/herrie-2.2-r1.ebuild | 6 +-----
media-sound/herrie/herrie-2.2.ebuild | 7 +------
2 files changed, 2 insertions(+), 11 deletions(-)
diff --git a/media-sound/herrie/herrie-2.2-r1.ebuild
b/media-sound/herrie/herrie-2.2-r1.ebuild
index c745c0dd24c..38f92a684ac 100644
--- a/media-sound/herrie/herrie-2.2-r1.ebuild
+++ b/media-sound/herrie/herrie-2.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -13,10 +13,6 @@ LICENSE="BSD-2 GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="ao +alsa pulseaudio oss http modplug mp3 sndfile vorbis xspf unicode nls"
-APP_LINGUAS="ca da de es fi ga nl pl pt_BR ru sv tr vi zh_CN"
-for X in ${APP_LINGUAS}; do
- IUSE="${IUSE} linguas_${X}"
-done
REQUIRED_USE="|| ( ao alsa pulseaudio oss )"
RDEPEND="sys-libs/ncurses:0=[unicode?]
diff --git a/media-sound/herrie/herrie-2.2.ebuild
b/media-sound/herrie/herrie-2.2.ebuild
index 8e02ca647f7..49e752b97c9 100644
--- a/media-sound/herrie/herrie-2.2.ebuild
+++ b/media-sound/herrie/herrie-2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=2
@@ -13,11 +13,6 @@ SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE="ao alsa pulseaudio oss http modplug mp3 sndfile vorbis xspf unicode nls"
-APP_LINGUAS="ca da de es fi ga nl pl pt_BR ru sv tr vi zh_CN"
-for X in ${APP_LINGUAS}; do
- IUSE="${IUSE} linguas_${X}"
-done
-
RDEPEND="sys-libs/ncurses[unicode?]
>=dev-libs/glib-2:2
ao? ( media-libs/libao )