commit: f79c7da15fb569929a0c701f9bb0a95e695228a5
Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Wed Feb 17 22:53:05 2016 +0000
Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Wed Feb 17 22:53:05 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f79c7da1
sci-biology/cross_genome: donot install cross_genome.csh because it is not
needed per info from upstream; upstream also states this pakcage does not need
anything from the phusion2 bundle to be installed
Package-Manager: portage-2.2.26
sci-biology/cross_genome/cross_genome-20140822.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sci-biology/cross_genome/cross_genome-20140822.ebuild
b/sci-biology/cross_genome/cross_genome-20140822.ebuild
index 259cc96..1a29076 100644
--- a/sci-biology/cross_genome/cross_genome-20140822.ebuild
+++ b/sci-biology/cross_genome/cross_genome-20140822.ebuild
@@ -22,6 +22,7 @@ src_prepare(){
}
src_install(){
- dobin cross_genome.csh cross_genome
+ # per upstream cross_genome.csh is not needed
+ dobin cross_genome
dodoc README
}