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:43
Message-Id: 1656591897.79a3aa2e9228bdf2b7e47a4302b55448d42b52f4.sam@gentoo
1 commit: 79a3aa2e9228bdf2b7e47a4302b55448d42b52f4
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 30 12:24:57 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 30 12:24:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79a3aa2e
7
8 dev-libs/libxmlb: Stabilize 0.3.9 amd64, #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 86105c7d3ce4..0848d4c8214a 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 )"