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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7B08F158087 for ; Tue, 1 Feb 2022 00:09:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8EEDE2BC093; Tue, 1 Feb 2022 00:09:44 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D967C2BC093 for ; Tue, 1 Feb 2022 00:09:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 920613430D5 for ; Tue, 1 Feb 2022 00:09:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35BE5233 for ; Tue, 1 Feb 2022 00:09:41 +0000 (UTC) From: "Matthias Coppens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Coppens" Message-ID: <1643674177.7cbd066097e9cea17222232e53771f2cbaa0ae38.coppens.matthias@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/asciimatics/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/asciimatics/asciimatics-1.13.0.ebuild dev-python/asciimatics/asciimatics-9999.ebuild X-VCS-Directories: dev-python/asciimatics/ X-VCS-Committer: coppens.matthias X-VCS-Committer-Name: Matthias Coppens X-VCS-Revision: 7cbd066097e9cea17222232e53771f2cbaa0ae38 X-VCS-Branch: dev Date: Tue, 1 Feb 2022 00:09:41 +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: 1d67838a-0212-4e4c-a9ef-3eda0c27421e X-Archives-Hash: 23bc7bc672084f6c88d231ee201aa27c commit: 7cbd066097e9cea17222232e53771f2cbaa0ae38 Author: Matthias Coppens gmail com> AuthorDate: Tue Feb 1 00:09:27 2022 +0000 Commit: Matthias Coppens gmail com> CommitDate: Tue Feb 1 00:09:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7cbd0660 dev-python/asciimatics: Set DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/800091 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Matthias Coppens gmail.com> dev-python/asciimatics/asciimatics-1.13.0.ebuild | 3 ++- dev-python/asciimatics/asciimatics-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-python/asciimatics/asciimatics-1.13.0.ebuild b/dev-python/asciimatics/asciimatics-1.13.0.ebuild index ed1aa5da8..40790043f 100644 --- a/dev-python/asciimatics/asciimatics-1.13.0.ebuild +++ b/dev-python/asciimatics/asciimatics-1.13.0.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 +DISTUTILS_USE_SETUPTOOLS=bdepend PYTHON_COMPAT=( python3_{8,9} ) inherit distutils-r1 diff --git a/dev-python/asciimatics/asciimatics-9999.ebuild b/dev-python/asciimatics/asciimatics-9999.ebuild index a5fbddc0d..f4900a1fe 100644 --- a/dev-python/asciimatics/asciimatics-9999.ebuild +++ b/dev-python/asciimatics/asciimatics-9999.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 +DISTUTILS_USE_SETUPTOOLS=bdepend PYTHON_COMPAT=( python3_{8,9} ) inherit distutils-r1