summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2023-01-04 15:49:23 +0200
committerJoonas Niilola <juippis@gentoo.org>2023-01-04 15:49:23 +0200
commit2b9fb806196a31b601efe8a323145bbca2ee63cf (patch)
treec6e1f4a0d3132a276ee2dfc38faf1a451dee588a
parentdev-libs/dqlite: stabilize 1.12.0 for amd64 (diff)
downloadgentoo-2b9fb806196a31b601efe8a323145bbca2ee63cf.tar.gz
gentoo-2b9fb806196a31b601efe8a323145bbca2ee63cf.tar.bz2
gentoo-2b9fb806196a31b601efe8a323145bbca2ee63cf.zip
dev-libs/raft: stabilize 0.16.0 for amd64
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r--dev-libs/raft/raft-0.16.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/raft/raft-0.16.0.ebuild b/dev-libs/raft/raft-0.16.0.ebuild
index dfebdcca2626..2e08c12f2d18 100644
--- a/dev-libs/raft/raft-0.16.0.ebuild
+++ b/dev-libs/raft/raft-0.16.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2022 Gentoo Authors
+# Copyright 2020-2023 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/raft/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="LGPL-3-with-linking-exception"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
IUSE="lz4 test zfs"
RESTRICT="!test? ( test )"