Package-Manager: Portage-2.3.40, Repoman-2.3.9
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI="2"
+EAPI=6
inherit autotools
RDEPEND="${DEPEND}"
src_prepare() {
+ default
sed -i -e "s/DOMAIN/PACKAGE/g" po/Makefile.in.in || die "sed failed"
eautoreconf
}
src_install() {
emake install DESTDIR="${D}" || die "make install failure"
- dodoc AUTHORS ChangeLog INSTALL README THANKS || die "dodoc failed"
find "${D}" -name "*.la" -delete || die "error cleaning la file."
+ default
}