dev-tex/pdfannotextractor: Remove java-utils-2 inheritance (forbidden). Call java...
authorPatrice Clement <monsieurp@gentoo.org>
Sat, 5 Dec 2015 19:47:58 +0000 (19:47 +0000)
committerPatrice Clement <monsieurp@gentoo.org>
Sat, 5 Dec 2015 19:48:38 +0000 (19:48 +0000)
Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
dev-tex/pdfannotextractor/pdfannotextractor-0.1l-r1.ebuild

index be76d28688035be5b0bda49bf986e7b7119778ef..1a84cc09b1092c2a9c9c6b2f1f29e7c82a2183bb 100644 (file)
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-inherit latex-package java-utils-2 java-pkg-2 java-ant-2 eutils
+inherit latex-package java-pkg-2 java-ant-2 eutils
 
 DESCRIPTION="Extract annotations from pdf files"
 HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/pax/"
@@ -45,6 +45,7 @@ PATCHES=(
 )
 
 java_prepare() {
+       java-pkg_clean
        epatch "${PATCHES[@]}"
 }