diff options
author | Christoph Mende <angelos@gentoo.org> | 2007-06-07 15:31:09 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2007-06-07 15:31:09 +0000 |
commit | 7e189d1f953486861238c451a4fa4374fbae8e6d (patch) | |
tree | ce529d0ca0b9fc1e1bab206672f6e368f45496da /dev-db | |
parent | Bug 181151 - CVS ate my patch (diff) | |
download | gentoo-2-7e189d1f953486861238c451a4fa4374fbae8e6d.tar.gz gentoo-2-7e189d1f953486861238c451a4fa4374fbae8e6d.tar.bz2 gentoo-2-7e189d1f953486861238c451a4fa4374fbae8e6d.zip |
Stable on amd64 wrt bug 178860
(Portage version: 2.1.2.9)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mysql/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.0.42.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog index 601a4ae87ab1..61b82bfb1bc9 100644 --- a/dev-db/mysql/ChangeLog +++ b/dev-db/mysql/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/mysql # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.412 2007/06/07 08:15:42 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.413 2007/06/07 15:31:09 angelos Exp $ + + 07 Jun 2007; Christoph Mende <angelos@gentoo.org> mysql-5.0.42.ebuild: + Stable on amd64 wrt bug 178860 07 Jun 2007; Markus Rothe <corsair@gentoo.org> mysql-5.0.42.ebuild: Stable on ppc64; bug #178860 diff --git a/dev-db/mysql/mysql-5.0.42.ebuild b/dev-db/mysql/mysql-5.0.42.ebuild index a8a72e5d378c..8334c3169f0b 100644 --- a/dev-db/mysql/mysql-5.0.42.ebuild +++ b/dev-db/mysql/mysql-5.0.42.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.42.ebuild,v 1.2 2007/06/07 08:15:42 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.42.ebuild,v 1.3 2007/06/07 15:31:09 angelos Exp $ MY_EXTRAS_VER="20070415" SERVER_URI="ftp://ftp.mysql.com/pub/mysql/src/mysql-${PV//_/-}.tar.gz" @@ -8,7 +8,7 @@ SERVER_URI="ftp://ftp.mysql.com/pub/mysql/src/mysql-${PV//_/-}.tar.gz" inherit 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='202_all_embedded-library-compile-5.0.38.patch 706_all_fix-nullpointer-dos.patch 707_all_fix-nullpointer-dos-testcase.patch' |