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 294D6138334 for ; Wed, 6 Jun 2018 03:08:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B3C3E097E; Wed, 6 Jun 2018 03:08:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1E44AE097E for ; Wed, 6 Jun 2018 03:08:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CFCFF335C7E for ; Wed, 6 Jun 2018 03:08:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F5692C8 for ; Wed, 6 Jun 2018 03:08:11 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1528254485.8c97cb449352ea7398f978263c48079f9ccb21f6.robbat2@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.11.2.ebuild dev-util/cmake/cmake-3.11.3.ebuild X-VCS-Directories: dev-util/cmake/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 8c97cb449352ea7398f978263c48079f9ccb21f6 X-VCS-Branch: master Date: Wed, 6 Jun 2018 03:08:11 +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: 38f7af4d-e0ba-4cc6-bda1-f5c90dc256c8 X-Archives-Hash: b612cd20027f2ed3b3667ed7c3f318f4 commit: 8c97cb449352ea7398f978263c48079f9ccb21f6 Author: Robin H. Johnson gentoo org> AuthorDate: Wed Jun 6 03:07:43 2018 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Wed Jun 6 03:08:05 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c97cb44 dev-util/cmake: update libuv dep Signed-off-by: Robin H. Johnson gentoo.org> Package-Manager: Portage-2.3.33, Repoman-2.3.9 dev-util/cmake/cmake-3.11.2.ebuild | 2 +- dev-util/cmake/cmake-3.11.3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/cmake/cmake-3.11.2.ebuild b/dev-util/cmake/cmake-3.11.2.ebuild index 6bab5d7c8c2..050883851f5 100644 --- a/dev-util/cmake/cmake-3.11.2.ebuild +++ b/dev-util/cmake/cmake-3.11.2.ebuild @@ -23,7 +23,7 @@ RDEPEND=" app-crypt/rhash >=app-arch/libarchive-3.0.0:= >=dev-libs/expat-2.0.1 - >=dev-libs/libuv-1.0.0:= + >=dev-libs/libuv-1.10.0:= >=net-misc/curl-7.21.5[ssl] sys-libs/zlib virtual/pkgconfig diff --git a/dev-util/cmake/cmake-3.11.3.ebuild b/dev-util/cmake/cmake-3.11.3.ebuild index 6bab5d7c8c2..050883851f5 100644 --- a/dev-util/cmake/cmake-3.11.3.ebuild +++ b/dev-util/cmake/cmake-3.11.3.ebuild @@ -23,7 +23,7 @@ RDEPEND=" app-crypt/rhash >=app-arch/libarchive-3.0.0:= >=dev-libs/expat-2.0.1 - >=dev-libs/libuv-1.0.0:= + >=dev-libs/libuv-1.10.0:= >=net-misc/curl-7.21.5[ssl] sys-libs/zlib virtual/pkgconfig