diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-03-14 18:51:30 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-03-14 18:51:30 +0000 |
commit | c27cf914c34e40015c79ee9b9f596ccd2d548eed (patch) | |
tree | b9261c70501c501002a8f77613f860ee2ffc1e64 /dev-db/mysql | |
parent | Stable on mips, bug #81652. (diff) | |
download | gentoo-2-c27cf914c34e40015c79ee9b9f596ccd2d548eed.tar.gz gentoo-2-c27cf914c34e40015c79ee9b9f596ccd2d548eed.tar.bz2 gentoo-2-c27cf914c34e40015c79ee9b9f596ccd2d548eed.zip |
Stable on alpha, bug 84819.
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-db/mysql')
-rw-r--r-- | dev-db/mysql/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/mysql/mysql-4.0.24.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog index d1b36e5aedfe..a2bbee8ecda6 100644 --- a/dev-db/mysql/ChangeLog +++ b/dev-db/mysql/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/mysql # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.191 2005/03/14 18:27:51 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.192 2005/03/14 18:51:30 kloeri Exp $ + + 14 Mar 2005; Bryan Østergaard <kloeri@gentoo.org> mysql-4.0.24.ebuild: + Stable on alpha, bug 84819. 14 Mar 2005; Guy Martin <gmsoft@gentoo.org> mysql-4.0.24.ebuild: Stable on hppa. clamav-0.83.ebuild diff --git a/dev-db/mysql/mysql-4.0.24.ebuild b/dev-db/mysql/mysql-4.0.24.ebuild index 85f32cf285b4..9221eb284872 100644 --- a/dev-db/mysql/mysql-4.0.24.ebuild +++ b/dev-db/mysql/mysql-4.0.24.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.24.ebuild,v 1.8 2005/03/14 18:27:51 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.24.ebuild,v 1.9 2005/03/14 18:51:30 kloeri Exp $ inherit eutils gnuconfig #to accomodate -laadeedah releases @@ -20,7 +20,7 @@ SRC_URI="mirror://mysql/Downloads/${SDIR}/${NEWP}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 mips ppc ppc64 ~s390 sparc ~x86" +KEYWORDS="alpha amd64 ~arm hppa ~ia64 mips ppc ppc64 ~s390 sparc ~x86" IUSE="static readline innodb berkdb tcpd ssl perl debug selinux" RESTRICT="nomirror" |