diff options
author | 2006-05-15 17:38:38 +0000 | |
---|---|---|
committer | 2006-05-15 17:38:38 +0000 | |
commit | c81da134cbf810101f100a38cf1d123e6be2a6c7 (patch) | |
tree | f0db001289a469daa7d931a1569a5c9454c59b45 /dev-db/mysql | |
parent | Version bump, cleaning up configure stuff, needs to be sent upstream. (diff) | |
download | gentoo-2-c81da134cbf810101f100a38cf1d123e6be2a6c7.tar.gz gentoo-2-c81da134cbf810101f100a38cf1d123e6be2a6c7.tar.bz2 gentoo-2-c81da134cbf810101f100a38cf1d123e6be2a6c7.zip |
Stable on hppa. See bug #132146.
(Portage version: 2.1_pre10-r2)
Diffstat (limited to 'dev-db/mysql')
-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 9329a86c06c0..9f668e96e150 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.335 2006/05/14 17:47:19 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.336 2006/05/15 17:38:38 killerfox Exp $ + + 15 May 2006; Rene Nussbaumer <killerfox@gentoo.org> mysql-4.0.27.ebuild: + Stable on hppa. See bug #132146. 14 May 2006; Tobias Scherbaum <dertobi123@gentoo.org> mysql-4.0.27.ebuild: ppc stable, bug #132146 diff --git a/dev-db/mysql/mysql-4.0.27.ebuild b/dev-db/mysql/mysql-4.0.27.ebuild index 8e933e433d96..4bf19d0219ed 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.6 2006/05/14 17:47:19 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.27.ebuild,v 1.7 2006/05/15 17:38:38 killerfox 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}" |