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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5A8FD158041 for ; Tue, 27 Feb 2024 19:11:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09718E2B03; Tue, 27 Feb 2024 19:11:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DFC0EE2B02 for ; Tue, 27 Feb 2024 19:11:29 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 02DC833BE26 for ; Tue, 27 Feb 2024 19:11:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35D3B14E4 for ; Tue, 27 Feb 2024 19:11:27 +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: <1709061050.880af8bfd4156a07bfddc0a73401855dc1b93860.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: 880af8bfd4156a07bfddc0a73401855dc1b93860 X-VCS-Branch: master Date: Tue, 27 Feb 2024 19:11:27 +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: 69b4f051-47b3-4868-a4a4-9d4718d50b14 X-Archives-Hash: d072968524eef57635e6be57a96665df commit: 880af8bfd4156a07bfddc0a73401855dc1b93860 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Feb 27 19:10:50 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Feb 27 19:10:50 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=880af8bf media-sound/amarok: Only works with kde-apps/audiocd-kio:5 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 48444bb74d..44ed352bf4 100644 --- a/media-sound/amarok/amarok-9999.ebuild +++ b/media-sound/amarok/amarok-9999.ebuild @@ -111,7 +111,7 @@ pkg_postinst() { use mariadb && echo "MariaDB" || echo "MySQL" } - optfeature "Audio CD support" kde-apps/audiocd-kio + optfeature "Audio CD support" "kde-apps/audiocd-kio:5" if [[ -z ${REPLACING_VERSIONS} ]]; then elog "You must configure ${PN} to use an external database server."