diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-03-15 18:52:12 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-03-15 18:52:12 +0000 |
commit | 68de0a649128b6cc6ca0e33d55ddb38a259bfe9b (patch) | |
tree | 4b7822bd19ca6a0045d3a21a66e68975c1e661d2 /virtual/mysql | |
parent | ppc stable #308769 (diff) | |
download | gentoo-2-68de0a649128b6cc6ca0e33d55ddb38a259bfe9b.tar.gz gentoo-2-68de0a649128b6cc6ca0e33d55ddb38a259bfe9b.tar.bz2 gentoo-2-68de0a649128b6cc6ca0e33d55ddb38a259bfe9b.zip |
Now with MariaDB included.
(Portage version: 2.2_rc63/cvs/Linux x86_64)
Diffstat (limited to 'virtual/mysql')
-rw-r--r-- | virtual/mysql/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/mysql/mysql-5.1.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/virtual/mysql/ChangeLog b/virtual/mysql/ChangeLog index 3cd4f04db32a..991ecdc9dc41 100644 --- a/virtual/mysql/ChangeLog +++ b/virtual/mysql/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/mysql # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.12 2010/02/02 22:06:11 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.13 2010/03/15 18:52:12 robbat2 Exp $ + + 15 Mar 2010; Robin H. Johnson <robbat2@gentoo.org> mysql-5.1.ebuild: + Now with MariaDB included. *mysql-5.5 (02 Feb 2010) *mysql-5.4 (02 Feb 2010) diff --git a/virtual/mysql/mysql-5.1.ebuild b/virtual/mysql/mysql-5.1.ebuild index c373b95cb768..b2d3a6893157 100644 --- a/virtual/mysql/mysql-5.1.ebuild +++ b/virtual/mysql/mysql-5.1.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/virtual/mysql/mysql-5.1.ebuild,v 1.6 2010/02/02 22:06:11 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.1.ebuild,v 1.7 2010/03/15 18:52:12 robbat2 Exp $ DESCRIPTION="Virtual for MySQL client or database" HOMEPAGE="" @@ -12,8 +12,9 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~spar IUSE="" DEPEND="" -# TODO: add Drizzle and MariaDB here +# TODO: add mysql-cluster here RDEPEND="|| ( =dev-db/mysql-${PV}* =dev-db/mysql-community-${PV}* + =dev-db/mariadb-${PV}* )" |