diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-10-04 10:38:36 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-10-04 10:38:36 +0200 |
commit | c93f1bb8b49de29a60715ec6e9326ed619effbc4 (patch) | |
tree | 2c896bf00304ac099066d1761dee3edb62d40167 | |
parent | net-dns/bind: Install missing tmpfiles.d file (#559118 by Alexey Sychev) (diff) | |
download | gentoo-c93f1bb8b49de29a60715ec6e9326ed619effbc4.tar.gz gentoo-c93f1bb8b49de29a60715ec6e9326ed619effbc4.tar.bz2 gentoo-c93f1bb8b49de29a60715ec6e9326ed619effbc4.zip |
www-misc/fcgiwrap: systemd is needed at run and buildtime (#557020 by Cody Schafer)
Package-Manager: portage-2.2.22
-rw-r--r-- | www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
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" |