diff options
author | Francesco Riosa <vivo@gentoo.org> | 2005-08-17 18:04:12 +0000 |
---|---|---|
committer | Francesco Riosa <vivo@gentoo.org> | 2005-08-17 18:04:12 +0000 |
commit | ad6cdfb2d42e42197f5566673761449b2ca04210 (patch) | |
tree | 887133215b0fea4cfb8ff092dfc74567805eaa65 /dev-db/mysql/mysql-4.0.25-r2.ebuild | |
parent | Version bump. (diff) | |
download | historical-ad6cdfb2d42e42197f5566673761449b2ca04210.tar.gz historical-ad6cdfb2d42e42197f5566673761449b2ca04210.tar.bz2 historical-ad6cdfb2d42e42197f5566673761449b2ca04210.zip |
Stable on x86 and amd64, this fix bug #42968 too
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'dev-db/mysql/mysql-4.0.25-r2.ebuild')
-rw-r--r-- | dev-db/mysql/mysql-4.0.25-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mysql/mysql-4.0.25-r2.ebuild b/dev-db/mysql/mysql-4.0.25-r2.ebuild index 77368d778c88..01c459ab96b4 100644 --- a/dev-db/mysql/mysql-4.0.25-r2.ebuild +++ b/dev-db/mysql/mysql-4.0.25-r2.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.25-r2.ebuild,v 1.5 2005/07/29 11:39:14 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.25-r2.ebuild,v 1.6 2005/08/17 18:04:12 vivo Exp $ inherit eutils gnuconfig flag-o-matic versionator @@ -18,7 +18,7 @@ SRC_URI="mirror://mysql/Downloads/MySQL-${SVER}/${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="berkdb debug doc minimal perl readline selinux ssl static tcpd big-tables" RESTRICT="primaryuri" |