diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2008-11-22 09:35:11 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2008-11-22 09:35:11 +0000 |
commit | 43c0bdf6f82476cb0823299a7a7aaca7eadc5bf7 (patch) | |
tree | d98fc9dddb42694615c338e76b19dbcdcc8b4dde /dev-db/mysql/mysql-5.0.70.ebuild | |
parent | Fixed build failure when kde-4 is installed with -kdeprefix, bug #247314, tha... (diff) | |
download | historical-43c0bdf6f82476cb0823299a7a7aaca7eadc5bf7.tar.gz historical-43c0bdf6f82476cb0823299a7a7aaca7eadc5bf7.tar.bz2 historical-43c0bdf6f82476cb0823299a7a7aaca7eadc5bf7.zip |
ppc stable, bug #246652
Package-Manager: portage-2.2_rc14/cvs/Linux 2.6.25-gentoo-r7 x86_64
Diffstat (limited to 'dev-db/mysql/mysql-5.0.70.ebuild')
-rw-r--r-- | dev-db/mysql/mysql-5.0.70.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mysql/mysql-5.0.70.ebuild b/dev-db/mysql/mysql-5.0.70.ebuild index 9cfc60d60007..034f167b3835 100644 --- a/dev-db/mysql/mysql-5.0.70.ebuild +++ b/dev-db/mysql/mysql-5.0.70.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.70.ebuild,v 1.9 2008/11/21 10:04:19 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.70.ebuild,v 1.10 2008/11/22 09:35:11 dertobi123 Exp $ MY_EXTRAS_VER="20080601" SERVER_URI="http://mirror.provenscaling.com/mysql/enterprise/source/5.0/${P}.tar.gz" @@ -10,7 +10,7 @@ inherit toolchain-funcs mysql IUSE="$IUSE" # REMEMBER: also update eclass/mysql*.eclass before committing! -KEYWORDS="alpha amd64 ~arm hppa ia64 ~ppc ~ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ~ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" # When MY_EXTRAS is bumped, the index should be revised to exclude these. EPATCH_EXCLUDE='' |