Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/dqlite/
Date: Mon, 16 May 2022 14:26:23
Message-Id: 1652711177.00998b0a772f25df53256339b46311cbcddcb219.juippis@gentoo
1 commit: 00998b0a772f25df53256339b46311cbcddcb219
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 16 14:25:51 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon May 16 14:26:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00998b0a
7
8 dev-libs/dqlite: stabilize 1.10.0 for amd64
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 dev-libs/dqlite/dqlite-1.10.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/dqlite/dqlite-1.10.0.ebuild b/dev-libs/dqlite/dqlite-1.10.0.ebuild
16 index a3fe7ae6c8ba..44327746b8db 100644
17 --- a/dev-libs/dqlite/dqlite-1.10.0.ebuild
18 +++ b/dev-libs/dqlite/dqlite-1.10.0.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/canonical/dqlite/archive/v${PV}.tar.gz -> ${P}.tar.g
20
21 LICENSE="LGPL-3-with-linking-exception"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm64 ~x86"
24 +KEYWORDS="amd64 ~arm64 ~x86"
25 IUSE="test"
26 RESTRICT="!test? ( test )"