aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2016-02-17 15:06:33 +0100
committerJustin Lecher <jlec@gentoo.org>2016-02-17 15:06:33 +0100
commit4f98cf388140dd5fb557129852ed06e4286df1cc (patch)
treed2ed82fb13db3575eb426c1a64a560b9a0b2cbda /sci-biology/cross_genome/cross_genome-20140822.ebuild
parentMerge remote-tracking branch 'github/master' (diff)
downloadsci-4f98cf388140dd5fb557129852ed06e4286df1cc.tar.gz
sci-4f98cf388140dd5fb557129852ed06e4286df1cc.tar.bz2
sci-4f98cf388140dd5fb557129852ed06e4286df1cc.zip
sci-biology/cross_genome: Bump to EAPI=6
Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-biology/cross_genome/cross_genome-20140822.ebuild')
-rw-r--r--sci-biology/cross_genome/cross_genome-20140822.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/sci-biology/cross_genome/cross_genome-20140822.ebuild b/sci-biology/cross_genome/cross_genome-20140822.ebuild
index d85fec899..259cc96d3 100644
--- a/sci-biology/cross_genome/cross_genome-20140822.ebuild
+++ b/sci-biology/cross_genome/cross_genome-20140822.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
-EAPI=5
+EAPI=6
DESCRIPTION="Genome scaffolding using cross-species synteny"
HOMEPAGE="http://www.sanger.ac.uk/science/tools/crossgenome"
@@ -13,14 +13,12 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE=""
-DEPEND=""
-RDEPEND="${DEPEND}"
-
S="${WORKDIR}"
src_prepare(){
sed -e 's/^CC =/# CC =/' -i Makefile || die
sed -e 's/^CFLAGS =/# CFLAGS =/' -i Makefile || die
+ default
}
src_install(){