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 A0ED359CA4 for ; Wed, 9 Mar 2016 20:22:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22B5621C05D; Wed, 9 Mar 2016 20:22:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9F6AF21C05D for ; Wed, 9 Mar 2016 20:22:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CC01C340CE7 for ; Wed, 9 Mar 2016 20:22:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE304209B for ; Wed, 9 Mar 2016 20:22:08 +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: <1457554702.5ccfa79991dabaee7cfd091f060c26792ebe68a2.grknight@gentoo> Subject: [gentoo-commits] proj/mysql:master commit in: eclass/ X-VCS-Repository: proj/mysql X-VCS-Files: eclass/mysql-multilib-r1.eclass X-VCS-Directories: eclass/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 5ccfa79991dabaee7cfd091f060c26792ebe68a2 X-VCS-Branch: master Date: Wed, 9 Mar 2016 20:22:08 +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: 49fe384c-dff7-4ac9-839f-43396369d254 X-Archives-Hash: 3e839f81e13450c37a6bac09c112781d commit: 5ccfa79991dabaee7cfd091f060c26792ebe68a2 Author: Brian Evans gentoo org> AuthorDate: Wed Mar 9 20:18:22 2016 +0000 Commit: Brian Evans gentoo org> CommitDate: Wed Mar 9 20:18:22 2016 +0000 URL: https://gitweb.gentoo.org/proj/mysql.git/commit/?id=5ccfa799 Fix PDEPEND on virtual/libmysqlclient in mysql-multilib-r1 eclass/mysql-multilib-r1.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eclass/mysql-multilib-r1.eclass b/eclass/mysql-multilib-r1.eclass index 65ebe85..7355a36 100644 --- a/eclass/mysql-multilib-r1.eclass +++ b/eclass/mysql-multilib-r1.eclass @@ -212,7 +212,8 @@ DEPEND="${DEPEND} # For other stuff to bring us in # dev-perl/DBD-mysql is needed by some scripts installed by MySQL PDEPEND="${PDEPEND} perl? ( >=dev-perl/DBD-mysql-2.9004 ) - ~virtual/mysql-${MYSQL_PV_MAJOR}" + ~virtual/mysql-${MYSQL_PV_MAJOR}[embedded=,static=,static-libs=] + virtual/libmysqlclient:${SLOT}[${MULTILIB_USEDEP},static-libs=]" # my_config.h includes ABI specific data MULTILIB_WRAPPED_HEADERS=( /usr/include/mysql/my_config.h /usr/include/mysql/private/embedded_priv.h )