diff options
| author | Michael Palimaka <kensington@gentoo.org> | 2014-09-20 05:34:31 +1000 |
|---|---|---|
| committer | Michael Palimaka <kensington@gentoo.org> | 2014-09-20 05:35:01 +1000 |
| commit | 2b8af6d3ee9e29c0764f3d80d0a274b9a468f6e3 (patch) | |
| tree | 424ed4da277dc5bf0b68f04650df2a1b19c1361c | |
| parent | 9c357ceb67f48a3065e83cec1faf05a961b9b1f9 (diff) | |
| download | kde-2b8af6d3ee9e29c0764f3d80d0a274b9a468f6e3.tar.gz kde-2b8af6d3ee9e29c0764f3d80d0a274b9a468f6e3.tar.bz2 kde-2b8af6d3ee9e29c0764f3d80d0a274b9a468f6e3.zip | |
[kde-base/kinfocenter] Adjust dependency to permit Samba 4.
Package-Manager: portage-2.2.10
| -rw-r--r-- | kde-base/kinfocenter/kinfocenter-5.0.2.ebuild | 4 | ||||
| -rw-r--r-- | kde-base/kinfocenter/kinfocenter-9999.ebuild | 4 | ||||
| -rw-r--r-- | 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 b6a05ccad9c..9b5da690026 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 2e5fcd15a0c..01bde9aa9f8 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 b9d74bd1d76..99dbac6bf0d 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> |
