diff options
author | Sam James <sam@gentoo.org> | 2021-07-22 03:49:29 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-22 03:49:29 +0100 |
commit | 9a9f8983b9fba1a09d4098a1ef5413b2b86e847c (patch) | |
tree | 247013f9546be5b1f8e25e85455fb73273f39e5b /app-misc/rpick | |
parent | app-emulation/wine-staging: Drop old (diff) | |
download | gentoo-9a9f8983b9fba1a09d4098a1ef5413b2b86e847c.tar.gz gentoo-9a9f8983b9fba1a09d4098a1ef5413b2b86e847c.tar.bz2 gentoo-9a9f8983b9fba1a09d4098a1ef5413b2b86e847c.zip |
app-misc/rpick: Stabilize 0.8.4 amd64, #803146
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/rpick')
-rw-r--r-- | app-misc/rpick/rpick-0.8.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/rpick/rpick-0.8.4.ebuild b/app-misc/rpick/rpick-0.8.4.ebuild index 89bce4c4d0d2..5800fcfdfab8 100644 --- a/app-misc/rpick/rpick-0.8.4.ebuild +++ b/app-misc/rpick/rpick-0.8.4.ebuild @@ -121,7 +121,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" |