diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-06-01 06:41:23 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-06-01 06:41:23 +0000 |
commit | e0631d0910cd5b6f4bf4742741e5017ebd896b95 (patch) | |
tree | 0e1d47429846883bedb950336be4aa6172126bd7 /dev-db | |
parent | Stable for security bug #134329. (diff) | |
download | gentoo-2-e0631d0910cd5b6f4bf4742741e5017ebd896b95.tar.gz gentoo-2-e0631d0910cd5b6f4bf4742741e5017ebd896b95.tar.bz2 gentoo-2-e0631d0910cd5b6f4bf4742741e5017ebd896b95.zip |
Stable on ppc64; bug #135076
(Portage version: 2.0.54-r2)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mysql/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/mysql/mysql-4.1.20.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog index b19795ec6206..e0de262bb9db 100644 --- a/dev-db/mysql/ChangeLog +++ b/dev-db/mysql/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/mysql # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.343 2006/06/01 05:03:39 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.344 2006/06/01 06:41:23 corsair Exp $ + + 01 Jun 2006; Markus Rothe <corsair@gentoo.org> mysql-4.1.20.ebuild: + Stable on ppc64; bug #135076 01 Jun 2006; Jason Wever <weeve@gentoo.org> mysql-4.1.20.ebuild: Stable on SPARC wrt security bug #135076. diff --git a/dev-db/mysql/mysql-4.1.20.ebuild b/dev-db/mysql/mysql-4.1.20.ebuild index 97358fe50f53..03636c8fe963 100644 --- a/dev-db/mysql/mysql-4.1.20.ebuild +++ b/dev-db/mysql/mysql-4.1.20.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/dev-db/mysql/mysql-4.1.20.ebuild,v 1.5 2006/06/01 05:03:39 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.1.20.ebuild,v 1.6 2006/06/01 06:41:23 corsair Exp $ # Leave this empty MYSQL_VERSION_ID="" @@ -9,7 +9,7 @@ MYSQL_PATCHSET_REV="1" inherit mysql -KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" src_test() { cd "${S}" |