app-text/bibclean: tidy up

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-11-09 04:55:25 +00:00
parent e96ff39846
commit eecb76f720

View File

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