diff options
author | Sam James <sam@gentoo.org> | 2023-03-10 08:08:28 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-10 08:08:28 +0000 |
commit | b734689da9ba19f57726fdae50eb4a4fc2f05504 (patch) | |
tree | 3ae8215b844b9a061da027ac54f3cf28e9d45166 /sys-process/htop | |
parent | sys-libs/glibc: Stabilize 2.36-r7 arm64, #893874 (diff) | |
download | gentoo-b734689da9ba19f57726fdae50eb4a4fc2f05504.tar.gz gentoo-b734689da9ba19f57726fdae50eb4a4fc2f05504.tar.bz2 gentoo-b734689da9ba19f57726fdae50eb4a4fc2f05504.zip |
sys-process/htop: Stabilize 3.2.2 amd64, #900641
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-process/htop')
-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 cb7b212c4271..dd3546067cc0 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/_}" |