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: Tue, 16 Aug 2022 07:55:14
Message-Id: 1660636502.66508216cbbca25f06225033bb435cef716cac42.juippis@gentoo
1 commit: 66508216cbbca25f06225033bb435cef716cac42
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 16 07:54:03 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 16 07:55:02 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66508216
7
8 dev-libs/dqlite: stabilize 1.11.1 for amd64
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 dev-libs/dqlite/dqlite-1.11.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/dqlite/dqlite-1.11.1.ebuild b/dev-libs/dqlite/dqlite-1.11.1.ebuild
16 index 0fd028b1b373..dc59dea20346 100644
17 --- a/dev-libs/dqlite/dqlite-1.11.1.ebuild
18 +++ b/dev-libs/dqlite/dqlite-1.11.1.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 )"