diff options
author | Jason Wever <weeve@gentoo.org> | 2006-05-13 22:01:25 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2006-05-13 22:01:25 +0000 |
commit | 3f7d169d52fe7af6a3889cd5493c860ab5b1e570 (patch) | |
tree | 0cda9fba6038d02b5ea1514d8fc2a42b37d8b5df /dev-db/mysql | |
parent | Added ~hppa (diff) | |
download | gentoo-2-3f7d169d52fe7af6a3889cd5493c860ab5b1e570.tar.gz gentoo-2-3f7d169d52fe7af6a3889cd5493c860ab5b1e570.tar.bz2 gentoo-2-3f7d169d52fe7af6a3889cd5493c860ab5b1e570.zip |
Stable on SPARC wrt bug #133204.
(Portage version: 2.1_pre10-r5)
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 6967428c1c5b..cad167049512 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.333 2006/05/13 16:36:08 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.334 2006/05/13 22:01:25 weeve Exp $ + + 13 May 2006; Jason Wever <weeve@gentoo.org> mysql-4.0.27.ebuild: + Stable on SPARC wrt bug #133204. 13 May 2006; Thomas Cort <tcort@gentoo.org> mysql-4.0.27.ebuild: Stable on alpha wrt security Bug #132146. diff --git a/dev-db/mysql/mysql-4.0.27.ebuild b/dev-db/mysql/mysql-4.0.27.ebuild index 58fb0d144f37..6c5b2e6a0738 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.4 2006/05/13 16:36:08 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.27.ebuild,v 1.5 2006/05/13 22:01:25 weeve 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}" |