diff options
author | Sam James <sam@gentoo.org> | 2021-11-09 04:55:25 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-09 04:55:25 +0000 |
commit | eecb76f72055477bf10e12dd33bbdc7453da3d53 (patch) | |
tree | d8b82f3e4b4a4e3d4e7d8d1d898806bfb49254cd /app-text/bibclean | |
parent | net-libs/libaxc: run tests in parallel, respect CC in src_test too (diff) | |
download | gentoo-eecb76f72055477bf10e12dd33bbdc7453da3d53.tar.gz gentoo-eecb76f72055477bf10e12dd33bbdc7453da3d53.tar.bz2 gentoo-eecb76f72055477bf10e12dd33bbdc7453da3d53.zip |
app-text/bibclean: tidy up
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/bibclean')
-rw-r--r-- | app-text/bibclean/bibclean-3.06.ebuild | 3 |
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}" } |