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 F0044139578 for ; Thu, 24 Nov 2016 06:59:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B37A0E0C0F; Thu, 24 Nov 2016 06:59:05 +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 97EFFE0C0F for ; Thu, 24 Nov 2016 06:59:05 +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 8A880340E7B for ; Thu, 24 Nov 2016 06:59:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 027D9A7 for ; Thu, 24 Nov 2016 06:59:03 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1479970739.07e50edd5af40c96fd7ddf1d0eef18f7d7124a0f.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cmake/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cmake/cmake-3.7.0.ebuild X-VCS-Directories: dev-util/cmake/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 07e50edd5af40c96fd7ddf1d0eef18f7d7124a0f X-VCS-Branch: master Date: Thu, 24 Nov 2016 06:59:03 +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: 91cf4e2f-567f-404b-9cf0-fe16780c2c40 X-Archives-Hash: 1ac179c563c0c06ce3226924c46981df commit: 07e50edd5af40c96fd7ddf1d0eef18f7d7124a0f Author: Lars Wendler gentoo org> AuthorDate: Thu Nov 24 06:58:44 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Nov 24 06:58:59 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07e50edd dev-util/cmake: dev-libs/libuv is a runtime dependency (bug #600636). Package-Manager: portage-2.3.2 dev-util/cmake/cmake-3.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cmake/cmake-3.7.0.ebuild b/dev-util/cmake/cmake-3.7.0.ebuild index 770acdf..82bcc2f 100644 --- a/dev-util/cmake/cmake-3.7.0.ebuild +++ b/dev-util/cmake/cmake-3.7.0.ebuild @@ -22,6 +22,7 @@ IUSE="doc emacs system-jsoncpp ncurses qt5" RDEPEND=" >=app-arch/libarchive-3.0.0:= >=dev-libs/expat-2.0.1 + >=dev-libs/libuv-1.0.0:= >=net-misc/curl-7.21.5[ssl] sys-libs/zlib virtual/pkgconfig @@ -35,7 +36,6 @@ RDEPEND=" system-jsoncpp? ( >=dev-libs/jsoncpp-0.6.0_rc2:0= ) " DEPEND="${RDEPEND} - dev-libs/libuv doc? ( dev-python/sphinx ) "