diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2021-04-01 14:04:42 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2021-04-01 14:04:42 +0200 |
commit | 2fb9ceb1c213d1731c02d4cba97b8d5a8450d994 (patch) | |
tree | 8249e157a42dd413899b59a6352957800e301efe /app-misc/rpick | |
parent | dev-python/pyxDamerauLevenshtein: x86 stable (bug #779520) (diff) | |
download | gentoo-2fb9ceb1c213d1731c02d4cba97b8d5a8450d994.tar.gz gentoo-2fb9ceb1c213d1731c02d4cba97b8d5a8450d994.tar.bz2 gentoo-2fb9ceb1c213d1731c02d4cba97b8d5a8450d994.zip |
app-misc/rpick: x86 stable (bug #779637)
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'app-misc/rpick')
-rw-r--r-- | app-misc/rpick/rpick-0.8.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/rpick/rpick-0.8.1.ebuild b/app-misc/rpick/rpick-0.8.1.ebuild index 44535b416930..1e975ce0e485 100644 --- a/app-misc/rpick/rpick-0.8.1.ebuild +++ b/app-misc/rpick/rpick-0.8.1.ebuild @@ -129,7 +129,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" |