From eecb76f72055477bf10e12dd33bbdc7453da3d53 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 9 Nov 2021 04:55:25 +0000 Subject: [PATCH] app-text/bibclean: tidy up Signed-off-by: Sam James --- app-text/bibclean/bibclean-3.06.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/app-text/bibclean/bibclean-3.06.ebuild b/app-text/bibclean/bibclean-3.06.ebuild index cc7a6265198bb..988b9c57cf299 100644 --- a/app-text/bibclean/bibclean-3.06.ebuild +++ b/app-text/bibclean/bibclean-3.06.ebuild @@ -3,8 +3,6 @@ EAPI=8 -inherit toolchain-funcs - DESCRIPTION="BibTeX bibliography prettyprinter and syntax checker" HOMEPAGE="http://www.math.utah.edu/pub/bibclean/" SRC_URI="ftp://ftp.math.utah.edu/pub/bibclean/${P}.tar.xz" @@ -14,7 +12,6 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" - src_compile() { emake LDFLAGS="${LDFLAGS}" }