dev-tex/flabels: drop usage of custom makedoc script that breaks build, bug #574810
authorAlexis Ballier <aballier@gentoo.org>
Tue, 16 Feb 2016 10:37:56 +0000 (11:37 +0100)
committerAlexis Ballier <aballier@gentoo.org>
Tue, 16 Feb 2016 10:38:03 +0000 (11:38 +0100)
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
dev-tex/flabels/flabels-1.0.ebuild

index 8ff7f797246db2abde27937d0c94dce39f512603..b5c92393d2b65aea4d91b485cfec4588d4f230e1 100644 (file)
@@ -18,12 +18,3 @@ IUSE=""
 
 S=${WORKDIR}/${PN}
 DOCS="README"
-
-src_prepare() {
-       chmod +x makedoc
-}
-
-src_compile() {
-       latex-package_src_compile
-       ./makedoc
-}