commit: 5d072e5b0e354f60e4f08a7ba178bfc5b12a9dea Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Tue Jan 19 14:31:25 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Tue Jan 19 14:31:32 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5d072e5b
sci-biology/cortex_var: fix fetch still needs patch to build, so no keywords until someone fixes that Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> profiles/package.mask | 1 - sci-biology/cortex_var/cortex_var-1.0.5.21.ebuild | 7 +++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index bdc9083dd..c957797cc 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -50,4 +50,3 @@ sci-biology/cgview-bin sci-biology/clover sci-biology/cnrun sci-biology/conrad -sci-biology/cortex_var diff --git a/sci-biology/cortex_var/cortex_var-1.0.5.21.ebuild b/sci-biology/cortex_var/cortex_var-1.0.5.21.ebuild index 13151d643..0e611a6c6 100644 --- a/sci-biology/cortex_var/cortex_var-1.0.5.21.ebuild +++ b/sci-biology/cortex_var/cortex_var-1.0.5.21.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit perl-functions @@ -14,7 +14,6 @@ SRC_URI=" LICENSE="GPL-3" SLOT="0" KEYWORDS="" -IUSE="" # http://www.well.ox.ac.uk/project-stampy @@ -35,7 +34,7 @@ src_prepare(){ src_compile(){ rm -rf libs/htslib libs/gsl-1.15 || die - make NUM_COLS=1 MAXK=31 cortex_var || die + emake NUM_COLS=1 MAXK=31 cortex_var || die } src_install(){
