diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-02-01 08:29:52 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-02-01 08:29:52 +0100 |
commit | 199fd0fa77c26e4004840be027d8440dccf56f53 (patch) | |
tree | 10f6c54bb36156d93d9727ea2597a8ade3efdccc /sys-process/bottom | |
parent | dev-db/sqlite: amd64 stable wrt bug #832404 (diff) | |
download | gentoo-199fd0fa77c26e4004840be027d8440dccf56f53.tar.gz gentoo-199fd0fa77c26e4004840be027d8440dccf56f53.tar.bz2 gentoo-199fd0fa77c26e4004840be027d8440dccf56f53.zip |
sys-process/bottom: amd64 stable wrt bug #832462
Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-process/bottom')
-rw-r--r-- | sys-process/bottom/bottom-0.6.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-process/bottom/bottom-0.6.6.ebuild b/sys-process/bottom/bottom-0.6.6.ebuild index d772cc53aed4..5c5897e41ac9 100644 --- a/sys-process/bottom/bottom-0.6.6.ebuild +++ b/sys-process/bottom/bottom-0.6.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2021 Gentoo Authors +# Copyright 2020-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -179,7 +179,7 @@ SRC_URI="$(cargo_crate_uris)" LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD BSD-2 MIT MPL-2.0 Unlicense ZLIB" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64" +KEYWORDS="amd64 ~arm64 ~ppc64" IUSE="+battery" # Rust packages ignore CFLAGS and LDFLAGS so let's silence the QA warnings |