diff options
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/sssd/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/sssd/sssd-1.9.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/sssd/ChangeLog b/sys-auth/sssd/ChangeLog index aeea0deba28b..4d18a83ced16 100644 --- a/sys-auth/sssd/ChangeLog +++ b/sys-auth/sssd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/sssd # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/ChangeLog,v 1.28 2012/11/21 11:01:35 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/ChangeLog,v 1.29 2012/12/04 15:42:22 maksbotan Exp $ + + 04 Dec 2012; Maxim Koltsov <maksbotan@gentoo.org> sssd-1.9.2.ebuild: + Fix bug #445478, thanks to Reto Gantenbein 21 Nov 2012; Agostino Sarubbo <ago@gentoo.org> sssd-1.8.4.ebuild: Stable for x86, wrt bug #434352 diff --git a/sys-auth/sssd/sssd-1.9.2.ebuild b/sys-auth/sssd/sssd-1.9.2.ebuild index 16f014f09037..31dd72c29da9 100644 --- a/sys-auth/sssd/sssd-1.9.2.ebuild +++ b/sys-auth/sssd/sssd-1.9.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/sssd-1.9.2.ebuild,v 1.1 2012/10/17 17:18:51 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/sssd-1.9.2.ebuild,v 1.2 2012/12/04 15:42:22 maksbotan Exp $ EAPI=4 @@ -119,7 +119,7 @@ src_install(){ if use python; then python_clean_installation_image - python_convert_shebangs 2 -r "${ED}$(python_get_sitedir)"/*.py + python_convert_shebangs -r 2 "${ED}$(python_get_sitedir)"/*.py fi newconfd "${FILESDIR}"/sssd.conf sssd } |