From 68b7cc42193d522cea6b8cea3bae5ef71bbbfdea Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sat, 2 Jul 2016 15:35:38 +0200 Subject: [PATCH] sys-process/ctop: doesn't work with python-3 --- .../ctop/{ctop-1.0.0.exheres-0 => ctop-1.0.0-r1.exheres-0} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename packages/sys-process/ctop/{ctop-1.0.0.exheres-0 => ctop-1.0.0-r1.exheres-0} (83%) diff --git a/packages/sys-process/ctop/ctop-1.0.0.exheres-0 b/packages/sys-process/ctop/ctop-1.0.0-r1.exheres-0 similarity index 83% rename from packages/sys-process/ctop/ctop-1.0.0.exheres-0 rename to packages/sys-process/ctop/ctop-1.0.0-r1.exheres-0 index 7b3ff8d..a2e62f1 100644 --- a/packages/sys-process/ctop/ctop-1.0.0.exheres-0 +++ b/packages/sys-process/ctop/ctop-1.0.0-r1.exheres-0 @@ -1,7 +1,7 @@ # Copyright 2016 Julian Ospald # Distributed under the terms of the GNU General Public License v2 -require setup-py [ import=setuptools multibuild=false ] +require setup-py [ import=setuptools multibuild=false blacklist=3 ] require github [ user=yadutaf tag=v${PV} ] SUMMARY="A lightweight top like monitor for linux CGroups"