diff options
author | Sam James <sam@gentoo.org> | 2023-09-12 00:53:53 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-12 00:53:53 +0100 |
commit | 9cfcd52462f1cd0df8e85da2fb50b61fe122751e (patch) | |
tree | baa397edd331101972ee996eb9520a19f6397921 /sys-process/bottom | |
parent | dev-util/cmake: remove extra whitespaces from pkg-config call (diff) | |
download | gentoo-9cfcd52462f1cd0df8e85da2fb50b61fe122751e.tar.gz gentoo-9cfcd52462f1cd0df8e85da2fb50b61fe122751e.tar.bz2 gentoo-9cfcd52462f1cd0df8e85da2fb50b61fe122751e.zip |
sys-process/bottom: Stabilize 0.9.3 arm64, #913946
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-process/bottom')
-rw-r--r-- | sys-process/bottom/bottom-0.9.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-process/bottom/bottom-0.9.3.ebuild b/sys-process/bottom/bottom-0.9.3.ebuild index a36c52168770..1d36460e3cb6 100644 --- a/sys-process/bottom/bottom-0.9.3.ebuild +++ b/sys-process/bottom/bottom-0.9.3.ebuild @@ -177,7 +177,7 @@ SRC_URI="$(cargo_crate_uris)" LICENSE="0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 Boost-1.0 ISC MIT MPL-2.0 Unicode-DFS-2016 Unlicense ZLIB" SLOT="0" -KEYWORDS="amd64 ~arm64 ppc64" +KEYWORDS="amd64 arm64 ppc64" IUSE="+battery +gpu +zfs" # Rust packages ignore CFLAGS and LDFLAGS so let's silence the QA warnings |