diff options
author | 2015-02-09 10:06:46 +0100 | |
---|---|---|
committer | 2015-02-09 10:08:53 +0100 | |
commit | 3a9a8985f4975eca4af6be847be3c0955beaa344 (patch) | |
tree | 7a2ad93481e2b4aac1c829e1ab413196ff2c26d7 /sci-biology/sga | |
parent | sci-biology/sabre-9999: Switch from git-2 to git-r3; Cleanup (diff) | |
download | sci-3a9a8985f4975eca4af6be847be3c0955beaa344.tar.gz sci-3a9a8985f4975eca4af6be847be3c0955beaa344.tar.bz2 sci-3a9a8985f4975eca4af6be847be3c0955beaa344.zip |
sci-biology/sga-9999: Switch from git-2 to git-r3; Cleanup; Add missing die
Diffstat (limited to 'sci-biology/sga')
-rw-r--r-- | sci-biology/sga/ChangeLog | 5 | ||||
-rw-r--r-- | sci-biology/sga/sga-9999.ebuild | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/sci-biology/sga/ChangeLog b/sci-biology/sga/ChangeLog index 0f7e18101..1408f942d 100644 --- a/sci-biology/sga/ChangeLog +++ b/sci-biology/sga/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for sci-biology/sga -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 09 Feb 2015; Marius Brehler <marbre@linux.sungazer.de> sga-9999.ebuild: + Switch from git-2 to git-r3; Cleanup; Add missing die + *sga-9999 (24 Mar 2014) 24 Mar 2014; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz> +sga-9999.ebuild, diff --git a/sci-biology/sga/sga-9999.ebuild b/sci-biology/sga/sga-9999.ebuild index 5393f87e7..5f43969f4 100644 --- a/sci-biology/sga/sga-9999.ebuild +++ b/sci-biology/sga/sga-9999.ebuild @@ -1,12 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 -inherit eutils - -[ "$PV" == "9999" ] && inherit git-2 +inherit eutils git-r3 DESCRIPTION="String Graph Assembler for short-read assemblies" HOMEPAGE="https://github.com/jts/sga" @@ -27,7 +25,7 @@ RDEPEND="${DEPEND}" src_configure(){ cd src || die - ./autogen.sh + ./autogen.sh || die econf --with-bamtools=/usr } |