mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
www-servers/cherokee: use HTTPS, add app-arch/unzip dependency
Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16879 Signed-off-by: Aaron Bauman <bman@gentoo.org>
This commit is contained in:
committed by
Aaron Bauman
parent
2958e55e61
commit
5cef516c09
@@ -11,7 +11,7 @@ inherit autotools python-r1 pam systemd user
|
||||
|
||||
DESCRIPTION="An extremely fast and tiny web server"
|
||||
SRC_URI="https://github.com/cherokee/webserver/archive/v${PV}.zip -> ${P}.zip"
|
||||
HOMEPAGE="http://www.cherokee-project.com/"
|
||||
HOMEPAGE="https://www.cherokee-project.com/"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
@@ -43,6 +43,7 @@ DEPEND="${COMMON_DEPEND}
|
||||
nls? ( sys-devel/gettext )"
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
rrdtool? ( net-analyzer/rrdtool )"
|
||||
BDEPEND="app-arch/unzip"
|
||||
|
||||
RESTRICT="test"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user