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 22E8E138330 for ; Tue, 9 Jan 2018 22:06:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72BDAE0BC0; Tue, 9 Jan 2018 22:06:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 468EAE0BC0 for ; Tue, 9 Jan 2018 22:06:38 +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 A1EBC335C3E for ; Tue, 9 Jan 2018 22:06:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C98915D for ; Tue, 9 Jan 2018 22:06:35 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1515535511.479157810b5d30b6bb5591276dbf6ff6d3c63c2a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/clementine/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/clementine/clementine-9999.ebuild X-VCS-Directories: media-sound/clementine/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 479157810b5d30b6bb5591276dbf6ff6d3c63c2a X-VCS-Branch: master Date: Tue, 9 Jan 2018 22:06:35 +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: fa16233e-8381-4dca-bbb2-2e8868482b14 X-Archives-Hash: ff42e105be3301bfe798b377fe6435d8 commit: 479157810b5d30b6bb5591276dbf6ff6d3c63c2a Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jan 9 22:03:53 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jan 9 22:05:11 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47915781 media-sound/clementine: Fix LINGUAS build switch Reported-by: Alex Efros yandex.ru> Closes: https://bugs.gentoo.org/644062 Package-Manager: Portage-2.3.19, Repoman-2.3.6 media-sound/clementine/clementine-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/clementine/clementine-9999.ebuild b/media-sound/clementine/clementine-9999.ebuild index 518f5159473..c80ccee1bf4 100644 --- a/media-sound/clementine/clementine-9999.ebuild +++ b/media-sound/clementine/clementine-9999.ebuild @@ -137,7 +137,7 @@ src_configure() { -DUSE_SYSTEM_GMOCK=ON -DUSE_SYSTEM_PROJECTM=ON -DBUNDLE_PROJECTM_PRESETS=OFF - -DLINGUAS=$(l10n_get_locales) + -DLINGUAS="$(l10n_get_locales)" -DENABLE_BOX="$(usex box)" -DENABLE_AUDIOCD="$(usex cdda)" -DENABLE_DBUS="$(usex dbus)"