projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d99b6d
)
app-text/blogc: fixed live ebuild dependencies
author
Rafael Martins
<rafaelmartins@gentoo.org>
Mon, 26 Sep 2016 17:53:33 +0000
(19:53 +0200)
committer
Rafael Martins
<rafaelmartins@gentoo.org>
Mon, 26 Sep 2016 17:53:33 +0000
(19:53 +0200)
Package-Manager: portage-2.2.28
app-text/blogc/blogc-9999.ebuild
patch
|
blob
|
history
diff --git
a/app-text/blogc/blogc-9999.ebuild
b/app-text/blogc/blogc-9999.ebuild
index 538dbb319bbd972d99b973fc5430e42fe6c4f909..e911c179c472b8621c539c04410259cf6632f290 100644
(file)
--- a/
app-text/blogc/blogc-9999.ebuild
+++ b/
app-text/blogc/blogc-9999.ebuild
@@
-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 )"