app-text/blogc: fixed live ebuild dependencies
authorRafael Martins <rafaelmartins@gentoo.org>
Mon, 26 Sep 2016 17:53:33 +0000 (19:53 +0200)
committerRafael 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

index 538dbb319bbd972d99b973fc5430e42fe6c4f909..e911c179c472b8621c539c04410259cf6632f290 100644 (file)
@@ -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 )"