diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-07-05 15:42:44 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-07-05 15:42:44 +0000 |
commit | 8516d82d940847855e8acf7c7c98fbb6c8f049b8 (patch) | |
tree | af671429927aa0d9fa30e4d63f119b7f1f557f6d /sys-auth | |
parent | Version bump. (diff) | |
download | gentoo-2-8516d82d940847855e8acf7c7c98fbb6c8f049b8.tar.gz gentoo-2-8516d82d940847855e8acf7c7c98fbb6c8f049b8.tar.bz2 gentoo-2-8516d82d940847855e8acf7c7c98fbb6c8f049b8.zip |
force automake 1.9 for bug #318121
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/openpam/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/openpam/openpam-20071221.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys-auth/openpam/ChangeLog b/sys-auth/openpam/ChangeLog index 058c8ae61b61..49d6d0a4a708 100644 --- a/sys-auth/openpam/ChangeLog +++ b/sys-auth/openpam/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/openpam # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v 1.17 2011/04/07 05:53:06 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v 1.18 2011/07/05 15:42:44 aballier Exp $ + + 05 Jul 2011; Alexis Ballier <aballier@gentoo.org> openpam-20071221.ebuild: + force automake 1.9 for bug #318121 07 Apr 2011; Ulrich Mueller <ulm@gentoo.org> openpam-20071221.ebuild: Don't PROVIDE virtual/pam. Update blocker. Bug 358903. diff --git a/sys-auth/openpam/openpam-20071221.ebuild b/sys-auth/openpam/openpam-20071221.ebuild index 129645f724f5..96f3e022da66 100644 --- a/sys-auth/openpam/openpam-20071221.ebuild +++ b/sys-auth/openpam/openpam-20071221.ebuild @@ -1,8 +1,10 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild,v 1.7 2011/04/07 05:53:06 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild,v 1.8 2011/07/05 15:42:44 aballier Exp $ EAPI="2" +# https://bugs.gentoo.org/show_bug.cgi?id=318121 +WANT_AUTOMAKE=1.9 inherit multilib autotools DESCRIPTION="Open source PAM library." |