diff options
author | 2004-10-19 04:08:35 +0000 | |
---|---|---|
committer | 2004-10-19 04:08:35 +0000 | |
commit | 2d3ec42430ea47675d170c826353639f091be0fc (patch) | |
tree | ec60c0d53a5399821b91225cbd56887ee182114b /dev-db/mysql | |
parent | Required by dev-lisp/cl-aspectl. (diff) | |
download | gentoo-2-2d3ec42430ea47675d170c826353639f091be0fc.tar.gz gentoo-2-2d3ec42430ea47675d170c826353639f091be0fc.tar.bz2 gentoo-2-2d3ec42430ea47675d170c826353639f091be0fc.zip |
stable on ppc64
Diffstat (limited to 'dev-db/mysql')
-rw-r--r-- | dev-db/mysql/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/mysql/mysql-4.0.21.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog index d3cddc3c7e9f..68721ad9d20f 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.132 2004/10/18 20:59:41 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.133 2004/10/19 04:08:35 tgall Exp $ + + 18 Oct 2004; Tom Gall <tgall@gentoo.org> mysql-4.0.21.ebuild: + stable on ppc64, bug #67062 18 Oct 2004; Bryan Østergaard <kloeri@gentoo.org> mysql-4.0.21.ebuild: Stable on alpha, bug 67062. diff --git a/dev-db/mysql/mysql-4.0.21.ebuild b/dev-db/mysql/mysql-4.0.21.ebuild index 039f0f32e744..f14248932914 100644 --- a/dev-db/mysql/mysql-4.0.21.ebuild +++ b/dev-db/mysql/mysql-4.0.21.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.21.ebuild,v 1.4 2004/10/18 20:59:41 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.21.ebuild,v 1.5 2004/10/19 04:08:35 tgall 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="~ia64 ~x86 sparc ppc ~amd64 ~hppa alpha ~mips ~s390 ~arm ~ppc64" +KEYWORDS="~ia64 ~x86 sparc ppc ~amd64 ~hppa alpha ~mips ~s390 ~arm ppc64" IUSE="static readline innodb berkdb tcpd ssl perl debug selinux" RESTRICT="nomirror" |