From 5001a6c7b6da2956f5b17c695b1e0059dc7b8de5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 7 Jan 2018 18:44:07 +0000 Subject: gentoo resync : 07.01.2018 --- app-mobilephone/gammu/gammu-1.33.0-r1.ebuild | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) (limited to 'app-mobilephone/gammu/gammu-1.33.0-r1.ebuild') diff --git a/app-mobilephone/gammu/gammu-1.33.0-r1.ebuild b/app-mobilephone/gammu/gammu-1.33.0-r1.ebuild index f447b749a0bf..f625885a66b4 100644 --- a/app-mobilephone/gammu/gammu-1.33.0-r1.ebuild +++ b/app-mobilephone/gammu/gammu-1.33.0-r1.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=5 @@ -34,9 +34,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" # sys-devel/gettext is needed for creating .mo files # Supported languages and translated documentation -# Be sure all languages are prefixed with a single space! MY_AVAILABLE_LINGUAS=" af ar bg ca cs da de el en_GB es et fi fr gl he hu id it ko nl pl pt_BR ru sk sv sw tr zh_CN zh_TW" -IUSE="${IUSE} ${MY_AVAILABLE_LINGUAS// / linguas_}" PATCHES=( "${FILESDIR}/${PN}-skip-locktest.patch" @@ -50,21 +48,12 @@ pkg_setup() { src_prepare() { cmake-utils_src_prepare - local lang support_linguas=no + local lang for lang in ${MY_AVAILABLE_LINGUAS} ; do - if use linguas_${lang} ; then - support_linguas=yes - break + if ! has ${lang} ${LINGUAS-${lang}} ; then + rm -rf locale/${lang} || die fi done - # install all languages when all selected LINGUAS aren't supported - if [ "${support_linguas}" = "yes" ]; then - for lang in ${MY_AVAILABLE_LINGUAS} ; do - if ! use linguas_${lang} ; then - rm -rf locale/${lang} || die - fi - done - fi } src_configure() { -- cgit v1.2.3