projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f2d82c
)
www-misc/fcgiwrap: systemd is needed at run and buildtime (#557020 by Cody Schafer)
author
Pacho Ramos
<pacho@gentoo.org>
Sun, 4 Oct 2015 08:38:36 +0000
(10:38 +0200)
committer
Pacho Ramos
<pacho@gentoo.org>
Sun, 4 Oct 2015 08:38:36 +0000
(10:38 +0200)
Package-Manager: portage-2.2.22
www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild
patch
|
blob
|
history
diff --git
a/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild
b/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild
index 0c7621358a9baf4dbf51fb623bed1b99642d69fd..cc8d4f78e3c15b687afd5a877815e9514fb7b85d 100644
(file)
--- 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"