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}" }