diff options
author | 2008-07-21 02:38:59 +0000 | |
---|---|---|
committer | 2008-07-21 02:38:59 +0000 | |
commit | 29d5ed175003010bc4df32725d65f44355f9ecdf (patch) | |
tree | 9ae5af665f15c09b2a948e7188306b591c2ef65e /dev-db | |
parent | Stable for HPPA (bug #230269). (diff) | |
download | gentoo-2-29d5ed175003010bc4df32725d65f44355f9ecdf.tar.gz gentoo-2-29d5ed175003010bc4df32725d65f44355f9ecdf.tar.bz2 gentoo-2-29d5ed175003010bc4df32725d65f44355f9ecdf.zip |
Stable for HPPA (bug #220399).
(Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r2-JeR i686)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mysql/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.0.60-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog index ccf3fed19554..887b6cdc68a5 100644 --- a/dev-db/mysql/ChangeLog +++ b/dev-db/mysql/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/mysql # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.454 2008/07/20 17:45:19 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.455 2008/07/21 02:38:59 jer Exp $ + + 21 Jul 2008; Jeroen Roovers <jer@gentoo.org> mysql-5.0.60-r1.ebuild: + Stable for HPPA (bug #220399). 20 Jul 2008; Ferris McCormick <fmccor@gentoo.org> mysql-5.0.60-r1.ebuild: Sparc stable, Security Bug #220399 (in use for 6 weeks now). diff --git a/dev-db/mysql/mysql-5.0.60-r1.ebuild b/dev-db/mysql/mysql-5.0.60-r1.ebuild index 03c95690f8db..497ce1a207ba 100644 --- a/dev-db/mysql/mysql-5.0.60-r1.ebuild +++ b/dev-db/mysql/mysql-5.0.60-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.60-r1.ebuild,v 1.2 2008/07/20 17:45:19 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.60-r1.ebuild,v 1.3 2008/07/21 02:38:59 jer Exp $ MY_EXTRAS_VER="20080601" SERVER_URI="http://mirror.provenscaling.com/mysql/enterprise/source/5.0/${P}.tar.gz" @@ -8,7 +8,7 @@ SERVER_URI="http://mirror.provenscaling.com/mysql/enterprise/source/5.0/${P}.tar inherit toolchain-funcs mysql # REMEMBER: also update eclass/mysql*.eclass before committing! -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh sparc ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh sparc ~sparc-fbsd ~x86 ~x86-fbsd" # When MY_EXTRAS is bumped, the index should be revised to exclude these. EPATCH_EXCLUDE='' |