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 3BCB3158090 for ; Thu, 19 May 2022 06:21:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37F51E089C; Thu, 19 May 2022 06:21:11 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 16EA0E089C for ; Thu, 19 May 2022 06:21:11 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E737C34135A for ; Thu, 19 May 2022 06:21:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2974C42F for ; Thu, 19 May 2022 06:21:08 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1652941265.b9f75550f1ebdfe8b0baafaaaadca60347806741.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python3-lxc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python3-lxc/python3-lxc-3.0.4.ebuild X-VCS-Directories: dev-python/python3-lxc/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: b9f75550f1ebdfe8b0baafaaaadca60347806741 X-VCS-Branch: master Date: Thu, 19 May 2022 06:21:08 +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: 114cfbca-f454-4040-a944-b5976cbaa808 X-Archives-Hash: 498bd2c14e2a9ca7bf8de4cdb1b2dcdd commit: b9f75550f1ebdfe8b0baafaaaadca60347806741 Author: Joonas Niilola gentoo org> AuthorDate: Thu May 19 06:20:34 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu May 19 06:21:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9f75550 dev-python/python3-lxc: enable py3.10, py3.11 and disable py3.7 Bug: https://bugs.gentoo.org/845840 Signed-off-by: Joonas Niilola gentoo.org> dev-python/python3-lxc/python3-lxc-3.0.4.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-python/python3-lxc/python3-lxc-3.0.4.ebuild b/dev-python/python3-lxc/python3-lxc-3.0.4.ebuild index 31c6778822cf..c3e7c28b0bd1 100644 --- a/dev-python/python3-lxc/python3-lxc-3.0.4.ebuild +++ b/dev-python/python3-lxc/python3-lxc-3.0.4.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=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 verify-sig @@ -18,6 +18,7 @@ KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86" IUSE="verify-sig" RDEPEND="app-containers/lxc" -BDEPEND="verify-sig? ( sec-keys/openpgp-keys-linuxcontainers )" +BDEPEND="virtual/pkgconfig + verify-sig? ( sec-keys/openpgp-keys-linuxcontainers )" VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/linuxcontainers.asc