From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1110875-garchives=archives.gentoo.org@lists.gentoo.org>
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 35089138334
	for <garchives@archives.gentoo.org>; Fri, 13 Sep 2019 20:41:40 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 7E02AE0997;
	Fri, 13 Sep 2019 20:41:38 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.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 4E96EE08F4
	for <gentoo-commits@lists.gentoo.org>; Fri, 13 Sep 2019 20:41: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 573D234B13D
	for <gentoo-commits@lists.gentoo.org>; Fri, 13 Sep 2019 20:41:37 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C7D77F1
	for <gentoo-commits@lists.gentoo.org>; Fri, 13 Sep 2019 20:41:34 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
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" <asturm@gentoo.org>
Message-ID: <1568407271.cb499e8cbcb28c55655c46014399a33c563c04ae.asturm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdemultimedia-meta/
X-VCS-Repository: repo/gentoo
X-VCS-Files: kde-apps/kdemultimedia-meta/kdemultimedia-meta-19.08.1-r1 kde-apps/kdemultimedia-meta/kdemultimedia-meta-19.08.1.ebuild
X-VCS-Directories: kde-apps/kdemultimedia-meta/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: cb499e8cbcb28c55655c46014399a33c563c04ae
X-VCS-Branch: master
Date: Fri, 13 Sep 2019 20:41:34 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: cdba1332-49ed-4f40-94f2-55c22edf2fbb
X-Archives-Hash: 4c770a020875efe2757abea37d3737fd

commit:     cb499e8cbcb28c55655c46014399a33c563c04ae
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 13 20:31:14 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Sep 13 20:41:11 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb499e8c

kde-apps/kdemultimedia-meta: Move >=kde-apps/libkcddb behind USE cdrom

Closes: https://bugs.gentoo.org/693966
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 ...{kdemultimedia-meta-19.08.1.ebuild => kdemultimedia-meta-19.08.1-r1} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kdemultimedia-meta/kdemultimedia-meta-19.08.1.ebuild b/kde-apps/kdemultimedia-meta/kdemultimedia-meta-19.08.1-r1
similarity index 95%
rename from kde-apps/kdemultimedia-meta/kdemultimedia-meta-19.08.1.ebuild
rename to kde-apps/kdemultimedia-meta/kdemultimedia-meta-19.08.1-r1
index 4c861268881..8051d3dc3ce 100644
--- a/kde-apps/kdemultimedia-meta/kdemultimedia-meta-19.08.1.ebuild
+++ b/kde-apps/kdemultimedia-meta/kdemultimedia-meta-19.08.1-r1
@@ -20,10 +20,10 @@ RDEPEND="
 	>=kde-apps/kdenlive-${PV}:${SLOT}
 	>=kde-apps/kmix-${PV}:${SLOT}
 	>=kde-apps/kwave-${PV}:${SLOT}
-	>=kde-apps/libkcddb-${PV}:${SLOT}
 	cdrom? (
 		>=kde-apps/audiocd-kio-${PV}:${SLOT}
 		>=kde-apps/k3b-${PV}:${SLOT}
+		>=kde-apps/libkcddb-${PV}:${SLOT}
 		>=kde-apps/libkcompactdisc-${PV}:${SLOT}
 	)
 	ffmpeg? ( >=kde-apps/ffmpegthumbs-${PV}:${SLOT} )