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 B05D113873B for ; Thu, 6 Mar 2014 18:13:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB699E0ADF; Thu, 6 Mar 2014 18:13:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 506C1E0ADF for ; Thu, 6 Mar 2014 18:13:03 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 02E0E33FA7E for ; Thu, 6 Mar 2014 18:13:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id A9E94188EA for ; Thu, 6 Mar 2014 18:12:59 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1394129543.171fb7d21088204d5d3e6b4a05445c2994bb5351.grknight.pub@gentoo> Subject: [gentoo-commits] proj/mysql:master commit in: virtual/mysql/ X-VCS-Repository: proj/mysql X-VCS-Files: virtual/mysql/mysql-10.0.ebuild virtual/mysql/mysql-5.7.ebuild X-VCS-Directories: virtual/mysql/ X-VCS-Committer: grknight.pub X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 171fb7d21088204d5d3e6b4a05445c2994bb5351 X-VCS-Branch: master Date: Thu, 6 Mar 2014 18:12:59 +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: 5dd77aa2-7a6e-427d-b20f-c3a53e126ef0 X-Archives-Hash: 2351a8a631510e6b8a83853987140cac commit: 171fb7d21088204d5d3e6b4a05445c2994bb5351 Author: Brian Evans tuffmail com> AuthorDate: Thu Mar 6 18:12:23 2014 +0000 Commit: Brian Evans lavabit com> CommitDate: Thu Mar 6 18:12:23 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=171fb7d2 [virtual] Complete adding static-libs --- virtual/mysql/mysql-10.0.ebuild | 6 +++--- virtual/mysql/mysql-5.7.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/virtual/mysql/mysql-10.0.ebuild b/virtual/mysql/mysql-10.0.ebuild index d3137a4..8e28056 100644 --- a/virtual/mysql/mysql-10.0.ebuild +++ b/virtual/mysql/mysql-10.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 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 $ @@ -11,10 +11,10 @@ SRC_URI="" LICENSE="" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="embedded minimal static" +IUSE="embedded minimal static static-libs" DEPEND="" # TODO: add Drizzle here RDEPEND="|| ( - =dev-db/mariadb-${PV}*[embedded=,minimal=,static=] + =dev-db/mariadb-${PV}*[embedded=,minimal=,static=,static-libs=] )" diff --git a/virtual/mysql/mysql-5.7.ebuild b/virtual/mysql/mysql-5.7.ebuild index 06aa544..eeec7d1 100644 --- a/virtual/mysql/mysql-5.7.ebuild +++ b/virtual/mysql/mysql-5.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -11,9 +11,9 @@ SRC_URI="" LICENSE="" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="embedded minimal static" +IUSE="embedded minimal static static-libs" DEPEND="" RDEPEND="|| ( - =dev-db/mysql-${PV}*[embedded=,minimal=,static=] + =dev-db/mysql-${PV}*[embedded=,minimal=,static=,static-libs=] )"