diff options
Diffstat (limited to 'dev-db/mysql/mysql-5.0.13_rc.ebuild')
-rw-r--r-- | dev-db/mysql/mysql-5.0.13_rc.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-db/mysql/mysql-5.0.13_rc.ebuild b/dev-db/mysql/mysql-5.0.13_rc.ebuild index 877ce1aabfe0..3e6050679d53 100644 --- a/dev-db/mysql/mysql-5.0.13_rc.ebuild +++ b/dev-db/mysql/mysql-5.0.13_rc.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-5.0.13_rc.ebuild,v 1.2 2005/10/17 13:49:25 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.13_rc.ebuild,v 1.3 2005/10/20 08:17:44 vivo Exp $ inherit eutils flag-o-matic versionator @@ -21,7 +21,8 @@ SRC_URI="mirror://mysql/Downloads/MySQL-${SVER}/${NEWP}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64 ~sparc ~ia64 ~ppc ~ppc64" +#KEYWORDS="~x86 ~amd64 ~sparc ~ia64 ~ppc ~ppc64" +KEYWORDS="~x86 ~amd64" IUSE="big-tables berkdb debug doc minimal perl readline selinux ssl static" RESTRICT="primaryuri" @@ -50,7 +51,7 @@ mysql_upgrade_error() { ewarn "Some gentoo documentation on how to do it:" ewarn "http://www.gentoo.org/doc/en/mysql-upgrading.xml" ewarn "Also on the MySQL website:" - ewarn "http://dev.mysql.com/doc/mysql/en/upgrading-from-4-0.html" + ewarn "http://dev.mysql.com/doc/refman/5.0/en/upgrading-from-4-1.html" ewarn "" ewarn "You can also choose to preview some new MySQL 4.1 behaviour" ewarn "adding a section \"[mysqld-4.0]\" followed by the word \"new\"" |