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 82360138350 for ; Wed, 15 Apr 2020 02:49:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3ED7E0899; Wed, 15 Apr 2020 02:49:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8E05EE0899 for ; Wed, 15 Apr 2020 02:49:18 +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 B7D0234F314 for ; Wed, 15 Apr 2020 02:49:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B2081D5 for ; Wed, 15 Apr 2020 02:49:16 +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: <1586918777.78d271cb223ded7f08fab7d690ee049f04fdb237.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pycups/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pycups/pycups-1.9.73-r2.ebuild X-VCS-Directories: dev-python/pycups/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 78d271cb223ded7f08fab7d690ee049f04fdb237 X-VCS-Branch: master Date: Wed, 15 Apr 2020 02:49:16 +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: 2347e96e-6e1a-4344-a6f6-5f5fd8afab06 X-Archives-Hash: d087438abef378188d080c214047b611 commit: 78d271cb223ded7f08fab7d690ee049f04fdb237 Author: Mike Gilbert gentoo org> AuthorDate: Wed Apr 15 02:38:17 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Wed Apr 15 02:46:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78d271cb dev-python/pycups: DISTUTILS_USE_SETUPTOOLS=no Package-Manager: Portage-2.3.99, Repoman-2.3.22_p29 Signed-off-by: Mike Gilbert gentoo.org> dev-python/pycups/pycups-1.9.73-r2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/pycups/pycups-1.9.73-r2.ebuild b/dev-python/pycups/pycups-1.9.73-r2.ebuild index a4e9e4efa68..6769450bbb3 100644 --- a/dev-python/pycups/pycups-1.9.73-r2.ebuild +++ b/dev-python/pycups/pycups-1.9.73-r2.ebuild @@ -4,6 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python{3_6,3_7} ) +DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 DESCRIPTION="Python bindings for the CUPS API"