diff options
author | Sam James <sam@gentoo.org> | 2021-05-15 18:04:50 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-15 18:04:50 +0000 |
commit | f62be9ea9873fad1d5738a410b11571c417e1ce5 (patch) | |
tree | 258a6f578d10c63d4a59bd6100a996e6ce2e00fc /app-misc | |
parent | sys-apps/sandbox: Stabilize 2.23 ppc64, #790377 (diff) | |
download | gentoo-f62be9ea9873fad1d5738a410b11571c417e1ce5.tar.gz gentoo-f62be9ea9873fad1d5738a410b11571c417e1ce5.tar.bz2 gentoo-f62be9ea9873fad1d5738a410b11571c417e1ce5.zip |
app-misc/rpick: Stabilize 0.8.2 ppc64, #790395
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/rpick/rpick-0.8.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/rpick/rpick-0.8.2.ebuild b/app-misc/rpick/rpick-0.8.2.ebuild index 6751bf4bfe90..030cd52c5bdb 100644 --- a/app-misc/rpick/rpick-0.8.2.ebuild +++ b/app-misc/rpick/rpick-0.8.2.ebuild @@ -127,7 +127,7 @@ SRC_URI="$(cargo_crate_uris ${CRATES})" # use cargo-license for a more accurate license picture LICENSE="GPL-3 Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD BSD-2 Boost-1.0 CC0-1.0 MIT Unlicense" SLOT="0" -KEYWORDS="amd64 ~ppc64 x86" +KEYWORDS="amd64 ppc64 x86" # Rust packages ignore CFLAGS and LDFLAGS so let's silence the QA warnings QA_FLAGS_IGNORED="usr/bin/rpick" |