diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-01-05 21:55:06 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-01-05 23:00:42 +0100 |
commit | 65071a078d4f6f18a77b0f1afeb29fce34062daa (patch) | |
tree | a7bac5e0b7b99a8bcf4a8b52958f590e01479b0b /media-sound/herrie | |
parent | media-sound/gnac: Remove linguas_* from IUSE. (diff) | |
download | gentoo-65071a078d4f6f18a77b0f1afeb29fce34062daa.tar.gz gentoo-65071a078d4f6f18a77b0f1afeb29fce34062daa.tar.bz2 gentoo-65071a078d4f6f18a77b0f1afeb29fce34062daa.zip |
media-sound/herrie: Remove linguas_* from IUSE.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'media-sound/herrie')
-rw-r--r-- | media-sound/herrie/herrie-2.2-r1.ebuild | 6 | ||||
-rw-r--r-- | 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 c745c0dd24c9..38f92a684ac0 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 8e02ca647f7f..49e752b97c92 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 ) |