Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libxmlb/
Date: Thu, 30 Jun 2022 12:25:44
Message-Id: 1656591920.51bdd13a208fd5f18c089e2b11f3d0768f828151.sam@gentoo
1 commit: 51bdd13a208fd5f18c089e2b11f3d0768f828151
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 30 12:25:20 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 30 12:25:20 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51bdd13a
7
8 dev-libs/libxmlb: Stabilize 0.3.9 x86, #855287
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/libxmlb/libxmlb-0.3.9.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/libxmlb/libxmlb-0.3.9.ebuild b/dev-libs/libxmlb/libxmlb-0.3.9.ebuild
16 index 0848d4c8214a..c0bd64e75ac5 100644
17 --- a/dev-libs/libxmlb/libxmlb-0.3.9.ebuild
18 +++ b/dev-libs/libxmlb/libxmlb-0.3.9.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/hughsie/libxmlb/archive/${PV}.tar.gz -> ${P}.tar.gz"
20 LICENSE="LGPL-2.1+"
21 SLOT="0/2" # libxmlb.so version
22
23 -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
24 +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
25 IUSE="doc introspection stemmer test"
26
27 RESTRICT="!test? ( test )"