diff options
author | Thomas Cort <tcort@gentoo.org> | 2006-05-13 16:36:08 +0000 |
---|---|---|
committer | Thomas Cort <tcort@gentoo.org> | 2006-05-13 16:36:08 +0000 |
commit | 74d4f19864d6ce931b4742cd1f01a55545fd569c (patch) | |
tree | 88379699f8d657be3243dac4bce7b84780c77596 /dev-db/mysql | |
parent | Marked ppc-macos stable (bug #132931) (diff) | |
download | gentoo-2-74d4f19864d6ce931b4742cd1f01a55545fd569c.tar.gz gentoo-2-74d4f19864d6ce931b4742cd1f01a55545fd569c.tar.bz2 gentoo-2-74d4f19864d6ce931b4742cd1f01a55545fd569c.zip |
Stable on alpha wrt security Bug #132146.
(Portage version: 2.0.54)
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 db230f16fb44..6967428c1c5b 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.332 2006/05/13 14:54:39 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.333 2006/05/13 16:36:08 tcort Exp $ + + 13 May 2006; Thomas Cort <tcort@gentoo.org> mysql-4.0.27.ebuild: + Stable on alpha wrt security Bug #132146. 13 May 2006; Thomas Cort <tcort@gentoo.org> mysql-4.0.27.ebuild: Stable on amd64 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 c9ffef04b5a6..58fb0d144f37 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.3 2006/05/13 14:54:39 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.27.ebuild,v 1.4 2006/05/13 16:36:08 tcort 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}" |