diff options
author | Thomas Cort <tcort@gentoo.org> | 2006-08-04 16:25:19 +0000 |
---|---|---|
committer | Thomas Cort <tcort@gentoo.org> | 2006-08-04 16:25:19 +0000 |
commit | d7b06e930d39481f4da552423696cedf92cdd8fa (patch) | |
tree | 34dce394ee013dc334ad70732277a5c2817891b6 /dev-db | |
parent | Minor code cleanup. (diff) | |
download | gentoo-2-d7b06e930d39481f4da552423696cedf92cdd8fa.tar.gz gentoo-2-d7b06e930d39481f4da552423696cedf92cdd8fa.tar.bz2 gentoo-2-d7b06e930d39481f4da552423696cedf92cdd8fa.zip |
Stable on amd64 wrt security Bug #142429.
(Portage version: 2.1-r1)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mysql/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/mysql/mysql-4.1.21.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog index aa45dc675f72..077fe9521161 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.355 2006/08/04 12:44:38 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.356 2006/08/04 16:25:19 tcort Exp $ + + 04 Aug 2006; Thomas Cort <tcort@gentoo.org> mysql-4.1.21.ebuild: + Stable on amd64 wrt security Bug #142429. 04 Aug 2006; Rene Nussbaumer <killerfox@gentoo.org> mysql-4.1.21.ebuild: Stable on hppa. See bug #142429. diff --git a/dev-db/mysql/mysql-4.1.21.ebuild b/dev-db/mysql/mysql-4.1.21.ebuild index 93e26afb23ab..16a9d514f3a6 100644 --- a/dev-db/mysql/mysql-4.1.21.ebuild +++ b/dev-db/mysql/mysql-4.1.21.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.1.21.ebuild,v 1.6 2006/08/04 12:44:38 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.1.21.ebuild,v 1.7 2006/08/04 16:25:19 tcort Exp $ # Leave this empty MYSQL_VERSION_ID="" @@ -9,7 +9,7 @@ MYSQL_PATCHSET_REV="1" inherit mysql -KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ppc ppc64 ~s390 ~sh sparc ~x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~s390 ~sh sparc ~x86 ~x86-fbsd" src_test() { cd "${S}" |