commit: 2b8af6d3ee9e29c0764f3d80d0a274b9a468f6e3 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Fri Sep 19 19:34:31 2014 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Fri Sep 19 19:35:01 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2b8af6d3
[kde-base/kinfocenter] Adjust dependency to permit Samba 4. Package-Manager: portage-2.2.10 --- kde-base/kinfocenter/kinfocenter-5.0.2.ebuild | 4 ++-- kde-base/kinfocenter/kinfocenter-9999.ebuild | 4 ++-- kde-base/kinfocenter/metadata.xml | 1 - 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/kde-base/kinfocenter/kinfocenter-5.0.2.ebuild b/kde-base/kinfocenter/kinfocenter-5.0.2.ebuild index b6a05cc..9b5da69 100644 --- a/kde-base/kinfocenter/kinfocenter-5.0.2.ebuild +++ b/kde-base/kinfocenter/kinfocenter-5.0.2.ebuild @@ -10,7 +10,7 @@ inherit kde5 DESCRIPTION="A utility that provides information about a computer system" HOMEPAGE="http://www.kde.org/applications/system/kinfocenter/" KEYWORDS=" ~amd64" -IUSE="egl gles ieee1394 +opengl +pci samba nfs server wayland X" +IUSE="egl gles ieee1394 +opengl +pci samba nfs wayland X" REQUIRED_USE="egl? ( || ( gles opengl ) )" @@ -46,7 +46,7 @@ RDEPEND=" virtual/opengl ) pci? ( sys-apps/pciutils ) - samba? ( net-fs/samba[server=] ) + samba? ( net-fs/samba[server(+)] ) wayland? ( >=dev-libs/wayland-1.2 ) X? ( x11-libs/libX11 ) !kde-base/kcontrol:4 diff --git a/kde-base/kinfocenter/kinfocenter-9999.ebuild b/kde-base/kinfocenter/kinfocenter-9999.ebuild index 2e5fcd1..01bde9a 100644 --- a/kde-base/kinfocenter/kinfocenter-9999.ebuild +++ b/kde-base/kinfocenter/kinfocenter-9999.ebuild @@ -10,7 +10,7 @@ inherit kde5 DESCRIPTION="A utility that provides information about a computer system" HOMEPAGE="http://www.kde.org/applications/system/kinfocenter/" KEYWORDS="" -IUSE="egl gles ieee1394 +opengl +pci samba nfs server wayland X" +IUSE="egl gles ieee1394 +opengl +pci samba nfs wayland X" REQUIRED_USE="egl? ( || ( gles opengl ) )" @@ -45,7 +45,7 @@ RDEPEND=" virtual/opengl ) pci? ( sys-apps/pciutils ) - samba? ( net-fs/samba[server=] ) + samba? ( net-fs/samba[server(+)] ) wayland? ( >=dev-libs/wayland-1.2 ) X? ( x11-libs/libX11 ) !kde-base/kcontrol:4 diff --git a/kde-base/kinfocenter/metadata.xml b/kde-base/kinfocenter/metadata.xml index b9d74bd..99dbac6 100644 --- a/kde-base/kinfocenter/metadata.xml +++ b/kde-base/kinfocenter/metadata.xml @@ -8,6 +8,5 @@ <flag name="nfs">Show information about NFS mounts, shares and log entries</flag> <flag name="pci">Show advanced PCI information</flag> <flag name="samba">Show information about Samba mounts, shares and log entries</flag> - <flag name="server">Show server specific information in the Samba/NFS module</flag> </use> </pkgmetadata>
