From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6B32E138330 for ; Tue, 9 Jan 2018 02:01:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 135A7E095D; Tue, 9 Jan 2018 02:00:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DE286E095A for ; Tue, 9 Jan 2018 02:00:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E940734118B for ; Mon, 8 Jan 2018 17:31:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4119A186 for ; Mon, 8 Jan 2018 17:31:05 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1515432659.a22a25cf49491542b24171285e2dfbd0a8cea412.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/luminance-hdr/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/luminance-hdr/luminance-hdr-2.4.0.ebuild X-VCS-Directories: media-gfx/luminance-hdr/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: a22a25cf49491542b24171285e2dfbd0a8cea412 X-VCS-Branch: master Date: Mon, 8 Jan 2018 17:31:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ac11e62f-c76c-4d1f-af2e-519d39a2daa8 X-Archives-Hash: e6fa8beb63818b0ee99c2c547c826578 commit: a22a25cf49491542b24171285e2dfbd0a8cea412 Author: Ulrich Müller gentoo org> AuthorDate: Mon Jan 8 17:28:49 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Jan 8 17:30:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a22a25cf media-gfx/luminance-hdr: Migrate from LINGUAS to L10N. Package-Manager: Portage-2.3.19, Repoman-2.3.6 media-gfx/luminance-hdr/luminance-hdr-2.4.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-gfx/luminance-hdr/luminance-hdr-2.4.0.ebuild b/media-gfx/luminance-hdr/luminance-hdr-2.4.0.ebuild index a9356495898..10cd9297576 100644 --- a/media-gfx/luminance-hdr/luminance-hdr-2.4.0.ebuild +++ b/media-gfx/luminance-hdr/luminance-hdr-2.4.0.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 @@ -14,7 +14,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" LANGS=" cs de es fi fr hi hu id it pl ro ru sk tr zh" -IUSE="cpu_flags_x86_sse2 fits openmp test ${LANGS// / linguas_}" +IUSE="cpu_flags_x86_sse2 fits openmp test ${LANGS// / l10n_}" RDEPEND=" dev-libs/boost:0= @@ -79,7 +79,7 @@ src_install() { cmake-utils_src_install for lang in ${LANGS} ; do - if ! use linguas_${lang} ; then + if ! use l10n_${lang} ; then rm -f "${D}"/usr/share/${PN}/i18n/{lang,qt}_${lang}.qm || die fi done