app-admin/usbview: EAPI 7, desktop++, eutils--

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-04-01 03:33:10 +01:00
parent 423a3409a1
commit c72572ee68

View File

@@ -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 )