summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Koltsov <maksbotan@gentoo.org>2012-12-04 15:42:22 +0000
committerMaxim Koltsov <maksbotan@gentoo.org>2012-12-04 15:42:22 +0000
commit3fe0bd5e68ce0c56a1ba3f1b883f3d18cb9d394a (patch)
tree6cde2fe22804349f9ebaf6e455cf0fc306ac81df /sys-auth
parentStable for x86, wrt bug #443894 (diff)
downloadgentoo-2-3fe0bd5e68ce0c56a1ba3f1b883f3d18cb9d394a.tar.gz
gentoo-2-3fe0bd5e68ce0c56a1ba3f1b883f3d18cb9d394a.tar.bz2
gentoo-2-3fe0bd5e68ce0c56a1ba3f1b883f3d18cb9d394a.zip
Fix bug #445478, thanks to Reto Gantenbein
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/sssd/ChangeLog5
-rw-r--r--sys-auth/sssd/sssd-1.9.2.ebuild4
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
}