diff options
-rw-r--r-- | app-misc/rpick/rpick-0.8.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/rpick/rpick-0.8.12.ebuild b/app-misc/rpick/rpick-0.8.12.ebuild index b79cda3c4ca1..fc58d32a9f21 100644 --- a/app-misc/rpick/rpick-0.8.12.ebuild +++ b/app-misc/rpick/rpick-0.8.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2022 Gentoo Authors +# Copyright 2019-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -114,7 +114,7 @@ SRC_URI="$(cargo_crate_uris)" LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD BSD-2 Boost-1.0 GPL-3 MIT Unicode-DFS-2016 Unlicense ZLIB" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc64 ~x86" QA_FLAGS_IGNORED="usr/bin/rpick" |