mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
app-text/blogc: fixed live ebuild dependencies
Package-Manager: portage-2.2.28
This commit is contained in:
@@ -26,19 +26,13 @@ LICENSE="BSD"
|
||||
SLOT="0"
|
||||
IUSE="git httpd test"
|
||||
|
||||
CDEPEND="
|
||||
httpd? (
|
||||
dev-libs/libevent
|
||||
sys-apps/file )"
|
||||
|
||||
RDEPEND="${CDEPEND}
|
||||
RDEPEND="
|
||||
git? (
|
||||
dev-vcs/git )
|
||||
!dev-vcs/blogc-git-receiver
|
||||
!www-servers/blogc-runserver"
|
||||
|
||||
DEPEND="${DEPEND}
|
||||
${CDEPEND}
|
||||
virtual/pkgconfig
|
||||
test? (
|
||||
dev-util/cmocka )"
|
||||
|
||||
Reference in New Issue
Block a user