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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 668D6158020 for ; Thu, 27 Oct 2022 17:32:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6E66E0845; Thu, 27 Oct 2022 17:32:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 99437E0845 for ; Thu, 27 Oct 2022 17:32:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8877C340F23 for ; Thu, 27 Oct 2022 17:32:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B085F615 for ; Thu, 27 Oct 2022 17:32:42 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1666891957.06b4aced3d6d1b0a3429a9e491c836e30c7a561c.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/jsonnet/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/jsonnet/jsonnet-0.19.0-r1.ebuild dev-lang/jsonnet/jsonnet-0.19.0.ebuild X-VCS-Directories: dev-lang/jsonnet/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 06b4aced3d6d1b0a3429a9e491c836e30c7a561c X-VCS-Branch: master Date: Thu, 27 Oct 2022 17:32:42 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6ab508e2-7dde-44dd-a4de-1b1e7cab1afd X-Archives-Hash: 3e7e76801735e03e0624b7fc08ee05e4 commit: 06b4aced3d6d1b0a3429a9e491c836e30c7a561c Author: Patrick McLean gentoo org> AuthorDate: Thu Oct 27 17:32:18 2022 +0000 Commit: Patrick McLean gentoo org> CommitDate: Thu Oct 27 17:32:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06b4aced dev-lang/jsonnet: Add DISTUTILS_DEPS to BDEPEND Signed-off-by: Patrick McLean gentoo.org> dev-lang/jsonnet/{jsonnet-0.19.0.ebuild => jsonnet-0.19.0-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-lang/jsonnet/jsonnet-0.19.0.ebuild b/dev-lang/jsonnet/jsonnet-0.19.0-r1.ebuild similarity index 99% rename from dev-lang/jsonnet/jsonnet-0.19.0.ebuild rename to dev-lang/jsonnet/jsonnet-0.19.0-r1.ebuild index b03481b1e773..158665c276fc 100644 --- a/dev-lang/jsonnet/jsonnet-0.19.0.ebuild +++ b/dev-lang/jsonnet/jsonnet-0.19.0-r1.ebuild @@ -31,6 +31,7 @@ DEPEND=" BDEPEND=" python? ( ${PYTHON_DEPS} + ${DISTUTILS_DEPS} dev-python/setuptools[${PYTHON_USEDEP}] ) "