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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 97D89158042 for ; Tue, 15 Oct 2024 20:10:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5848E07B3; Tue, 15 Oct 2024 20:10:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A4EA9E07B3 for ; Tue, 15 Oct 2024 20:10:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EB563342F92 for ; Tue, 15 Oct 2024 20:10:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E22E1DD1 for ; Tue, 15 Oct 2024 20:10:45 +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: <1729023019.a22380e25c7176d1f4ddb76b4a4510d8cdc4a254.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-sound/amarok/ X-VCS-Repository: proj/kde X-VCS-Files: media-sound/amarok/amarok-9999.ebuild X-VCS-Directories: media-sound/amarok/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a22380e25c7176d1f4ddb76b4a4510d8cdc4a254 X-VCS-Branch: master Date: Tue, 15 Oct 2024 20:10:45 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a86374fd-026f-459a-a099-3b2a6e464310 X-Archives-Hash: 41e8386bc15269146616f772e8fca6d2 commit: a22380e25c7176d1f4ddb76b4a4510d8cdc4a254 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Oct 15 19:08:16 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Oct 15 20:10:19 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a22380e2 media-sound/amarok: Fix IUSE ipod cmake arg Bug: https://bugs.gentoo.org/941528 Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/amarok/amarok-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/amarok/amarok-9999.ebuild b/media-sound/amarok/amarok-9999.ebuild index 4c29047a8b..9b589d73ee 100644 --- a/media-sound/amarok/amarok-9999.ebuild +++ b/media-sound/amarok/amarok-9999.ebuild @@ -102,7 +102,7 @@ src_configure() { # $(cmake_use_find_package podcast Mygpo-qt5) $(cmake_use_find_package wikipedia Qt6WebEngineWidgets) ) - use ipod && mycmakeargs+=( DWITH_GDKPixBuf=ON ) + use ipod && mycmakeargs+=( -DWITH_GDKPixBuf=ON ) ecm_src_configure }