Package-Manager: Portage-2.3.38, 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=6
-e '/^ echo/d' \
Makefile || die
- restore_config config.def.h
+ restore_config config.h
}
src_compile() {
src_install() {
emake DESTDIR="${D}" PREFIX="/usr" install
+ save_config config.h
}
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-e '/^ echo/d' \
Makefile || die
- restore_config config.def.h
+ restore_config config.h
}
src_compile() {
src_install() {
emake DESTDIR="${D}" PREFIX="/usr" install
+ save_config config.h
}