diff options
-rw-r--r-- | sys-auth/pam_mysql/ChangeLog | 7 | ||||
-rw-r--r-- | sys-auth/pam_mysql/pam_mysql-0.7_rc1-r4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-auth/pam_mysql/ChangeLog b/sys-auth/pam_mysql/ChangeLog index b4179e2aa5dc..22ef957bbfca 100644 --- a/sys-auth/pam_mysql/ChangeLog +++ b/sys-auth/pam_mysql/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/pam_mysql -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mysql/ChangeLog,v 1.18 2011/12/31 09:41:07 ago Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mysql/ChangeLog,v 1.19 2012/01/09 19:41:59 ranger Exp $ + + 09 Jan 2012; Brent Baude <ranger@gentoo.org> pam_mysql-0.7_rc1-r4.ebuild: + Marking pam_mysql-0.7_rc1-r4 ppc for bug 396515 31 Dec 2011; Agostino Sarubbo <ago@gentoo.org> pam_mysql-0.7_rc1-r4.ebuild: Stable for AMD64, wrt bug #396515 diff --git a/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r4.ebuild b/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r4.ebuild index 53b44bd6d59b..af671f5fb07e 100644 --- a/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r4.ebuild +++ b/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r4.ebuild,v 1.2 2011/12/31 09:41:07 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r4.ebuild,v 1.3 2012/01/09 19:41:59 ranger Exp $ EAPI=2 inherit autotools libtool pam @@ -13,7 +13,7 @@ DEPEND=">=sys-libs/pam-0.72 virtual/mysql" RDEPEND="${DEPEND}" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha amd64 ppc ~sparc ~x86" IUSE="openssl" S="${WORKDIR}/${P/_rc/RC}" |