Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/samba/
Date: Fri, 26 May 2017 11:38:45
Message-Id: 1495798713.03dddbf85b3437544b19947e16b05096f88c397d.polynomial-c@gentoo
1 commit: 03dddbf85b3437544b19947e16b05096f88c397d
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 26 11:38:33 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Fri May 26 11:38:33 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03dddbf8
7
8 net-fs/samba: Added missing test deps. Removed missing keywords.
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 net-fs/samba/samba-4.5.10.ebuild | 12 ++++++++++--
13 1 file changed, 10 insertions(+), 2 deletions(-)
14
15 diff --git a/net-fs/samba/samba-4.5.10.ebuild b/net-fs/samba/samba-4.5.10.ebuild
16 index 31c49ce01b7..71d78f1fd42 100644
17 --- a/net-fs/samba/samba-4.5.10.ebuild
18 +++ b/net-fs/samba/samba-4.5.10.ebuild
19 @@ -16,7 +16,7 @@ SRC_PATH="stable"
20 SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz
21 https://dev.gentoo.org/~polynomial-c/samba-disable-python-patches-4.5.0_rc1.tar.xz"
22 [[ ${PV} = *_rc* ]] || \
23 -KEYWORDS="~amd64 ~arm ~hppa ~x86"
24 +KEYWORDS="~amd64 ~x86"
25
26 DESCRIPTION="Samba Suite Version 4"
27 HOMEPAGE="http://www.samba.org/"
28 @@ -74,7 +74,15 @@ CDEPEND="${PYTHON_DEPS}
29 system-mitkrb5? ( app-crypt/mit-krb5[${MULTILIB_USEDEP}] )
30 systemd? ( sys-apps/systemd:0= )"
31 DEPEND="${CDEPEND}
32 - virtual/pkgconfig"
33 + virtual/pkgconfig
34 + test? (
35 + !system-mitkrb5? (
36 + >=sys-libs/nss_wrapper-1.1.3
37 + >=net-dns/resolv_wrapper-1.1.4
38 + >=net-libs/socket_wrapper-1.1.7
39 + >=sys-libs/uid_wrapper-1.2.1
40 + )
41 + )"
42 RDEPEND="${CDEPEND}
43 client? ( net-fs/cifs-utils[ads?] )
44 selinux? ( sec-policy/selinux-samba )