Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/rpick/
Date: Sat, 15 May 2021 18:04:59
Message-Id: 1621101890.f62be9ea9873fad1d5738a410b11571c417e1ce5.sam@gentoo
1 commit: f62be9ea9873fad1d5738a410b11571c417e1ce5
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 15 18:04:50 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat May 15 18:04:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f62be9ea
7
8 app-misc/rpick: Stabilize 0.8.2 ppc64, #790395
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-misc/rpick/rpick-0.8.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-misc/rpick/rpick-0.8.2.ebuild b/app-misc/rpick/rpick-0.8.2.ebuild
16 index 6751bf4bfe9..030cd52c5bd 100644
17 --- a/app-misc/rpick/rpick-0.8.2.ebuild
18 +++ b/app-misc/rpick/rpick-0.8.2.ebuild
19 @@ -127,7 +127,7 @@ SRC_URI="$(cargo_crate_uris ${CRATES})"
20 # use cargo-license for a more accurate license picture
21 LICENSE="GPL-3 Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD BSD-2 Boost-1.0 CC0-1.0 MIT Unlicense"
22 SLOT="0"
23 -KEYWORDS="amd64 ~ppc64 x86"
24 +KEYWORDS="amd64 ppc64 x86"
25
26 # Rust packages ignore CFLAGS and LDFLAGS so let's silence the QA warnings
27 QA_FLAGS_IGNORED="usr/bin/rpick"