diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-09-08 15:31:58 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-09-08 15:31:58 +0300 |
commit | 26317bbe7c5d8776feae64d9322b70b86184925e (patch) | |
tree | 552e8208fb6bb7597b5b0512b8807b7fd2ded253 /sys-process/iotop | |
parent | sys-process/iotop: enable py3.10, weak block on sys-process/iotop-c (diff) | |
download | gentoo-26317bbe7c5d8776feae64d9322b70b86184925e.tar.gz gentoo-26317bbe7c5d8776feae64d9322b70b86184925e.tar.bz2 gentoo-26317bbe7c5d8776feae64d9322b70b86184925e.zip |
sys-process/iotop: fix LICENSE: GPL-2 -> GPL-2+
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-process/iotop')
-rw-r--r-- | sys-process/iotop/iotop-0.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-process/iotop/iotop-0.6.ebuild b/sys-process/iotop/iotop-0.6.ebuild index 7a46616eb4f5..7b59ad028fc9 100644 --- a/sys-process/iotop/iotop-0.6.ebuild +++ b/sys-process/iotop/iotop-0.6.ebuild @@ -13,7 +13,7 @@ DESCRIPTION="Top-like UI used to show which process is using the I/O" HOMEPAGE="http://guichaz.free.fr/iotop/" SRC_URI="http://guichaz.free.fr/iotop/files/${P}.tar.bz2" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" |