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 D3204138334 for ; Wed, 3 Oct 2018 06:41:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3D29E09CB; Wed, 3 Oct 2018 06:40:59 +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 99FE0E09CB for ; Wed, 3 Oct 2018 06:40:59 +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 6C923335CF9 for ; Wed, 3 Oct 2018 06:40:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A6603BE for ; Wed, 3 Oct 2018 06:40:50 +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: <1538548486.3c57c99530a97180e567c77244823114f10d4c5a.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/audiocd-kio/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/audiocd-kio/audiocd-kio-9999.ebuild X-VCS-Directories: kde-apps/audiocd-kio/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3c57c99530a97180e567c77244823114f10d4c5a X-VCS-Branch: master Date: Wed, 3 Oct 2018 06:40:50 +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: a612e8c6-af13-4a5f-8806-763e5a54a6ff X-Archives-Hash: 2bb5f667bc4b43ebfaa3327a71bae4ba commit: 3c57c99530a97180e567c77244823114f10d4c5a Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Oct 3 06:34:46 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Oct 3 06:34:46 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3c57c995 kde-apps/audiocd-kio: Fix DEPENDs, kdelibs4support-- Upstream commit a18c914c776efc7f22a32f802e6038e2ee373c4e Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 kde-apps/audiocd-kio/audiocd-kio-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/audiocd-kio/audiocd-kio-9999.ebuild b/kde-apps/audiocd-kio/audiocd-kio-9999.ebuild index 3d4196b77e..d381474811 100644 --- a/kde-apps/audiocd-kio/audiocd-kio-9999.ebuild +++ b/kde-apps/audiocd-kio/audiocd-kio-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,7 +16,7 @@ DEPEND=" $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep kcmutils) $(add_frameworks_dep ki18n) $(add_frameworks_dep kio) $(add_kdeapps_dep libkcddb)