commit: da0b020931c3075b2afe18448145eecd90e148e6
Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Tue Jan 24 18:43:27 2017 +0000
Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Tue Jan 24 18:43:27 2017 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=da0b0209
Revert "sci-biology/picard-9999: apply the 2.2.2 patch to drop bundled htsjdk"
This reverts commit 1bd613187ee8a70163d0d21bbe5ea726f53c5490.
Weird, on two hosts this patch does not apply because the build.xml
is updated. Somehow I have "old" git checkout on my dev machine
although all are at commit 3800c8218b8e4c75a4db14f97b409dbcc3dcaaa8.
Will fix the -9999 ebuild in a moment.
sci-biology/picard/picard-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-biology/picard/picard-9999.ebuild
b/sci-biology/picard/picard-9999.ebuild
index ccc0062..e3f22b9 100644
--- a/sci-biology/picard/picard-9999.ebuild
+++ b/sci-biology/picard/picard-9999.ebuild
@@ -38,7 +38,7 @@
EANT_GENTOO_CLASSPATH="snappy-1.1,cofoja,commons-jexl-2,ant-core,htsjdk"
java_prepare() {
default
- epatch "${FILESDIR}"/2.2.2-build.xml.patch
+ epatch "${FILESDIR}"/${PV}-build.xml.patch
}
src_compile(){