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 5CDEF15808B for ; Sun, 3 Apr 2022 04:36:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95AB7E08ED; Sun, 3 Apr 2022 04:36:07 +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 50E16E08EC for ; Sun, 3 Apr 2022 04:36:07 +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 67835340F6C for ; Sun, 3 Apr 2022 04:36:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04EA6361 for ; Sun, 3 Apr 2022 04:36:05 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1648960506.e07b6fd37042ff65f246ea216db58b0877d3a047.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/libvirt-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/libvirt-python/libvirt-python-8.1.0.ebuild dev-python/libvirt-python/libvirt-python-9999.ebuild X-VCS-Directories: dev-python/libvirt-python/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e07b6fd37042ff65f246ea216db58b0877d3a047 X-VCS-Branch: master Date: Sun, 3 Apr 2022 04:36:05 +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: a11ebb5f-4645-4bb8-9163-7a8a15d19427 X-Archives-Hash: 2c88f98d73d31b3ba08f01d135c5be05 commit: e07b6fd37042ff65f246ea216db58b0877d3a047 Author: Sam James gentoo org> AuthorDate: Sun Apr 3 03:43:05 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 3 04:35:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e07b6fd3 dev-python/libvirt-python: add note to bump w/ app-emulation/libvirt Signed-off-by: Sam James gentoo.org> dev-python/libvirt-python/libvirt-python-8.1.0.ebuild | 2 ++ dev-python/libvirt-python/libvirt-python-9999.ebuild | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-python/libvirt-python/libvirt-python-8.1.0.ebuild b/dev-python/libvirt-python/libvirt-python-8.1.0.ebuild index 6000240c3d04..13e15986dc34 100644 --- a/dev-python/libvirt-python/libvirt-python-8.1.0.ebuild +++ b/dev-python/libvirt-python/libvirt-python-8.1.0.ebuild @@ -3,6 +3,8 @@ EAPI=7 +# Please bump with app-emulation/libvirt! + PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_SETUPTOOLS=no diff --git a/dev-python/libvirt-python/libvirt-python-9999.ebuild b/dev-python/libvirt-python/libvirt-python-9999.ebuild index 6dbe00052c00..13e15986dc34 100644 --- a/dev-python/libvirt-python/libvirt-python-9999.ebuild +++ b/dev-python/libvirt-python/libvirt-python-9999.ebuild @@ -1,8 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 +# Please bump with app-emulation/libvirt! + PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_SETUPTOOLS=no