diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2006-12-04 21:28:18 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2006-12-04 21:28:18 +0000 |
commit | 36004206944e15481666c85f7fb31c5baa10b3b0 (patch) | |
tree | 9b10f184f3bd9f9a5f89df589ffa5bcdf19cf2f8 /dev-db | |
parent | Stable on MIPS. (diff) | |
download | gentoo-2-36004206944e15481666c85f7fb31c5baa10b3b0.tar.gz gentoo-2-36004206944e15481666c85f7fb31c5baa10b3b0.tar.bz2 gentoo-2-36004206944e15481666c85f7fb31c5baa10b3b0.zip |
Stable on IA64; bug #144999.
(Portage version: 2.1.2_rc1-r5)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mysql/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.0.26-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog index 47eefdf4b0a7..21a5b8174650 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.377 2006/11/24 16:30:04 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.378 2006/12/04 21:28:18 plasmaroo Exp $ + + 04 Dec 2006; Tim Yamin <plasmaroo@gentoo.org> mysql-5.0.26-r1.ebuild: + Stable on IA64; bug #144999. 24 Nov 2006; Markus Rothe <corsair@gentoo.org> mysql-5.0.26-r1.ebuild: Stable on ppc64; bug #144999 diff --git a/dev-db/mysql/mysql-5.0.26-r1.ebuild b/dev-db/mysql/mysql-5.0.26-r1.ebuild index de082c2ba9f6..a8534af31c48 100644 --- a/dev-db/mysql/mysql-5.0.26-r1.ebuild +++ b/dev-db/mysql/mysql-5.0.26-r1.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-5.0.26-r1.ebuild,v 1.11 2006/11/24 16:30:04 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.26-r1.ebuild,v 1.12 2006/12/04 21:28:18 plasmaroo Exp $ # Leave this empty MYSQL_VERSION_ID="" @@ -11,7 +11,7 @@ MYSQL_PATCHSET_REV="3" inherit mysql #REMEMBER!!!: update also eclass/mysql*.eclass prior to commit -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" src_test() { cd "${S}" |