diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-03 20:51:22 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-03 20:51:22 +0200 |
commit | f8f05539fb2aebfefe949e2386a123c4f48a933a (patch) | |
tree | 2bbc10b8b0360a83234e1451c6d8272edec67476 /dev-python/libvirt-python | |
parent | app-emulation/libvirt: Stabilize 9.8.0 ppc64, #921204 (diff) | |
download | gentoo-f8f05539fb2aebfefe949e2386a123c4f48a933a.tar.gz gentoo-f8f05539fb2aebfefe949e2386a123c4f48a933a.tar.bz2 gentoo-f8f05539fb2aebfefe949e2386a123c4f48a933a.zip |
dev-python/libvirt-python: Stabilize 9.8.0 ppc64, #921204
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/libvirt-python')
-rw-r--r-- | dev-python/libvirt-python/libvirt-python-9.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/libvirt-python/libvirt-python-9.8.0.ebuild b/dev-python/libvirt-python/libvirt-python-9.8.0.ebuild index a7bd9b417949..70ead2829123 100644 --- a/dev-python/libvirt-python/libvirt-python-9.8.0.ebuild +++ b/dev-python/libvirt-python/libvirt-python-9.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -23,7 +23,7 @@ else MY_P="${P/_rc/-rc}" SRC_URI="https://libvirt.org/sources/python/${MY_P}.tar.gz verify-sig? ( https://libvirt.org/sources/python/${MY_P}.tar.gz.asc )" - KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm arm64 ppc64 ~x86" RDEPEND="app-emulation/libvirt:0/${PV}" fi S="${WORKDIR}/${P%_rc*}" |