From 613a8fd11677ca4adbb026b46e9eed917efd4d3e Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Sun, 16 Aug 2026 01:25:02 -0400 Subject: [PATCH] dev-libs/dqlite: Stabilize 1.18.2 amd64, #980952 Signed-off-by: Eli Schwartz --- dev-libs/dqlite/dqlite-1.18.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/dqlite/dqlite-1.18.2.ebuild b/dev-libs/dqlite/dqlite-1.18.2.ebuild index 835e3fda54cb3..b3568fd5cda0a 100644 --- a/dev-libs/dqlite/dqlite-1.18.2.ebuild +++ b/dev-libs/dqlite/dqlite-1.18.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2025 Gentoo Authors +# Copyright 2020-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/canonical/dqlite/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="LGPL-3-with-linking-exception" SLOT="0/1.18.0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 ~x86" IUSE="+lz4 test" RESTRICT="!test? ( test )"