diff options
author | Sam James <sam@gentoo.org> | 2024-01-04 10:02:18 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-04 10:02:18 +0000 |
commit | 89c983f535c2eea1edeb8380325866553ebeada1 (patch) | |
tree | 13b01fa1492dadbf4b7cfae50083a64e0f809583 /dev-libs/libxmlb | |
parent | dev-libs/libjcat: Stabilize 0.1.14 ppc64, #921316 (diff) | |
download | gentoo-89c983f535c2eea1edeb8380325866553ebeada1.tar.gz gentoo-89c983f535c2eea1edeb8380325866553ebeada1.tar.bz2 gentoo-89c983f535c2eea1edeb8380325866553ebeada1.zip |
dev-libs/libxmlb: Stabilize 0.3.14 ppc64, #921316
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libxmlb')
-rw-r--r-- | dev-libs/libxmlb/libxmlb-0.3.14.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libxmlb/libxmlb-0.3.14.ebuild b/dev-libs/libxmlb/libxmlb-0.3.14.ebuild index 79ea4d4847b0..8983828d370a 100644 --- a/dev-libs/libxmlb/libxmlb-0.3.14.ebuild +++ b/dev-libs/libxmlb/libxmlb-0.3.14.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 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/hughsie/libxmlb/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1+" SLOT="0/2" # libxmlb.so version -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86" +KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ppc64 ~riscv x86" IUSE="doc introspection stemmer test +zstd" RESTRICT="!test? ( test )" |