diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-05-16 05:22:54 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-05-16 05:22:54 +0000 |
commit | aba0ae60d6de75cb85ed4e95fb9021b0ac2d7543 (patch) | |
tree | 5879848eb3776b6f538616d1bf1cfbd897303e9b /dev-db | |
parent | Version bump. (diff) | |
download | gentoo-2-aba0ae60d6de75cb85ed4e95fb9021b0ac2d7543.tar.gz gentoo-2-aba0ae60d6de75cb85ed4e95fb9021b0ac2d7543.tar.bz2 gentoo-2-aba0ae60d6de75cb85ed4e95fb9021b0ac2d7543.zip |
Stable on ppc64; bug #132146
(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.0.27.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog index 9f668e96e150..a3deeb86ac73 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.336 2006/05/15 17:38:38 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.337 2006/05/16 05:22:54 corsair Exp $ + + 16 May 2006; Markus Rothe <corsair@gentoo.org> mysql-4.0.27.ebuild: + Stable on ppc64; bug #132146 15 May 2006; Rene Nussbaumer <killerfox@gentoo.org> mysql-4.0.27.ebuild: Stable on hppa. See bug #132146. diff --git a/dev-db/mysql/mysql-4.0.27.ebuild b/dev-db/mysql/mysql-4.0.27.ebuild index 4bf19d0219ed..b63bc398851a 100644 --- a/dev-db/mysql/mysql-4.0.27.ebuild +++ b/dev-db/mysql/mysql-4.0.27.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.0.27.ebuild,v 1.7 2006/05/15 17:38:38 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.27.ebuild,v 1.8 2006/05/16 05:22:54 corsair Exp $ # Leave this empty MYSQL_VERSION_ID="" @@ -9,7 +9,7 @@ MYSQL_PATCHSET_REV="1" inherit mysql -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86" +KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" src_test() { cd "${S}" |