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

Collapse All | Expand All

(-)cifs-utils-6.11.ebuild (-5 / +4 lines)
Lines 12-22 Link Here
12
LICENSE="GPL-3"
12
LICENSE="GPL-3"
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~x86-linux"
14
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~x86-linux"
15
IUSE="+acl +ads +caps creds pam systemd"
15
IUSE="+acl +ads +caps creds +manpage pam systemd"
16
16
17
RDEPEND="
17
RDEPEND="
18
	!net-fs/mount-cifs
18
	!net-fs/mount-cifs
19
	sys-apps/keyutils:=
20
	ads? (
19
	ads? (
21
		sys-libs/talloc
20
		sys-libs/talloc
22
		virtual/krb5
21
		virtual/krb5
Lines 25-31 Link Here
25
	pam? ( sys-libs/pam )
24
	pam? ( sys-libs/pam )
26
"
25
"
27
DEPEND="${RDEPEND}"
26
DEPEND="${RDEPEND}"
28
BDEPEND="dev-python/docutils"
27
BDEPEND="manpage? ( dev-python/docutils )"
29
PDEPEND="
28
PDEPEND="
30
	acl? ( >=net-fs/samba-4.0.0_alpha1 )
29
	acl? ( >=net-fs/samba-4.0.0_alpha1 )
31
"
30
"
Lines 34-40 Link Here
34
33
35
DOCS="doc/linux-cifs-client-guide.odt"
34
DOCS="doc/linux-cifs-client-guide.odt"
36
35
37
PATCHES=( "${FILESDIR}/${PN}-6.10-ln_in_destdir.patch" )
36
PATCHES=( "${FILESDIR}/${PN}-6.10-ln_in_destdir.patch" "${FILESDIR}/manpage-6.11.patch" )
38
37
39
pkg_setup() {
38
pkg_setup() {
40
	linux-info_pkg_setup
39
	linux-info_pkg_setup
Lines 64-70 Link Here
64
63
65
src_configure() {
64
src_configure() {
66
	local myeconfargs=(
65
	local myeconfargs=(
67
		--enable-man
66
		$(use_enable manpage man)
68
		--enable-smbinfo
67
		--enable-smbinfo
69
		$(use_enable acl cifsacl cifsidmap)
68
		$(use_enable acl cifsacl cifsidmap)
70
		$(use_enable ads cifsupcall)
69
		$(use_enable ads cifsupcall)

Return to bug 784833