diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-08 12:55:28 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-08 12:55:28 +0300 |
commit | 97ac699d7142fcf19a60a62f5a9d20a1195410b5 (patch) | |
tree | 38a0419224a08f3b10e9f7345843be381ab381e6 /app-emulation | |
parent | dev-python/libvirt-python: Stabilize 10.1.0 arm64, #930933 (diff) | |
download | gentoo-97ac699d7142fcf19a60a62f5a9d20a1195410b5.tar.gz gentoo-97ac699d7142fcf19a60a62f5a9d20a1195410b5.tar.bz2 gentoo-97ac699d7142fcf19a60a62f5a9d20a1195410b5.zip |
app-emulation/libvirt-glib: Stabilize 5.0.0 arm64, #930933
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/libvirt-glib/libvirt-glib-5.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/libvirt-glib/libvirt-glib-5.0.0.ebuild b/app-emulation/libvirt-glib/libvirt-glib-5.0.0.ebuild index 8b22083a5ab3..7110202ec4d8 100644 --- a/app-emulation/libvirt-glib/libvirt-glib-5.0.0.ebuild +++ b/app-emulation/libvirt-glib/libvirt-glib-5.0.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=7 @@ -10,7 +10,7 @@ HOMEPAGE="https://libvirt.org/ https://gitlab.com/libvirt/libvirt-glib/" SRC_URI="https://libvirt.org/sources/glib/${P}.tar.xz" LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +KEYWORDS="~amd64 arm64 ~ppc64 ~x86" IUSE="gtk-doc +introspection test +vala" RESTRICT="!test? ( test )" REQUIRED_USE="vala? ( introspection )" |