diff options
author | Sam James <sam@gentoo.org> | 2023-07-02 09:31:37 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-02 09:33:01 +0100 |
commit | 0e4ea4dd1b47f21dff7b59233da2a7614701e132 (patch) | |
tree | c4c9027aca1c8c2e0eba7572e3e86cc624699789 /sys-process/bottom | |
parent | sys-apps/ethtool: add 6.4 (diff) | |
download | gentoo-0e4ea4dd1b47f21dff7b59233da2a7614701e132.tar.gz gentoo-0e4ea4dd1b47f21dff7b59233da2a7614701e132.tar.bz2 gentoo-0e4ea4dd1b47f21dff7b59233da2a7614701e132.zip |
sys-process/bottom: Stabilize 0.9.1 arm64, #909420
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-process/bottom')
-rw-r--r-- | sys-process/bottom/bottom-0.9.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-process/bottom/bottom-0.9.1.ebuild b/sys-process/bottom/bottom-0.9.1.ebuild index 1c6e34a1d017..58a68a53a95b 100644 --- a/sys-process/bottom/bottom-0.9.1.ebuild +++ b/sys-process/bottom/bottom-0.9.1.ebuild @@ -190,7 +190,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 |