commit: 8a24647b19039e4a4e392688f98cbfcea24d302d Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Tue Jan 26 21:10:14 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Tue Jan 26 21:10:14 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8a24647b
sci-biology/salmon: cmake-utils --> cmake EAPI bump Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> sci-biology/salmon/salmon-0.10.2.ebuild | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/sci-biology/salmon/salmon-0.10.2.ebuild b/sci-biology/salmon/salmon-0.10.2.ebuild index a4d6a40e1..914ab0e69 100644 --- a/sci-biology/salmon/salmon-0.10.2.ebuild +++ b/sci-biology/salmon/salmon-0.10.2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="Transcript-level quantification from RNA-seq reads using lightweight alignments" HOMEPAGE="https://github.com/COMBINE-lab/salmon" @@ -44,12 +44,16 @@ RDEPEND="${DEPEND}" # see the many curl executions: # salmon-0.10.2$ find . -type f | xargs grep curl 2>/dev/null # -DEPEND="net-misc/curl - app-arch/unzip - sys-libs/zlib - app-arch/bzip2 - app-arch/xz-utils - dev-libs/boost:0[threads] - >=dev-libs/jemalloc-5.0.1 - >=dev-cpp/tbb-2018.20180312" +DEPEND=" + sys-libs/zlib + app-arch/bzip2 + app-arch/xz-utils + dev-libs/boost:0[threads] + >=dev-libs/jemalloc-5.0.1 + >=dev-cpp/tbb-2018.20180312 +" RDEPEND="${DEPEND}" +BDEPEND=" + net-misc/curl + app-arch/unzip +"
