From: Pacho Ramos Date: Sun, 4 Oct 2015 08:38:36 +0000 (+0200) Subject: www-misc/fcgiwrap: systemd is needed at run and buildtime (#557020 by Cody Schafer) X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c93f1bb8b49de29a60715ec6e9326ed619effbc4;p=gentoo.git www-misc/fcgiwrap: systemd is needed at run and buildtime (#557020 by Cody Schafer) Package-Manager: portage-2.2.22 --- diff --git a/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild b/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild index 0c7621358a9b..cc8d4f78e3c1 100644 --- a/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild +++ b/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild @@ -23,7 +23,10 @@ else KEYWORDS="amd64 ~arm x86" fi -RDEPEND="dev-libs/fcgi" +RDEPEND=" + dev-libs/fcgi + systemd? ( sys-apps/systemd ) +" DEPEND="${RDEPEND} virtual/pkgconfig"