From 796bcc7cd8d6c7ecc7a537d13da01484c9c5d459 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sat, 6 Jan 2018 13:16:50 +0100 Subject: media-sound/guayadeque: Remove linguas_* from IUSE. Package-Manager: Portage-2.3.19, Repoman-2.3.6 --- media-sound/guayadeque/guayadeque-0.4.5_p20170110.ebuild | 8 ++------ media-sound/guayadeque/guayadeque-9999.ebuild | 8 ++------ 2 files changed, 4 insertions(+), 12 deletions(-) (limited to 'media-sound') diff --git a/media-sound/guayadeque/guayadeque-0.4.5_p20170110.ebuild b/media-sound/guayadeque/guayadeque-0.4.5_p20170110.ebuild index a35520325583..53d52ddcc332 100644 --- a/media-sound/guayadeque/guayadeque-0.4.5_p20170110.ebuild +++ b/media-sound/guayadeque/guayadeque-0.4.5_p20170110.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -50,10 +50,6 @@ DEPEND="${RDEPEND} # echo $(cat po/CMakeLists.txt | grep ADD_SUBDIRECTORY | sed 's#ADD_SUBDIRECTORY( \(\w\+\) )#\1#') LANGS=( bg ca_ES cs de el es fr hr hu is it ja nb nl pl pt pt_BR ru sk sr sr@latin sv th tr uk ) -for l in "${LANGS[@]}"; do - IUSE+=" linguas_${l}" -done -unset l pkg_setup() { setup-wxwidgets @@ -69,7 +65,7 @@ src_prepare() { cd po || die local l for l in "${LANGS[@]}"; do - ! use linguas_${l} && cmake_comment_add_subdirectory ${l} + ! has ${l} ${LINGUAS-${l}} && cmake_comment_add_subdirectory ${l} done } diff --git a/media-sound/guayadeque/guayadeque-9999.ebuild b/media-sound/guayadeque/guayadeque-9999.ebuild index 92382fa215d8..992be8f8b790 100644 --- a/media-sound/guayadeque/guayadeque-9999.ebuild +++ b/media-sound/guayadeque/guayadeque-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -61,10 +61,6 @@ DEPEND="${RDEPEND} # echo $(cat po/CMakeLists.txt | grep ADD_SUBDIRECTORY | sed 's#ADD_SUBDIRECTORY( \(\w\+\) )#\1#') LANGS=( bg ca_ES cs de el es fr hr hu is it ja nb nl pl pt pt_BR ru sk sr sr@latin sv th tr uk ) -for l in "${LANGS[@]}"; do - IUSE+=" linguas_${l}" -done -unset l pkg_setup() { setup-wxwidgets @@ -88,7 +84,7 @@ src_prepare() { cd po || die local l for l in "${LANGS[@]}"; do - ! use linguas_${l} && cmake_comment_add_subdirectory ${l} + ! has ${l} ${LINGUAS-${l}} && cmake_comment_add_subdirectory ${l} done } -- cgit v1.2.3-65-gdbad