From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7A373138330 for ; Mon, 26 Sep 2016 17:54:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A02FE0B86; Mon, 26 Sep 2016 17:54:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 31974E0B86 for ; Mon, 26 Sep 2016 17:54:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B4483340924 for ; Mon, 26 Sep 2016 17:54:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 580B32486 for ; Mon, 26 Sep 2016 17:54:08 +0000 (UTC) From: "Rafael Martins" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rafael Martins" Message-ID: <1474912413.d68d141dd5a045f8fd8465dcd91e4da155802d01.rafaelmartins@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/blogc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/blogc/blogc-9999.ebuild X-VCS-Directories: app-text/blogc/ X-VCS-Committer: rafaelmartins X-VCS-Committer-Name: Rafael Martins X-VCS-Revision: d68d141dd5a045f8fd8465dcd91e4da155802d01 X-VCS-Branch: master Date: Mon, 26 Sep 2016 17:54:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 90224ec8-4cb3-4dc0-b853-bea8cd36998a X-Archives-Hash: e4893a051660b93f36874767f72b3085 commit: d68d141dd5a045f8fd8465dcd91e4da155802d01 Author: Rafael Martins gentoo org> AuthorDate: Mon Sep 26 17:53:33 2016 +0000 Commit: Rafael Martins gentoo org> CommitDate: Mon Sep 26 17:53:33 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d68d141d app-text/blogc: fixed live ebuild dependencies Package-Manager: portage-2.2.28 app-text/blogc/blogc-9999.ebuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/app-text/blogc/blogc-9999.ebuild b/app-text/blogc/blogc-9999.ebuild index 538dbb3..e911c17 100644 --- 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 )"