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/raft/
Date: Tue, 01 Jun 2021 08:43:26
Message-Id: 1622536992.d211643f037f27c0cd2d054db6d27c76775237ff.juippis@gentoo
1 commit: d211643f037f27c0cd2d054db6d27c76775237ff
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 1 08:37:24 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 1 08:43:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d211643f
7
8 dev-libs/raft: stabilize 0.10.1 on amd64
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 dev-libs/raft/raft-0.10.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/raft/raft-0.10.1.ebuild b/dev-libs/raft/raft-0.10.1.ebuild
16 index ffd134995c1..7d5c828a261 100644
17 --- a/dev-libs/raft/raft-0.10.1.ebuild
18 +++ b/dev-libs/raft/raft-0.10.1.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/canonical/raft/archive/v${PV}.tar.gz -> ${P}.tar.gz"
20
21 LICENSE="LGPL-3-with-linking-exception"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm64"
24 +KEYWORDS="amd64 ~arm64"
25 IUSE="test zfs"
26 RESTRICT="!test? ( test )"