diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2013-10-27 11:58:57 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2013-10-27 11:58:57 +0000 |
commit | 4cc4547d66a0cdc8ffed7a98e9589bb4c2e1f234 (patch) | |
tree | 2b28316bf38a6c08614294f681e5af84f70b810e /sys-auth/sssd/sssd-1.8.6-r1.ebuild | |
parent | Bump to 3.5.2, bug #488940. (diff) | |
download | gentoo-2-4cc4547d66a0cdc8ffed7a98e9589bb4c2e1f234.tar.gz gentoo-2-4cc4547d66a0cdc8ffed7a98e9589bb4c2e1f234.tar.bz2 gentoo-2-4cc4547d66a0cdc8ffed7a98e9589bb4c2e1f234.zip |
Commit mgorny's patch for 'prune_libtool_files', bug 489536
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'sys-auth/sssd/sssd-1.8.6-r1.ebuild')
-rw-r--r-- | sys-auth/sssd/sssd-1.8.6-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/sssd/sssd-1.8.6-r1.ebuild b/sys-auth/sssd/sssd-1.8.6-r1.ebuild index fdd7280a6a6c..5b345cc15cfd 100644 --- a/sys-auth/sssd/sssd-1.8.6-r1.ebuild +++ b/sys-auth/sssd/sssd-1.8.6-r1.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/sssd-1.8.6-r1.ebuild,v 1.2 2013/07/03 20:26:57 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/sssd-1.8.6-r1.ebuild,v 1.3 2013/10/27 11:58:57 maksbotan Exp $ EAPI=4 +AUTOTOOLS_PRUNE_LIBTOOL_FILES=all PYTHON_DEPEND="python? 2:2.6" inherit python multilib pam linux-info autotools-utils @@ -91,7 +92,6 @@ src_configure(){ src_install(){ autotools-utils_src_install - remove_libtool_files all insinto /etc/sssd insopts -m600 |