From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3059A138AE9 for ; Tue, 26 Dec 2017 09:02:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4496FE0D47; Tue, 26 Dec 2017 09:02:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2702FE0D47 for ; Tue, 26 Dec 2017 09:02:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 21B5B33C770 for ; Tue, 26 Dec 2017 09:02:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16661AE81 for ; Tue, 26 Dec 2017 09:02:49 +0000 (UTC) From: "Martin Mokrejs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Martin Mokrejs" Message-ID: <1514278943.4a5c9abb3e20165cb715e40e9d7d469d01d2572b.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/blat/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/blat/blat-36.ebuild X-VCS-Directories: sci-biology/blat/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 4a5c9abb3e20165cb715e40e9d7d469d01d2572b X-VCS-Branch: master Date: Tue, 26 Dec 2017 09:02:49 +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: 239016da-027f-458b-b7ff-5f7c8ae65450 X-Archives-Hash: d7fa240255d87324f9a4eafa243f61d0 commit: 4a5c9abb3e20165cb715e40e9d7d469d01d2572b Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Tue Dec 26 09:02:23 2017 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Tue Dec 26 09:02:23 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4a5c9abb sci-biology/blat: add missing dependencies on mysql mysql_config and -lmysqlclient are needed to compile blat. Not sure sure if how to properly depend as mysql_config is also provided by dev-db/mysql-connector-c. Package-Manager: Portage-2.3.19, Repoman-2.3.6 sci-biology/blat/blat-36.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sci-biology/blat/blat-36.ebuild b/sci-biology/blat/blat-36.ebuild index 33eb44b89..086d60ffd 100644 --- a/sci-biology/blat/blat-36.ebuild +++ b/sci-biology/blat/blat-36.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,7 +18,10 @@ IUSE="" S="${WORKDIR}/${MY_PN}" -DEPEND="app-arch/unzip" +DEPEND=" + app-arch/unzip + virtual/mysql + virtual/libmysqlclient" RDEPEND="" src_prepare() {