diff options
author | Jurek Bartuszek <jurek@gentoo.org> | 2007-11-16 19:29:03 +0000 |
---|---|---|
committer | Jurek Bartuszek <jurek@gentoo.org> | 2007-11-16 19:29:03 +0000 |
commit | 84b4b544d0762d19f6aa5a7aa0e3de39429a45c5 (patch) | |
tree | bfee729ad0bad47cb9abbfc2bad2af06975c3181 /dev-db | |
parent | amd64 stable (diff) | |
download | gentoo-2-84b4b544d0762d19f6aa5a7aa0e3de39429a45c5.tar.gz gentoo-2-84b4b544d0762d19f6aa5a7aa0e3de39429a45c5.tar.bz2 gentoo-2-84b4b544d0762d19f6aa5a7aa0e3de39429a45c5.zip |
dev-db/mysql-5.0.44-r2: x86 stable (bug #198988)
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mysql/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.0.44-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog index e9e9c2f9c6ab..84324b0d9463 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.431 2007/11/16 15:03:21 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.432 2007/11/16 19:29:03 jurek Exp $ + + 16 Nov 2007; Jurek Bartuszek <jurek@gentoo.org> mysql-5.0.44-r2.ebuild: + x86 stable (bug #198988) 16 Nov 2007; Jeroen Roovers <jer@gentoo.org> mysql-5.0.44-r2.ebuild: Stable for HPPA (bug #198988). diff --git a/dev-db/mysql/mysql-5.0.44-r2.ebuild b/dev-db/mysql/mysql-5.0.44-r2.ebuild index c5d06053eca5..5071172ebf9c 100644 --- a/dev-db/mysql/mysql-5.0.44-r2.ebuild +++ b/dev-db/mysql/mysql-5.0.44-r2.ebuild @@ -1,13 +1,13 @@ # 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.44-r2.ebuild,v 1.3 2007/11/16 15:03:21 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.44-r2.ebuild,v 1.4 2007/11/16 19:29:03 jurek Exp $ MY_EXTRAS_VER="20071115" 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='' |