diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2006-05-19 18:56:22 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2006-05-19 18:56:22 +0000 |
commit | c957720f4c13925334510b325341bbf3d0fc193b (patch) | |
tree | bdd2f8cdc8115d30c87a50d343697304defdf38a /sys-auth | |
parent | Stable on ppc64; bug #130624 (diff) | |
download | gentoo-2-c957720f4c13925334510b325341bbf3d0fc193b.tar.gz gentoo-2-c957720f4c13925334510b325341bbf3d0fc193b.tar.bz2 gentoo-2-c957720f4c13925334510b325341bbf3d0fc193b.zip |
ppc stable, bug #120842
(Portage version: 2.1_rc1-r3)
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.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-auth/pam_mysql/ChangeLog b/sys-auth/pam_mysql/ChangeLog index 2bd809f71a15..40a3a40ab2e5 100644 --- a/sys-auth/pam_mysql/ChangeLog +++ b/sys-auth/pam_mysql/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/pam_mysql # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mysql/ChangeLog,v 1.6 2006/05/19 02:33:30 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mysql/ChangeLog,v 1.7 2006/05/19 18:56:22 dertobi123 Exp $ + + 19 May 2006; Tobias Scherbaum <dertobi123@gentoo.org> + pam_mysql-0.7_rc1.ebuild: + ppc stable, bug #120842 18 May 2006; Thomas Cort <tcort@gentoo.org> pam_mysql-0.7_rc1.ebuild: Stable on alpha wrt security Bug #120842. diff --git a/sys-auth/pam_mysql/pam_mysql-0.7_rc1.ebuild b/sys-auth/pam_mysql/pam_mysql-0.7_rc1.ebuild index 01a5bf75743d..481f050da2cd 100644 --- a/sys-auth/pam_mysql/pam_mysql-0.7_rc1.ebuild +++ b/sys-auth/pam_mysql/pam_mysql-0.7_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.ebuild,v 1.3 2006/05/19 02:33:30 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mysql/pam_mysql-0.7_rc1.ebuild,v 1.4 2006/05/19 18:56:22 dertobi123 Exp $ inherit libtool @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/pam-mysql/${P/_rc/RC}.tar.gz" DEPEND=">=sys-libs/pam-0.72 >=dev-db/mysql-3.23.38" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha ~amd64 ~ppc ~sparc x86" +KEYWORDS="alpha ~amd64 ppc ~sparc x86" IUSE="" S="${WORKDIR}/${P/_rc/RC}" |