Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 877429 | Differences between
and this patch

Collapse All | Expand All

(-)net-fs/samba/samba-4.15.9-r1.ebuild (-5 / +2 lines)
Lines 23-29 Link Here
23
LICENSE="GPL-3"
23
LICENSE="GPL-3"
24
SLOT="0"
24
SLOT="0"
25
IUSE="acl addc ads ceph client cluster cpu_flags_x86_aes cups debug fam
25
IUSE="acl addc ads ceph client cluster cpu_flags_x86_aes cups debug fam
26
glusterfs gpg iprint json ldap llvm-libunwind pam profiling-data python quota +regedit selinux
26
glusterfs gpg iprint json ldap llvm-libunwind nis pam profiling-data python quota +regedit selinux
27
snapper spotlight syslog system-heimdal +system-mitkrb5 systemd test unwind winbind
27
snapper spotlight syslog system-heimdal +system-mitkrb5 systemd test unwind winbind
28
zeroconf"
28
zeroconf"
29
29
Lines 77-82 Link Here
77
	sys-libs/zlib[${MULTILIB_USEDEP}]
77
	sys-libs/zlib[${MULTILIB_USEDEP}]
78
	virtual/libcrypt:=[${MULTILIB_USEDEP}]
78
	virtual/libcrypt:=[${MULTILIB_USEDEP}]
79
	virtual/libiconv
79
	virtual/libiconv
80
	virtual/rpcgen[nis=]
80
	$(python_gen_cond_dep "
81
	$(python_gen_cond_dep "
81
		addc? (
82
		addc? (
82
			dev-python/dnspython:=[\${PYTHON_USEDEP}]
83
			dev-python/dnspython:=[\${PYTHON_USEDEP}]
Lines 116-125 Link Here
116
DEPEND="${COMMON_DEPEND}
117
DEPEND="${COMMON_DEPEND}
117
	>=dev-util/cmocka-1.1.3[${MULTILIB_USEDEP}]
118
	>=dev-util/cmocka-1.1.3[${MULTILIB_USEDEP}]
118
	net-libs/libtirpc[${MULTILIB_USEDEP}]
119
	net-libs/libtirpc[${MULTILIB_USEDEP}]
119
	|| (
120
		net-libs/rpcsvc-proto
121
		<sys-libs/glibc-2.26[rpc(+)]
122
	)
123
	spotlight? ( dev-libs/glib )
120
	spotlight? ( dev-libs/glib )
124
	test? (
121
	test? (
125
		$(python_gen_cond_dep "dev-python/subunit[\${PYTHON_USEDEP},${MULTILIB_USEDEP}]" )
122
		$(python_gen_cond_dep "dev-python/subunit[\${PYTHON_USEDEP},${MULTILIB_USEDEP}]" )

Return to bug 877429