public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-biology/blat/
@ 2017-12-26  9:02 Martin Mokrejs
  0 siblings, 0 replies; only message in thread
From: Martin Mokrejs @ 2017-12-26  9:02 UTC (permalink / raw
  To: gentoo-commits

commit:     4a5c9abb3e20165cb715e40e9d7d469d01d2572b
Author:     Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Tue Dec 26 09:02:23 2017 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> 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() {


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-12-26  9:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-26  9:02 [gentoo-commits] proj/sci:master commit in: sci-biology/blat/ Martin Mokrejs

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox