From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B73C61381F3 for ; Tue, 7 May 2013 15:18:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36417E095F; Tue, 7 May 2013 15:18:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C6AAEE095F for ; Tue, 7 May 2013 15:18:20 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DC40333C1EE for ; Tue, 7 May 2013 15:18:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7273DE4DDE for ; Tue, 7 May 2013 15:18:17 +0000 (UTC) From: "Jorge Manuel B. S. Vicetto" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jorge Manuel B. S. Vicetto" Message-ID: <1367939731.6d50ec045dc8d4286c7fad40e0f859404d8fb975.jmbsvicetto@gentoo> Subject: [gentoo-commits] proj/mysql:master commit in: virtual/mysql/ X-VCS-Repository: proj/mysql X-VCS-Files: virtual/mysql/mysql-5.5.ebuild X-VCS-Directories: virtual/mysql/ X-VCS-Committer: jmbsvicetto X-VCS-Committer-Name: Jorge Manuel B. S. Vicetto X-VCS-Revision: 6d50ec045dc8d4286c7fad40e0f859404d8fb975 X-VCS-Branch: master Date: Tue, 7 May 2013 15:18:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 194655b8-88bf-4e83-b989-1d31c84954e3 X-Archives-Hash: 78e58ab9edcff9b9ac0d35bf75811869 commit: 6d50ec045dc8d4286c7fad40e0f859404d8fb975 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) gentoo org> AuthorDate: Tue May 7 15:15:31 2013 +0000 Commit: Jorge Manuel B. S. Vicetto gentoo org> CommitDate: Tue May 7 15:15:31 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=6d50ec04 Add percona-server to the virtual for 5.5 release. --- virtual/mysql/mysql-5.5.ebuild | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/virtual/mysql/mysql-5.5.ebuild b/virtual/mysql/mysql-5.5.ebuild index 5a30961..286e637 100644 --- a/virtual/mysql/mysql-5.5.ebuild +++ b/virtual/mysql/mysql-5.5.ebuild @@ -18,4 +18,5 @@ DEPEND="" RDEPEND="|| ( =dev-db/mysql-${PV}*[embedded=,minimal=,static=] =dev-db/mariadb-${PV}*[embedded=,minimal=,static=] + =dev-db/percona-server-${PV}*[embedded=,minimal=,static=] )"