Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 619444
Collapse All | Expand All

(-)a/portage/sys-auth/sssd/sssd-1.13.1.ebuild (-3 / +7 lines)
Lines 8-19 PYTHON_COMPAT=( python{2_7,3_4} ) Link Here
8
inherit eutils multilib pam linux-info autotools multilib-minimal python-r1 systemd toolchain-funcs
8
inherit eutils multilib pam linux-info autotools multilib-minimal python-r1 systemd toolchain-funcs
9
9
10
DESCRIPTION="System Security Services Daemon provides access to identity and authentication"
10
DESCRIPTION="System Security Services Daemon provides access to identity and authentication"
11
HOMEPAGE="http://fedorahosted.org/sssd/"
11
HOMEPAGE="https://pagure.io/sssd/sssd"
12
SRC_URI="http://fedorahosted.org/released/${PN}/${P}.tar.gz"
12
SRC_URI="https://releases.pagure.org/SSSD/${PN}/${P}.tar.gz"
13
13
14
LICENSE="GPL-3"
14
LICENSE="GPL-3"
15
SLOT="0"
15
SLOT="0"
16
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
16
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
17
IUSE="acl augeas autofs +locator netlink nfsv4 nls +manpages python samba selinux sudo ssh test"
17
IUSE="acl augeas autofs +locator netlink nfsv4 nls +manpages python samba selinux sudo ssh test"
18
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
18
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
19
19
Lines 54-63 COMMON_DEP=" Link Here
54
	"
54
	"
55
55
56
RDEPEND="${COMMON_DEP}
56
RDEPEND="${COMMON_DEP}
57
	net-dns/bind-tools
57
	>=sys-libs/glibc-2.17[nscd]
58
	>=sys-libs/glibc-2.17[nscd]
58
	selinux? ( >=sec-policy/selinux-sssd-2.20120725-r9 )
59
	selinux? ( >=sec-policy/selinux-sssd-2.20120725-r9 )
59
	"
60
	"
60
DEPEND="${COMMON_DEP}
61
DEPEND="${COMMON_DEP}
62
	sys-libs/ldb
63
	dev-libs/jansson
64
	net-libs/http-parser
61
	test? ( dev-libs/check )
65
	test? ( dev-libs/check )
62
	manpages? (
66
	manpages? (
63
		>=dev-libs/libxslt-1.1.26
67
		>=dev-libs/libxslt-1.1.26

Return to bug 619444