diff options
author | Sam James <sam@gentoo.org> | 2021-04-01 03:33:10 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-03 16:53:56 +0100 |
commit | c72572ee68eed31461eed71c422e9947e7bb93aa (patch) | |
tree | 3e751a1ed984fa2a10679ca838e3b5c489adf2da /app-admin/usbview | |
parent | app-admin/tripwire: eutils-- (diff) | |
download | gentoo-c72572ee68eed31461eed71c422e9947e7bb93aa.tar.gz gentoo-c72572ee68eed31461eed71c422e9947e7bb93aa.tar.bz2 gentoo-c72572ee68eed31461eed71c422e9947e7bb93aa.zip |
app-admin/usbview: EAPI 7, desktop++, eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-admin/usbview')
-rw-r--r-- | app-admin/usbview/usbview-2.0.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/app-admin/usbview/usbview-2.0.ebuild b/app-admin/usbview/usbview-2.0.ebuild index 760fe40c131c..c8096088021a 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 ) |