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 4ABF5138351 for ; Wed, 15 Apr 2020 05:54:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C857E08A5; Wed, 15 Apr 2020 05:54:16 +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 322ADE08A5 for ; Wed, 15 Apr 2020 05:54:16 +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 0766534F30D for ; Wed, 15 Apr 2020 05:54:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC7F31DD for ; Wed, 15 Apr 2020 05:54:12 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1586929339.db934e8d9cc73032a9241d7aed7acfdee0639f1a.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/catalyst/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/catalyst/catalyst-3.0.9.ebuild dev-util/catalyst/catalyst-9999.ebuild X-VCS-Directories: dev-util/catalyst/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: db934e8d9cc73032a9241d7aed7acfdee0639f1a X-VCS-Branch: master Date: Wed, 15 Apr 2020 05:54:12 +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: a1b4521a-11ab-4f93-b1e4-bfd834d530d6 X-Archives-Hash: 54542be78427395968cc136e99443017 commit: db934e8d9cc73032a9241d7aed7acfdee0639f1a Author: Mike Gilbert gentoo org> AuthorDate: Wed Apr 15 05:42:19 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Wed Apr 15 05:42:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db934e8d dev-util/catalyst: DISTUTILS_USE_SETUPTOOLS=no Package-Manager: Portage-2.3.99_p1, Repoman-2.3.22_p30 Signed-off-by: Mike Gilbert gentoo.org> dev-util/catalyst/catalyst-3.0.9.ebuild | 1 + dev-util/catalyst/catalyst-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-util/catalyst/catalyst-3.0.9.ebuild b/dev-util/catalyst/catalyst-3.0.9.ebuild index 9b107bd9beb..644bdda6962 100644 --- a/dev-util/catalyst/catalyst-3.0.9.ebuild +++ b/dev-util/catalyst/catalyst-3.0.9.ebuild @@ -13,6 +13,7 @@ else fi PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 ${SRC_ECLASS} diff --git a/dev-util/catalyst/catalyst-9999.ebuild b/dev-util/catalyst/catalyst-9999.ebuild index 9b107bd9beb..644bdda6962 100644 --- a/dev-util/catalyst/catalyst-9999.ebuild +++ b/dev-util/catalyst/catalyst-9999.ebuild @@ -13,6 +13,7 @@ else fi PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 ${SRC_ECLASS}