summaryrefslogtreecommitdiff
path: root/net-fs
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2017-05-26 13:38:33 +0200
committerLars Wendler <polynomial-c@gentoo.org>2017-05-26 13:38:33 +0200
commit03dddbf85b3437544b19947e16b05096f88c397d (patch)
tree1dbbfe0680dc7eaab821ad607c9bfb2a74d7a0fe /net-fs
parentnet-fs/samba: Removed old. (diff)
downloadgentoo-03dddbf85b3437544b19947e16b05096f88c397d.tar.gz
gentoo-03dddbf85b3437544b19947e16b05096f88c397d.tar.bz2
gentoo-03dddbf85b3437544b19947e16b05096f88c397d.zip
net-fs/samba: Added missing test deps. Removed missing keywords.
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'net-fs')
-rw-r--r--net-fs/samba/samba-4.5.10.ebuild12
1 files changed, 10 insertions, 2 deletions
diff --git a/net-fs/samba/samba-4.5.10.ebuild b/net-fs/samba/samba-4.5.10.ebuild
index 31c49ce01b77..71d78f1fd427 100644
--- a/net-fs/samba/samba-4.5.10.ebuild
+++ b/net-fs/samba/samba-4.5.10.ebuild
@@ -16,7 +16,7 @@ SRC_PATH="stable"
SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz
https://dev.gentoo.org/~polynomial-c/samba-disable-python-patches-4.5.0_rc1.tar.xz"
[[ ${PV} = *_rc* ]] || \
-KEYWORDS="~amd64 ~arm ~hppa ~x86"
+KEYWORDS="~amd64 ~x86"
DESCRIPTION="Samba Suite Version 4"
HOMEPAGE="http://www.samba.org/"
@@ -74,7 +74,15 @@ CDEPEND="${PYTHON_DEPS}
system-mitkrb5? ( app-crypt/mit-krb5[${MULTILIB_USEDEP}] )
systemd? ( sys-apps/systemd:0= )"
DEPEND="${CDEPEND}
- virtual/pkgconfig"
+ virtual/pkgconfig
+ test? (
+ !system-mitkrb5? (
+ >=sys-libs/nss_wrapper-1.1.3
+ >=net-dns/resolv_wrapper-1.1.4
+ >=net-libs/socket_wrapper-1.1.7
+ >=sys-libs/uid_wrapper-1.2.1
+ )
+ )"
RDEPEND="${CDEPEND}
client? ( net-fs/cifs-utils[ads?] )
selinux? ( sec-policy/selinux-samba )