From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1171927-garchives=archives.gentoo.org@lists.gentoo.org> 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 5BBA61382C5 for <garchives@archives.gentoo.org>; Mon, 18 May 2020 09:00:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D862E0878; Mon, 18 May 2020 09:00:31 +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 4EF2BE0878 for <gentoo-commits@lists.gentoo.org>; Mon, 18 May 2020 09:00:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9F06534F014 for <gentoo-commits@lists.gentoo.org>; Mon, 18 May 2020 09:00:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53133175 for <gentoo-commits@lists.gentoo.org>; Mon, 18 May 2020 09:00:21 +0000 (UTC) From: "Jeroen Roovers" <jer@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" <jer@gentoo.org> Message-ID: <1589792416.87c8bb655165f5be3cf852b84f7c91f1436c292f.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libuv/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libuv/libuv-1.38.0-r1.ebuild dev-libs/libuv/libuv-1.38.0.ebuild dev-libs/libuv/libuv-9999.ebuild X-VCS-Directories: dev-libs/libuv/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 87c8bb655165f5be3cf852b84f7c91f1436c292f X-VCS-Branch: master Date: Mon, 18 May 2020 09:00:21 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 86eed537-0b28-4628-bbb5-49cb119dd21e X-Archives-Hash: 3b3ebd09cf5be39380a0e3ad574dafa3 commit: 87c8bb655165f5be3cf852b84f7c91f1436c292f Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Mon May 18 08:58:45 2020 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Mon May 18 09:00:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87c8bb65 dev-libs/libuv: DEPEND => BDEPEND Package-Manager: Portage-2.3.99, Repoman-2.3.22 Closes: https://bugs.gentoo.org/show_bug.cgi?id=720952 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org> dev-libs/libuv/{libuv-1.38.0.ebuild => libuv-1.38.0-r1.ebuild} | 6 ++++-- dev-libs/libuv/libuv-9999.ebuild | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/dev-libs/libuv/libuv-1.38.0.ebuild b/dev-libs/libuv/libuv-1.38.0-r1.ebuild similarity index 94% rename from dev-libs/libuv/libuv-1.38.0.ebuild rename to dev-libs/libuv/libuv-1.38.0-r1.ebuild index 3deb47fd69a..a1c26f2a3fd 100644 --- a/dev-libs/libuv/libuv-1.38.0.ebuild +++ b/dev-libs/libuv/libuv-1.38.0-r1.ebuild @@ -14,8 +14,10 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~ IUSE="static-libs" RESTRICT="test" -DEPEND="sys-devel/libtool - virtual/pkgconfig[${MULTILIB_USEDEP}]" +BDEPEND=" + sys-devel/libtool + virtual/pkgconfig[${MULTILIB_USEDEP}] +" src_prepare() { default diff --git a/dev-libs/libuv/libuv-9999.ebuild b/dev-libs/libuv/libuv-9999.ebuild index 7079f95f58e..20c92f0e53d 100644 --- a/dev-libs/libuv/libuv-9999.ebuild +++ b/dev-libs/libuv/libuv-9999.ebuild @@ -14,8 +14,10 @@ KEYWORDS="" IUSE="static-libs" RESTRICT="test" -DEPEND="sys-devel/libtool - virtual/pkgconfig[${MULTILIB_USEDEP}]" +BDEPEND=" + sys-devel/libtool + virtual/pkgconfig[${MULTILIB_USEDEP}] +" src_prepare() { default