diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-01-15 15:44:48 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-01-15 15:44:48 +0000 |
commit | eb36c6578ea4665ef04bfe0401b035946221ffac (patch) | |
tree | d34374630b46b64da2ad4a750cea443d8f360747 /sys-auth | |
parent | x86 stable wrt bug #396513 (diff) | |
download | gentoo-2-eb36c6578ea4665ef04bfe0401b035946221ffac.tar.gz gentoo-2-eb36c6578ea4665ef04bfe0401b035946221ffac.tar.bz2 gentoo-2-eb36c6578ea4665ef04bfe0401b035946221ffac.zip |
x86 stable wrt bug #396515
(Portage version: 2.1.10.41/cvs/Linux i686)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam_mysql/ChangeLog | 6 | ||||
-rw-r--r-- | sys-auth/pam_mysql/pam_mysql-0.7_rc1-r4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-auth/pam_mysql/ChangeLog b/sys-auth/pam_mysql/ChangeLog index 22ef957bbfca..bbe6928ded88 100644 --- a/sys-auth/pam_mysql/ChangeLog +++ b/sys-auth/pam_mysql/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/pam_mysql # 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 $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mysql/ChangeLog,v 1.20 2012/01/15 15:44:48 phajdan.jr Exp $ + + 15 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> + pam_mysql-0.7_rc1-r4.ebuild: + x86 stable wrt bug #396515 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 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 af671f5fb07e..245407f72939 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-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.3 2012/01/09 19:41:59 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r4.ebuild,v 1.4 2012/01/15 15:44:48 phajdan.jr 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}" |