commit: e06f72167be208c628d0c51c2d50ac541c2b73f4 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Sun Jun 18 16:06:44 2017 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sun Jun 18 16:22:36 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e06f7216
www-misc/fcgiwrap: Port to EAPI=6 www-misc/fcgiwrap/fcgiwrap-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/www-misc/fcgiwrap/fcgiwrap-9999.ebuild b/www-misc/fcgiwrap/fcgiwrap-9999.ebuild index 7f64c53a10a..5158f96c498 100644 --- a/www-misc/fcgiwrap/fcgiwrap-9999.ebuild +++ b/www-misc/fcgiwrap/fcgiwrap-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="5" +EAPI="6" [[ ${PV} = *9999* ]] && VCS_ECLASS="git-r3" || VCS_ECLASS="" inherit autotools systemd toolchain-funcs ${VCS_ECLASS} @@ -46,13 +46,14 @@ src_prepare() { sed -i -e '/User/d' systemd/fcgiwrap.service || die sed -i -e '/Group/d' systemd/fcgiwrap.service || die + eapply_user eautoreconf } src_configure() { econf \ $(use_with systemd) \ - "$(systemd_with_unitdir)" + --with-systemdsystemunitdir="$(systemd_get_systemunitdir)" } pkg_postinst() {