From e06f72167be208c628d0c51c2d50ac541c2b73f4 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sun, 18 Jun 2017 09:06:44 -0700 Subject: www-misc/fcgiwrap: Port to EAPI=6 --- www-misc/fcgiwrap/fcgiwrap-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'www-misc') diff --git a/www-misc/fcgiwrap/fcgiwrap-9999.ebuild b/www-misc/fcgiwrap/fcgiwrap-9999.ebuild index 7f64c53a10a9..5158f96c498c 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() { -- cgit v1.2.3-18-g5258