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 7F0C9158088 for ; Sat, 29 Jan 2022 15:20:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A51A72BC018; Sat, 29 Jan 2022 15:20:19 +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 8B1F32BC018 for ; Sat, 29 Jan 2022 15:20:19 +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 4AA0C343318 for ; Sat, 29 Jan 2022 15:20:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CDB3B2C6 for ; Sat, 29 Jan 2022 15:20:10 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1643469542.8cf2efc4b563886026de93809d9d7abff232e706.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/marisa/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/marisa/marisa-0.2.5.ebuild dev-libs/marisa/marisa-0.2.6.ebuild dev-libs/marisa/marisa-9999.ebuild X-VCS-Directories: dev-libs/marisa/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 8cf2efc4b563886026de93809d9d7abff232e706 X-VCS-Branch: master Date: Sat, 29 Jan 2022 15:20:10 +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: d62ff6f0-e6a0-4b75-871b-c49261c68ab0 X-Archives-Hash: 9105d0f952cfc53d11c718e9306569b0 commit: 8cf2efc4b563886026de93809d9d7abff232e706 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Thu Jan 20 05:00:00 2022 +0000 Commit: Yixun Lan gentoo org> CommitDate: Sat Jan 29 15:19:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cf2efc4 dev-libs/marisa: Delete unused DISTUTILS_USE_SETUPTOOLS. Closes: https://bugs.gentoo.org/800290 Signed-off-by: Arfrever Frehtes Taifersar Arahesis Apache.Org> Signed-off-by: Yixun Lan gentoo.org> dev-libs/marisa/marisa-0.2.5.ebuild | 5 ++--- dev-libs/marisa/marisa-0.2.6.ebuild | 1 - dev-libs/marisa/marisa-9999.ebuild | 1 - 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/dev-libs/marisa/marisa-0.2.5.ebuild b/dev-libs/marisa/marisa-0.2.5.ebuild index bac968c1f7a8..af6c3b508d46 100644 --- a/dev-libs/marisa/marisa-0.2.5.ebuild +++ b/dev-libs/marisa/marisa-0.2.5.ebuild @@ -1,10 +1,9 @@ -# Copyright 2014-2020 Gentoo Authors +# Copyright 2014-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=(python{3_7,3_8,3_9}) +PYTHON_COMPAT=( python{3_7,3_8,3_9} ) DISTUTILS_OPTIONAL="1" -DISTUTILS_USE_SETUPTOOLS="no" inherit autotools distutils-r1 diff --git a/dev-libs/marisa/marisa-0.2.6.ebuild b/dev-libs/marisa/marisa-0.2.6.ebuild index 92816ee83d33..64ca06a03dae 100644 --- a/dev-libs/marisa/marisa-0.2.6.ebuild +++ b/dev-libs/marisa/marisa-0.2.6.ebuild @@ -4,7 +4,6 @@ EAPI="7" PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_OPTIONAL="1" -DISTUTILS_USE_SETUPTOOLS="no" inherit autotools distutils-r1 toolchain-funcs diff --git a/dev-libs/marisa/marisa-9999.ebuild b/dev-libs/marisa/marisa-9999.ebuild index d86351ef18fa..e6edbfbf8d5b 100644 --- a/dev-libs/marisa/marisa-9999.ebuild +++ b/dev-libs/marisa/marisa-9999.ebuild @@ -4,7 +4,6 @@ EAPI="7" PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_OPTIONAL="1" -DISTUTILS_USE_SETUPTOOLS="no" inherit autotools distutils-r1 toolchain-funcs