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

Collapse All | Expand All

(-)samba-4.0.0_alpha17-r4.ebuild (-1 / +4 lines)
Lines 13-27 Link Here
13
if [ "${PV}" = "4.9999" ]; then
13
if [ "${PV}" = "4.9999" ]; then
14
	EGIT_REPO_URI="git://git.samba.org/samba.git"
14
	EGIT_REPO_URI="git://git.samba.org/samba.git"
15
	inherit git-2
15
	inherit git-2
16
	KEYWORDS=""
16
else
17
else
17
	SRC_URI="mirror://samba/samba4/${MY_P}.tar.gz"
18
	SRC_URI="mirror://samba/samba4/${MY_P}.tar.gz"
19
	KEYWORDS="~amd64 ~x86"
18
fi
20
fi
19
21
20
DESCRIPTION="Samba Server component"
22
DESCRIPTION="Samba Server component"
21
HOMEPAGE="http://www.samba.org/"
23
HOMEPAGE="http://www.samba.org/"
22
LICENSE="GPL-3"
24
LICENSE="GPL-3"
23
SLOT="0"
25
SLOT="0"
24
KEYWORDS="~amd64 ~x86"
25
IUSE="acl addns ads aio avahi client cluster cups debug fulltest gnutls iprint
26
IUSE="acl addns ads aio avahi client cluster cups debug fulltest gnutls iprint
26
krb5 ldap pam quota swat syslog winbind"
27
krb5 ldap pam quota swat syslog winbind"
27
28
Lines 111-116 Link Here
111
112
112
	#remove conflicting file for tevent profided by sys-libs/tevent
113
	#remove conflicting file for tevent profided by sys-libs/tevent
113
	find "${D}" -type f -name "_tevent.so" -exec rm -f {} \;
114
	find "${D}" -type f -name "_tevent.so" -exec rm -f {} \;
115
	echo "LD_LIBRARY_PATH=/usr/$(get_libdir)/samba" > "${T}"/99${PN}
116
	doenvd "${T}"/99${PN}
114
}
117
}
115
118
116
src_test() {
119
src_test() {

Return to bug 195703