Gentoo Archives: gentoo-commits

From: Rick Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/usbtop/
Date: Tue, 30 Mar 2021 20:47:32
Message-Id: 1617137245.af70567a640290d480883db029e495c1f153650b.zerochaos@gentoo
1 commit: af70567a640290d480883db029e495c1f153650b
2 Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 30 20:31:28 2021 +0000
4 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 30 20:47:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af70567a
7
8 sys-process/usbtop: migrate from cmake-utils
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
12
13 sys-process/usbtop/usbtop-1.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-process/usbtop/usbtop-1.0.ebuild b/sys-process/usbtop/usbtop-1.0.ebuild
17 index 7b8e3d1fcb9..2a1c6be84ff 100644
18 --- a/sys-process/usbtop/usbtop-1.0.ebuild
19 +++ b/sys-process/usbtop/usbtop-1.0.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 -inherit cmake-utils linux-info
28 +inherit cmake linux-info
29
30 DESCRIPTION="utility that shows an estimated instantaneous bandwidth on USB buses and devices"
31 HOMEPAGE="https://github.com/aguinet/usbtop"