diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2011-01-07 01:16:05 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2011-01-07 01:16:05 +0000 |
commit | 9b8dafb0bd3f1068f1424ccb01cf214af78eb90d (patch) | |
tree | ae022c33197d96acc07674436effc3b2d1179b4a /virtual/mysql/mysql-5.5.ebuild | |
parent | *portage-2.2.0_alpha14 (07 Jan 2011) (diff) | |
download | gentoo-2-9b8dafb0bd3f1068f1424ccb01cf214af78eb90d.tar.gz gentoo-2-9b8dafb0bd3f1068f1424ccb01cf214af78eb90d.tar.bz2 gentoo-2-9b8dafb0bd3f1068f1424ccb01cf214af78eb90d.zip |
Added embedded and static use flags to the virtual/mysql packages - fixes bug 350876.
(Portage version: 2.2.0_alpha13/cvs/Linux x86_64)
Diffstat (limited to 'virtual/mysql/mysql-5.5.ebuild')
-rw-r--r-- | virtual/mysql/mysql-5.5.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/virtual/mysql/mysql-5.5.ebuild b/virtual/mysql/mysql-5.5.ebuild index b631c5b04331..f75e1b84d828 100644 --- a/virtual/mysql/mysql-5.5.ebuild +++ b/virtual/mysql/mysql-5.5.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.5.ebuild,v 1.2 2010/03/23 14:48:06 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.5.ebuild,v 1.3 2011/01/07 01:16:05 jmbsvicetto Exp $ + +EAPI="2" DESCRIPTION="Virtual for MySQL client or database" HOMEPAGE="" @@ -10,10 +12,10 @@ LICENSE="" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" -IUSE="" +IUSE="embedded static" DEPEND="" # TODO: add Drizzle and MariaDB here RDEPEND="|| ( - =dev-db/mysql-${PV}* + =dev-db/mysql-${PV}*[embedded=,static=] )" |