diff options
author | 2023-03-10 10:20:57 +0200 | |
---|---|---|
committer | 2023-03-10 10:20:57 +0200 | |
commit | 24f8868d09621c0efba4aee8adae9f68ee48d131 (patch) | |
tree | 71f0c7a2d045346a9f385c7f0669f5ee7acabd5c /sys-process | |
parent | dev-python/accessible-pygments: Keyword 0.0.3 x86, #900595 (diff) | |
download | gentoo-24f8868d09621c0efba4aee8adae9f68ee48d131.tar.gz gentoo-24f8868d09621c0efba4aee8adae9f68ee48d131.tar.bz2 gentoo-24f8868d09621c0efba4aee8adae9f68ee48d131.zip |
sys-process/htop: Stabilize 3.2.2 x86, #900641
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/htop/htop-3.2.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-process/htop/htop-3.2.2.ebuild b/sys-process/htop/htop-3.2.2.ebuild index dd3546067cc0..3d2a6b0bdd42 100644 --- a/sys-process/htop/htop-3.2.2.ebuild +++ b/sys-process/htop/htop-3.2.2.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == *9999 ]] ; then inherit autotools git-r3 else SRC_URI="https://github.com/htop-dev/htop/releases/download/${PV}/${P}.tar.xz" - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" fi S="${WORKDIR}/${P/_}" |