summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2021-11-24 20:29:27 -0500
committerMike Gilbert <floppym@gentoo.org>2021-11-28 14:54:06 -0500
commitfa0606fc020ebc5bd324dffe2df790e6ad30544d (patch)
treeac8230223295689e1d3ea4072469abf5020f50db
parentnet-wireless/bluez: drop dep on sys-apps/hwids (diff)
downloadgentoo-fa0606fc.tar.gz
gentoo-fa0606fc.tar.bz2
gentoo-fa0606fc.zip
sys-apps/linux-misc-apps: migrate to hwdata
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
-rw-r--r--sys-apps/linux-misc-apps/linux-misc-apps-5.8-r1.ebuild (renamed from sys-apps/linux-misc-apps/linux-misc-apps-5.8.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/linux-misc-apps/linux-misc-apps-5.8.ebuild b/sys-apps/linux-misc-apps/linux-misc-apps-5.8-r1.ebuild
index 305b9ee03e9a..d89ebc89f32a 100644
--- a/sys-apps/linux-misc-apps/linux-misc-apps-5.8.ebuild
+++ b/sys-apps/linux-misc-apps/linux-misc-apps-5.8-r1.ebuild
@@ -43,7 +43,7 @@ SRC_URI="${SRC_URI} https://www.kernel.org/pub/linux/kernel/v3.x/${LINUX_SOURCES
# pmtools also provides turbostat
# usbip available in seperate package now
-RDEPEND="sys-apps/hwids
+RDEPEND="sys-apps/hwdata
>=dev-libs/glib-2.6
>=sys-kernel/linux-headers-${LINUX_V}
usbip? (
@@ -144,7 +144,7 @@ src_configure() {
econf \
$(use_enable static-libs static) \
$(use tcpd || echo --without-tcp-wrappers) \
- --with-usbids-dir=/usr/share/misc
+ --with-usbids-dir=/usr/share/hwdata
popd
fi
}