Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 733676 - www-servers/monkeyd[cgi] should not depend on php USE or dev-lang/php[cgi]
Summary: www-servers/monkeyd[cgi] should not depend on php USE or dev-lang/php[cgi]
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-07-23 18:56 UTC by Reva Denis
Modified: 2023-01-28 20:08 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Reva Denis 2020-07-23 18:56:37 UTC
Should not depend on only php because cgi scripts can be written in any language such as C.
From ebuild:
RDEPEND="
	php? ( dev-lang/php )
	cgi? ( dev-lang/php[cgi] )"
REQUIRED_USE="
	monkeyd_plugins_tls? ( !static-plugins )
	elibc_uclibc? ( !debug )
	cgi? ( php )"


Reproducible: Always




Monkeyd documentation about cgi:
http://www.monkey-project.com/documentation/1.6/plugins/cgi.html