diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-07-10 08:05:43 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-07-10 08:05:43 +0000 |
commit | 38bc25d517853ef528b01b189bc09e68ff1a35ed (patch) | |
tree | 76bf7a34408ce8dd9ecaf62bd0827ccdec8f3abb /dev-db | |
parent | Added media-fonts/intlfonts:bdf (diff) | |
download | gentoo-2-38bc25d517853ef528b01b189bc09e68ff1a35ed.tar.gz gentoo-2-38bc25d517853ef528b01b189bc09e68ff1a35ed.tar.bz2 gentoo-2-38bc25d517853ef528b01b189bc09e68ff1a35ed.zip |
4.0.20 stable on x86.
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mysql/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/mysql/mysql-4.0.20.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog index f038fcedf505..fd0430799905 100644 --- a/dev-db/mysql/ChangeLog +++ b/dev-db/mysql/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/mysql # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.111 2004/07/05 00:04:05 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.112 2004/07/10 08:05:43 robbat2 Exp $ + + 10 Jul 2004; Robin H. Johnson <robbat2@gentoo.org> mysql-4.0.20.ebuild: + 4.0.20 stable on x86. *mysql-3.23.58 (04 Jul 2004) diff --git a/dev-db/mysql/mysql-4.0.20.ebuild b/dev-db/mysql/mysql-4.0.20.ebuild index 40cf8337a9ff..23c2561fcc46 100644 --- a/dev-db/mysql/mysql-4.0.20.ebuild +++ b/dev-db/mysql/mysql-4.0.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.20.ebuild,v 1.8 2004/06/29 17:36:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.20.ebuild,v 1.9 2004/07/10 08:05:43 robbat2 Exp $ inherit eutils #to accomodate -laadeedah releases @@ -19,7 +19,7 @@ HOMEPAGE="http://www.mysql.com/" SRC_URI="mirror://mysql/Downloads/${SDIR}/${NEWP}.tar.gz" RESTRICT="nomirror" -KEYWORDS="~ia64 ~x86 ~sparc ppc ~amd64 ~hppa ~alpha ~mips ~s390 arm ppc64" +KEYWORDS="~ia64 x86 ~sparc ppc ~amd64 ~hppa ~alpha ~mips ~s390 arm ppc64" LICENSE="GPL-2" SLOT="0" IUSE="static readline innodb berkdb tcpd ssl perl debug" |