Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cbindgen/
Date: Mon, 06 Sep 2021 16:03:41
Message-Id: 1630944121.362d11bbf01d1362bdb219caf76b6447ceeb8301.whissi@gentoo
1 commit: 362d11bbf01d1362bdb219caf76b6447ceeb8301
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 6 16:02:01 2021 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 6 16:02:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=362d11bb
7
8 dev-util/cbindgen: rollover stable keywords
9
10 Package-Manager: Portage-3.0.22, Repoman-3.0.3
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-util/cbindgen/cbindgen-0.20.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-util/cbindgen/cbindgen-0.20.0.ebuild b/dev-util/cbindgen/cbindgen-0.20.0.ebuild
17 index 75e46a2609e..64f487c6f5f 100644
18 --- a/dev-util/cbindgen/cbindgen-0.20.0.ebuild
19 +++ b/dev-util/cbindgen/cbindgen-0.20.0.ebuild
20 @@ -63,6 +63,6 @@ HOMEPAGE="https://github.com/eqrion/cbindgen/"
21 SRC_URI="$(cargo_crate_uris ${CRATES})"
22 LICENSE="MIT MPL-2.0"
23 SLOT="0"
24 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
25 +KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
26 RESTRICT="test"
27 QA_FLAGS_IGNORED="usr/bin/cbindgen"