diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2015-07-23 11:48:12 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2015-07-23 11:48:12 +0000 |
commit | 547def7ef4933d78c4118bcf5891f5d107eebf0b (patch) | |
tree | 304b483f39334b6b35e4d91430d50d2906ef64b3 /sys-auth | |
parent | Linux patch 4.0.9 (diff) | |
download | gentoo-2-547def7ef4933d78c4118bcf5891f5d107eebf0b.tar.gz gentoo-2-547def7ef4933d78c4118bcf5891f5d107eebf0b.tar.bz2 gentoo-2-547def7ef4933d78c4118bcf5891f5d107eebf0b.zip |
Bring back the python-r1 eclass inclusion
(Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/sssd/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/sssd/sssd-1.13.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/sssd/ChangeLog b/sys-auth/sssd/ChangeLog index c00fdebbafe8..189f2d897c51 100644 --- a/sys-auth/sssd/ChangeLog +++ b/sys-auth/sssd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/sssd # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/ChangeLog,v 1.73 2015/07/22 20:00:57 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/ChangeLog,v 1.74 2015/07/23 11:48:12 hwoarang Exp $ + + 23 Jul 2015; Markos Chandras <hwoarang@gentoo.org> sssd-1.13.0.ebuild: + Bring back the python-r1 eclass inclusion 22 Jul 2015; Markos Chandras <hwoarang@gentoo.org> +files/sssd-1.13.0-fix-init.patch, sssd-1.13.0.ebuild: diff --git a/sys-auth/sssd/sssd-1.13.0.ebuild b/sys-auth/sssd/sssd-1.13.0.ebuild index 1a763fb38f69..21f95fbb511f 100644 --- a/sys-auth/sssd/sssd-1.13.0.ebuild +++ b/sys-auth/sssd/sssd-1.13.0.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/sssd-1.13.0.ebuild,v 1.2 2015/07/22 20:00:57 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/sssd-1.13.0.ebuild,v 1.3 2015/07/23 11:48:12 hwoarang Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) -inherit eutils multilib pam linux-info autotools multilib-minimal systemd toolchain-funcs +inherit eutils multilib pam linux-info autotools multilib-minimal python-r1 systemd toolchain-funcs DESCRIPTION="System Security Services Daemon provides access to identity and authentication" HOMEPAGE="http://fedorahosted.org/sssd/" |