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 EAC8D138350 for ; Tue, 31 Mar 2020 20:37:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38348E09EF; Tue, 31 Mar 2020 20:37:21 +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 19A67E09EF for ; Tue, 31 Mar 2020 20:37:21 +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 1791F34F433 for ; Tue, 31 Mar 2020 20:37:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0CB8198 for ; Tue, 31 Mar 2020 20:37:17 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1585687015.b8559a6fdd1f86728c06d316871a9c74bde1d0a0.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/diffoscope/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/diffoscope/diffoscope-138.ebuild X-VCS-Directories: dev-util/diffoscope/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: b8559a6fdd1f86728c06d316871a9c74bde1d0a0 X-VCS-Branch: master Date: Tue, 31 Mar 2020 20:37:17 +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: db0f6dd8-a52f-474c-b785-e5172098a9ed X-Archives-Hash: 2f348e5850de953400671c8ba4be7160 commit: b8559a6fdd1f86728c06d316871a9c74bde1d0a0 Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Mar 31 20:36:55 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Mar 31 20:36:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8559a6f dev-util/diffoscope: DISTUTILS_USE_SETUPTOOLS=rdepend Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich gentoo.org> dev-util/diffoscope/diffoscope-138.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-util/diffoscope/diffoscope-138.ebuild b/dev-util/diffoscope/diffoscope-138.ebuild index 78434bd21e0..a677a10243a 100644 --- a/dev-util/diffoscope/diffoscope-138.ebuild +++ b/dev-util/diffoscope/diffoscope-138.ebuild @@ -4,6 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7} ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 DESCRIPTION="Will try to get to the bottom of what makes files or directories different"