diff options
author | 2014-11-02 10:08:25 +0000 | |
---|---|---|
committer | 2014-11-02 10:08:25 +0000 | |
commit | c606bf693bcdd74f70074129eded447ede80a935 (patch) | |
tree | 385693bdef4725efc83e0154f7dece0c3a898f3a /sys-auth | |
parent | Fix timers slot to match the gemspec file and make sure we use this slot duri... (diff) | |
download | gentoo-2-c606bf693bcdd74f70074129eded447ede80a935.tar.gz gentoo-2-c606bf693bcdd74f70074129eded447ede80a935.tar.bz2 gentoo-2-c606bf693bcdd74f70074129eded447ede80a935.zip |
Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug #527698)
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/sssd/ChangeLog | 6 | ||||
-rw-r--r-- | sys-auth/sssd/sssd-1.12.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-auth/sssd/ChangeLog b/sys-auth/sssd/ChangeLog index 98872a4cfee3..be0b130d191a 100644 --- a/sys-auth/sssd/ChangeLog +++ b/sys-auth/sssd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/sssd # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/ChangeLog,v 1.59 2014/10/06 19:02:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/ChangeLog,v 1.60 2014/11/02 10:08:25 swift Exp $ + + 02 Nov 2014; Sven Vermeulen <swift@gentoo.org> sssd-1.12.1.ebuild: + Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug + #527698) 06 Oct 2014; Agostino Sarubbo <ago@gentoo.org> sssd-1.12.1.ebuild: Stable for x86, wrt bug #511670 diff --git a/sys-auth/sssd/sssd-1.12.1.ebuild b/sys-auth/sssd/sssd-1.12.1.ebuild index 47ac730ad465..34a88fcaafdd 100644 --- a/sys-auth/sssd/sssd-1.12.1.ebuild +++ b/sys-auth/sssd/sssd-1.12.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/sssd-1.12.1.ebuild,v 1.3 2014/10/06 19:02:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/sssd-1.12.1.ebuild,v 1.4 2014/11/02 10:08:25 swift Exp $ EAPI=5 @@ -39,7 +39,6 @@ COMMON_DEP=" selinux? ( >=sys-libs/libselinux-2.1.9 >=sys-libs/libsemanage-2.1 - >=sec-policy/selinux-sssd-2.20120725-r9 ) >=net-dns/bind-tools-9.9[gssapi] >=dev-libs/cyrus-sasl-2.1.25-r3[kerberos] @@ -54,6 +53,7 @@ COMMON_DEP=" RDEPEND="${COMMON_DEP} >=sys-libs/glibc-2.17[nscd] + selinux? ( >=sec-policy/selinux-sssd-2.20120725-r9 ) " DEPEND="${COMMON_DEP} test? ( dev-libs/check ) |