summaryrefslogtreecommitdiff
path: root/sys-process/htop
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-08-02 19:14:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-08-02 19:14:55 +0100
commitb24bd25253fe093f722ab576d29fdc41d04cb1ee (patch)
tree0fcf2afd9f852c4d4c291cf8afaa2c244d598105 /sys-process/htop
parent121ed4eec41fbf03e1998d09eede1bf449da63b9 (diff)
gentoo resync : 02.08.2019
Diffstat (limited to 'sys-process/htop')
-rw-r--r--sys-process/htop/Manifest2
-rw-r--r--sys-process/htop/htop-2.2.0.ebuild6
2 files changed, 3 insertions, 5 deletions
diff --git a/sys-process/htop/Manifest b/sys-process/htop/Manifest
index ce20faa97eb5..41a006ffbe16 100644
--- a/sys-process/htop/Manifest
+++ b/sys-process/htop/Manifest
@@ -1,6 +1,6 @@
AUX htop-2.1.0-header_updates.patch 1213 BLAKE2B 4bf06329ee553b29c40c46b8dd0a267d19d17c0b19e8f7938b9276cfced5ba734924c2228408e7e2bee8088250c85d9cfa1cee508c1f3b4f8554d4be8e47cd2b SHA512 63644982da6a92a5477286df4c2cc16097aee8b6f8fcee6c37448d36074770b2f5f8f5a1dbac32728db79dbfb4a094fdd31128cec1ba322ada0b6a0968e53f98
DIST htop-2.2.0.tar.gz 308109 BLAKE2B 323a3bfe5032b6d59a3f751831a2af6aa7ae7e9ecceb35828812cb375d919de51f401ffe59fffdfc83a72c8dace879c5d5a0e857511c20e2126d11cdc4101b0b SHA512 ec1335bf0e3e0387e5e50acbc508d0effad19c4bc1ac312419dc97b82901f4819600d6f87a91668f39d429536d17304d4b14634426a06bec2ecd09df24adc62e
DIST htop-3.0.0_beta5.tar.gz 175780 BLAKE2B f7d03485e74387c656e5a576f0a53c832bac668cee79750402335b2051a17d405392b99316f1546cc76fa83dc3bc85055ca58b928225df0e162ffdb9c1889a5f SHA512 eaa04a278257a1447cd60825083c864d3c23a4a5607447ce05356d550f42ff68a810f14bf91314b7266f9741aab8141d67d98316a31fa7806fb6b858cc804344
-EBUILD htop-2.2.0.ebuild 1493 BLAKE2B 177ab71324ac778a7294b92bce1baed161571dbe631b8cfaba12b3dc3bdabd406eadfa977bc2349b654882b3086331043e8986f604f0b84936b091852a631146 SHA512 51028748c883cc2eb5c36bf5ce9aceb136a12ce8bd1e0a222a33ea055489ad7c96398ab7b67bbda1d45d56c50e75bfbec00e17ad989e3b8a6980044b76f0564e
+EBUILD htop-2.2.0.ebuild 1450 BLAKE2B bc0e51341c98fe25ed5a16c92111d5599534ee5aafff98b85d17827b7fd9d78723e92eec7cc7542e3dc036d8f7fad98b1888094c654439fc08874d8661d31548 SHA512 2d3f558d0360097b57a9c61de73545f29df3e56441b354d9cb33f4c378b05293971fc0b35bd61e4843f45224d1c21982d076bd3680b40431e21201f52ea5a4c2
EBUILD htop-3.0.0_beta5.ebuild 1815 BLAKE2B 3ace57626873b1a0d6d8843a84676a78264ba8ff6e70599da832cf8c3ea8e8ffd795a3e9522a41352825045e495eeb9dbf577a0e67500ef0c396d4156a715f26 SHA512 b5b0650fbca11daad90493ea88574eeb6e1309c030788983bef827abca950cc0886f63070e6519733040e11ec0c648dc9a9b59d0e339e6ee20c7787c06e7bb2e
MISC metadata.xml 750 BLAKE2B 57d419667fbc0053cb2f24908a4e43fefecca832bd86e8d562a4a43090b82f049c62457388ffe8bc4c1f3d49e1119da50f8221686b69956f4ea9426259fb6f3a SHA512 e35d8a5177f9e5bb3136759a7c4c0de5dee4366e3380952c8d72dbdfab46be5f880b77450046f02846c7baa1892e88835c8480808333934ec1bec04c34cd9072
diff --git a/sys-process/htop/htop-2.2.0.ebuild b/sys-process/htop/htop-2.2.0.ebuild
index 9e6187da2c88..19eb58beab6a 100644
--- a/sys-process/htop/htop-2.2.0.ebuild
+++ b/sys-process/htop/htop-2.2.0.ebuild
@@ -5,7 +5,7 @@ EAPI=6
PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
-inherit linux-info python-single-r1
+inherit linux-info python-any-r1
DESCRIPTION="interactive process viewer"
HOMEPAGE="https://hisham.hm/htop/"
@@ -21,8 +21,6 @@ DEPEND="${RDEPEND}
${PYTHON_DEPS}
virtual/pkgconfig"
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
DOCS=( ChangeLog README )
CONFIG_CHECK="~TASKSTATS ~TASK_XACCT ~TASK_IO_ACCOUNTING ~CGROUPS"
@@ -33,7 +31,7 @@ pkg_setup() {
ewarn "what files), you must have sys-process/lsof installed."
fi
- python-single-r1_pkg_setup
+ python-any-r1_pkg_setup
linux-info_pkg_setup
}