Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/iotop/
Date: Wed, 08 Sep 2021 12:32:32
Message-Id: 1631104318.26317bbe7c5d8776feae64d9322b70b86184925e.arthurzam@gentoo
1 commit: 26317bbe7c5d8776feae64d9322b70b86184925e
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 8 12:31:58 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 8 12:31:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26317bbe
7
8 sys-process/iotop: fix LICENSE: GPL-2 -> GPL-2+
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 sys-process/iotop/iotop-0.6.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-process/iotop/iotop-0.6.ebuild b/sys-process/iotop/iotop-0.6.ebuild
16 index 7a46616eb4f..7b59ad028fc 100644
17 --- a/sys-process/iotop/iotop-0.6.ebuild
18 +++ b/sys-process/iotop/iotop-0.6.ebuild
19 @@ -13,7 +13,7 @@ DESCRIPTION="Top-like UI used to show which process is using the I/O"
20 HOMEPAGE="http://guichaz.free.fr/iotop/"
21 SRC_URI="http://guichaz.free.fr/iotop/files/${P}.tar.bz2"
22
23 -LICENSE="GPL-2"
24 +LICENSE="GPL-2+"
25 SLOT="0"
26 KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"