From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 937A71382BE for ; Sun, 19 Jun 2016 10:50:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0AEB5E0C09; Sun, 19 Jun 2016 10:50:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3D3B5E0C0A for ; Sun, 19 Jun 2016 10:50:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BE0283407B8 for ; Sun, 19 Jun 2016 10:50:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46A602323 for ; Sun, 19 Jun 2016 10:50:38 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1466333427.8c41ac01260df38d6de705108fb89545988e8a14.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/kinfocenter/kinfocenter-5.6.95.ebuild kde-plasma/kinfocenter/kinfocenter-5.7.49.9999.ebuild kde-plasma/kinfocenter/kinfocenter-9999.ebuild X-VCS-Directories: kde-plasma/kinfocenter/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 8c41ac01260df38d6de705108fb89545988e8a14 X-VCS-Branch: master Date: Sun, 19 Jun 2016 10:50:38 +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: f830c348-fec6-43e7-a8ac-cdbcb1596c8b X-Archives-Hash: 565117440035c780495fb27b775a4fcb commit: 8c41ac01260df38d6de705108fb89545988e8a14 Author: Michael Palimaka gentoo org> AuthorDate: Sun Jun 19 10:49:41 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Jun 19 10:50:27 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8c41ac01 kde-plasma/kinfocenter: samba/nfs are not required at build time Package-Manager: portage-2.3.0_rc1 kde-plasma/kinfocenter/kinfocenter-5.6.95.ebuild | 4 ++-- kde-plasma/kinfocenter/kinfocenter-5.7.49.9999.ebuild | 4 ++-- kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/kde-plasma/kinfocenter/kinfocenter-5.6.95.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.6.95.ebuild index f4f8af2..f2e3678 100644 --- a/kde-plasma/kinfocenter/kinfocenter-5.6.95.ebuild +++ b/kde-plasma/kinfocenter/kinfocenter-5.6.95.ebuild @@ -38,20 +38,20 @@ COMMON_DEPEND=" $(add_qt_dep qtwidgets) x11-libs/libX11 ieee1394? ( sys-libs/libraw1394 ) - nfs? ( net-fs/nfs-utils ) opengl? ( $(add_qt_dep qtgui 'gles2=') media-libs/mesa[egl?,gles2?] !gles2? ( media-libs/glu ) ) pci? ( sys-apps/pciutils ) - samba? ( net-fs/samba[server(+)] ) wayland? ( $(add_frameworks_dep kwayland) ) " DEPEND="${COMMON_DEPEND} $(add_frameworks_dep plasma) " RDEPEND="${COMMON_DEPEND} + nfs? ( net-fs/nfs-utils ) + samba? ( net-fs/samba[server(+)] ) $(add_plasma_dep kde-cli-tools) !kde-base/kcontrol:4 !kde-base/kinfocenter:4 diff --git a/kde-plasma/kinfocenter/kinfocenter-5.7.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.7.49.9999.ebuild index 044ed69..f2bb9d5 100644 --- a/kde-plasma/kinfocenter/kinfocenter-5.7.49.9999.ebuild +++ b/kde-plasma/kinfocenter/kinfocenter-5.7.49.9999.ebuild @@ -38,20 +38,20 @@ COMMON_DEPEND=" $(add_qt_dep qtwidgets) x11-libs/libX11 ieee1394? ( sys-libs/libraw1394 ) - nfs? ( net-fs/nfs-utils ) opengl? ( $(add_qt_dep qtgui 'gles2=') media-libs/mesa[egl?,gles2?] !gles2? ( media-libs/glu ) ) pci? ( sys-apps/pciutils ) - samba? ( net-fs/samba[server(+)] ) wayland? ( $(add_frameworks_dep kwayland) ) " DEPEND="${COMMON_DEPEND} $(add_frameworks_dep plasma) " RDEPEND="${COMMON_DEPEND} + nfs? ( net-fs/nfs-utils ) + samba? ( net-fs/samba[server(+)] ) $(add_plasma_dep kde-cli-tools) !kde-base/kcontrol:4 !kde-base/kinfocenter:4 diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild index 044ed69..f2bb9d5 100644 --- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild +++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild @@ -38,20 +38,20 @@ COMMON_DEPEND=" $(add_qt_dep qtwidgets) x11-libs/libX11 ieee1394? ( sys-libs/libraw1394 ) - nfs? ( net-fs/nfs-utils ) opengl? ( $(add_qt_dep qtgui 'gles2=') media-libs/mesa[egl?,gles2?] !gles2? ( media-libs/glu ) ) pci? ( sys-apps/pciutils ) - samba? ( net-fs/samba[server(+)] ) wayland? ( $(add_frameworks_dep kwayland) ) " DEPEND="${COMMON_DEPEND} $(add_frameworks_dep plasma) " RDEPEND="${COMMON_DEPEND} + nfs? ( net-fs/nfs-utils ) + samba? ( net-fs/samba[server(+)] ) $(add_plasma_dep kde-cli-tools) !kde-base/kcontrol:4 !kde-base/kinfocenter:4