Closes: https://bugs.gentoo.org/697352
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
+EAPI=7
inherit libtool
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
-IUSE=""
-DEPEND=""
-
-src_compile() {
+src_prepare() {
+ default
elibtoolize
- econf || die "econf failed"
- emake -j1 || die "emake failed"
}
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-
- dodoc README
+src_compile() {
+ emake -j1
}