summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-tex/pdfannotextractor/pdfannotextractor-0.1l-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-tex/pdfannotextractor/pdfannotextractor-0.1l-r1.ebuild b/dev-tex/pdfannotextractor/pdfannotextractor-0.1l-r1.ebuild
index be76d2868803..1a84cc09b109 100644
--- a/dev-tex/pdfannotextractor/pdfannotextractor-0.1l-r1.ebuild
+++ b/dev-tex/pdfannotextractor/pdfannotextractor-0.1l-r1.ebuild
@@ -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[@]}"
}