commit: 1bd613187ee8a70163d0d21bbe5ea726f53c5490 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> AuthorDate: Tue Jan 24 18:35:15 2017 +0000 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> CommitDate: Tue Jan 24 18:35:15 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1bd61318
sci-biology/picard-9999: apply the 2.2.2 patch to drop bundled htsjdk This is probably not needed as currently it uses gradlew to build but the patch still applies to build.xml and maybe somebody will manage to resurrect the ant-based build process. Package-Manager: Portage-2.3.3, Repoman-2.3.1 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 e3f22b9..ccc0062 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}"/${PV}-build.xml.patch + epatch "${FILESDIR}"/2.2.2-build.xml.patch } src_compile(){