summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2021-11-24 20:23:28 -0500
committerMike Gilbert <floppym@gentoo.org>2021-11-28 14:54:05 -0500
commitabe092163d833769b37c2aade6b71d3b58d03190 (patch)
treeb7e92cf8ff0814d7b0dec475ba38a686331bdd4c /net-misc/usbip
parentnet-misc/spice-gtk: migrate to hwdata (diff)
downloadgentoo-abe092163d833769b37c2aade6b71d3b58d03190.tar.gz
gentoo-abe092163d833769b37c2aade6b71d3b58d03190.tar.bz2
gentoo-abe092163d833769b37c2aade6b71d3b58d03190.zip
net-misc/usbip: migrate to hwdata
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'net-misc/usbip')
-rw-r--r--net-misc/usbip/usbip-4.13-r2.ebuild (renamed from net-misc/usbip/usbip-4.13-r1.ebuild)6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/usbip/usbip-4.13-r1.ebuild b/net-misc/usbip/usbip-4.13-r2.ebuild
index 453bd87fa8fd..c8099fd53279 100644
--- a/net-misc/usbip/usbip-4.13-r1.ebuild
+++ b/net-misc/usbip/usbip-4.13-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -18,7 +18,7 @@ IUSE="tcpd"
RDEPEND="
>=dev-libs/glib-2.6
- sys-apps/hwids
+ sys-apps/hwdata
>=sys-kernel/linux-headers-3.17
virtual/libudev
tcpd? ( sys-apps/tcp-wrappers )"
@@ -45,7 +45,7 @@ src_configure() {
econf \
--disable-static \
$(use tcpd || echo --without-tcp-wrappers) \
- --with-usbids-dir="${EPREFIX}"/usr/share/misc
+ --with-usbids-dir="${EPREFIX}"/usr/share/hwdata
}
src_install() {