From c72572ee68eed31461eed71c422e9947e7bb93aa Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 1 Apr 2021 03:33:10 +0100 Subject: [PATCH] app-admin/usbview: EAPI 7, desktop++, eutils-- Signed-off-by: Sam James --- app-admin/usbview/usbview-2.0.ebuild | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/app-admin/usbview/usbview-2.0.ebuild b/app-admin/usbview/usbview-2.0.ebuild index 760fe40c131c1..c8096088021ac 100644 --- a/app-admin/usbview/usbview-2.0.ebuild +++ b/app-admin/usbview/usbview-2.0.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 -inherit eutils linux-info +EAPI=7 + +inherit desktop linux-info DESCRIPTION="Display the topology of devices on the USB bus" HOMEPAGE="http://www.kroah.com/linux-usb/" @@ -17,10 +18,8 @@ RDEPEND=" x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 " -DEPEND=" - ${RDEPEND} - virtual/pkgconfig -" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" DOCS=( AUTHORS ChangeLog README TODO )