diff options
author | 2024-01-21 15:43:36 +0000 | |
---|---|---|
committer | 2024-01-21 15:43:36 +0000 | |
commit | 364b8d118a78f2dc4a044dde29eec01ffb059314 (patch) | |
tree | 3ffb5bef2bfa6177644b7b766f18359c80b179fd /app-misc/rpick | |
parent | sys-process/criu: don't install suid if USE=-filecaps (diff) | |
download | gentoo-364b8d118a78f2dc4a044dde29eec01ffb059314.tar.gz gentoo-364b8d118a78f2dc4a044dde29eec01ffb059314.tar.bz2 gentoo-364b8d118a78f2dc4a044dde29eec01ffb059314.zip |
app-misc/rpick: Stabilize 0.9.0 amd64, #922587
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/rpick')
-rw-r--r-- | app-misc/rpick/rpick-0.9.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/rpick/rpick-0.9.0.ebuild b/app-misc/rpick/rpick-0.9.0.ebuild index e7d068529081..9a5a34e0b3b5 100644 --- a/app-misc/rpick/rpick-0.9.0.ebuild +++ b/app-misc/rpick/rpick-0.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2023 Gentoo Authors +# Copyright 2019-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -135,7 +135,7 @@ SRC_URI="$(cargo_crate_uris)" LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD 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" |