diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2011-12-31 09:41:07 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2011-12-31 09:41:07 +0000 |
commit | 7899758527bf87b37aeab1c2f993e8dcbb837397 (patch) | |
tree | 071d17e151e4543960cec469c7a19f5330309bbc /sys-auth/pam_mysql | |
parent | Disable forced ccache/distcc handling (since portage has FEATURES for this), ... (diff) | |
download | gentoo-2-7899758527bf87b37aeab1c2f993e8dcbb837397.tar.gz gentoo-2-7899758527bf87b37aeab1c2f993e8dcbb837397.tar.bz2 gentoo-2-7899758527bf87b37aeab1c2f993e8dcbb837397.zip |
Stable for AMD64, wrt bug #396515
(Portage version: 2.1.10.41/cvs/Linux i686)
Diffstat (limited to 'sys-auth/pam_mysql')
-rw-r--r-- | sys-auth/pam_mysql/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/pam_mysql/pam_mysql-0.7_rc1-r4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/pam_mysql/ChangeLog b/sys-auth/pam_mysql/ChangeLog index 552f7afe5d23..b4179e2aa5dc 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.17 2011/11/24 18:27:15 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mysql/ChangeLog,v 1.18 2011/12/31 09:41:07 ago Exp $ + + 31 Dec 2011; Agostino Sarubbo <ago@gentoo.org> pam_mysql-0.7_rc1-r4.ebuild: + Stable for AMD64, wrt bug #396515 *pam_mysql-0.7_rc1-r4 (24 Nov 2011) 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 c1d212502272..53b44bd6d59b 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 # 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.1 2011/11/24 18:27:15 hanno Exp $ +# $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 $ 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}" |