diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-02-15 21:27:54 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-02-15 21:27:54 +0000 |
commit | f8095fbe74d2abcda6c46e4b120ebd0c8b79000e (patch) | |
tree | 8bb4ddedb2e265d71cb4abf6177468a15e36e4f9 /dev-db/mysql/mysql-5.4.3_beta.ebuild | |
parent | initial import of x11-drivers/nouveau-firmware for bug #253705 (diff) | |
download | historical-f8095fbe74d2abcda6c46e4b120ebd0c8b79000e.tar.gz historical-f8095fbe74d2abcda6c46e4b120ebd0c8b79000e.tar.bz2 historical-f8095fbe74d2abcda6c46e4b120ebd0c8b79000e.zip |
Disable cluster from the official test runs. Will be handled by the upcoming mysql-cluster package instead.
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'dev-db/mysql/mysql-5.4.3_beta.ebuild')
-rw-r--r-- | dev-db/mysql/mysql-5.4.3_beta.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mysql/mysql-5.4.3_beta.ebuild b/dev-db/mysql/mysql-5.4.3_beta.ebuild index 2a9eb149f898..d82b69cd0ee7 100644 --- a/dev-db/mysql/mysql-5.4.3_beta.ebuild +++ b/dev-db/mysql/mysql-5.4.3_beta.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.4.3_beta.ebuild,v 1.2 2010/02/10 21:46:53 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.4.3_beta.ebuild,v 1.3 2010/02/15 21:27:54 robbat2 Exp $ MY_EXTRAS_VER="20100201-0104Z" EAPI=2 @@ -26,7 +26,7 @@ RDEPEND="!media-sound/amarok[embedded]" # and create your own mysql-extras tarball, looking at 000_index.txt # Official test instructions: -# USE='berkdb cluster embedded extraengine perl ssl community' \ +# USE='berkdb -cluster embedded extraengine perl ssl community' \ # FEATURES='test userpriv -usersandbox' \ # ebuild mysql-X.X.XX.ebuild \ # digest clean package |