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 97BAE158087 for ; Sun, 6 Feb 2022 19:47:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D4742BC00A; Sun, 6 Feb 2022 19:47:48 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 19D052BC00A for ; Sun, 6 Feb 2022 19:47:47 +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 E76A7342D15 for ; Sun, 6 Feb 2022 19:47:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19F6D2CE for ; Sun, 6 Feb 2022 19:47:44 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1644176025.d66a8aaea2128fd6eef9d3841b54cd18e524bf8b.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/conan/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/conan/conan-1.44.0.ebuild X-VCS-Directories: dev-util/conan/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: d66a8aaea2128fd6eef9d3841b54cd18e524bf8b X-VCS-Branch: master Date: Sun, 6 Feb 2022 19:47:44 +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: 70577732-df41-4de3-aa7b-59244503d206 X-Archives-Hash: c4a59c674389062aca8f51155de652be commit: d66a8aaea2128fd6eef9d3841b54cd18e524bf8b Author: Ionen Wolkens gentoo org> AuthorDate: Sun Feb 6 17:38:33 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sun Feb 6 19:33:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d66a8aae dev-util/conan: cleanup unused python compat Signed-off-by: Ionen Wolkens gentoo.org> dev-util/conan/conan-1.44.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/conan/conan-1.44.0.ebuild b/dev-util/conan/conan-1.44.0.ebuild index 4ea924b09769..6d56c02f673b 100644 --- a/dev-util/conan/conan-1.44.0.ebuild +++ b/dev-util/conan/conan-1.44.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="sqlite" inherit distutils-r1