summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-11-09 04:55:25 +0000
committerSam James <sam@gentoo.org>2021-11-09 04:55:25 +0000
commiteecb76f72055477bf10e12dd33bbdc7453da3d53 (patch)
treed8b82f3e4b4a4e3d4e7d8d1d898806bfb49254cd
parentnet-libs/libaxc: run tests in parallel, respect CC in src_test too (diff)
downloadgentoo-eecb76f72055477bf10e12dd33bbdc7453da3d53.tar.gz
gentoo-eecb76f72055477bf10e12dd33bbdc7453da3d53.tar.bz2
gentoo-eecb76f72055477bf10e12dd33bbdc7453da3d53.zip
app-text/bibclean: tidy up
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--app-text/bibclean/bibclean-3.06.ebuild3
1 files changed, 0 insertions, 3 deletions
diff --git a/app-text/bibclean/bibclean-3.06.ebuild b/app-text/bibclean/bibclean-3.06.ebuild
index cc7a6265198b..988b9c57cf29 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}"
}