summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2024-01-20 16:03:13 +0200
committerJoonas Niilola <juippis@gentoo.org>2024-01-20 16:05:35 +0200
commit5564ed66e5fa799ee6304924b29efc4c3888dbcf (patch)
tree1e6f2eb79a25d9c80190b859e6b66ae6fac46f9b
parentwww-client/firefox: drop 121.0 (diff)
downloadgentoo-5564ed66e5fa799ee6304924b29efc4c3888dbcf.tar.gz
gentoo-5564ed66e5fa799ee6304924b29efc4c3888dbcf.tar.bz2
gentoo-5564ed66e5fa799ee6304924b29efc4c3888dbcf.zip
dev-libs/raft: stabilize 0.18.3 for amd64
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r--dev-libs/raft/raft-0.18.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/raft/raft-0.18.3.ebuild b/dev-libs/raft/raft-0.18.3.ebuild
index d576a08a3ca8..7604fcff6d62 100644
--- a/dev-libs/raft/raft-0.18.3.ebuild
+++ b/dev-libs/raft/raft-0.18.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2023 Gentoo Authors
+# Copyright 2020-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -13,7 +13,7 @@ LICENSE="LGPL-3-with-linking-exception"
# Upstream change from canonical to cowsql resetted SONAME, 3 -> 0. bgo#915960
SLOT="0/0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
IUSE="lz4 test zfs"
RESTRICT="!test? ( test )"