Install this version:
emerge -a =net-misc/usbip-4.13
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-misc/usbip-4.13
Or alternatively:
emerge --autounmask-write -a =net-misc/usbip-4.13
# Copyright 1999-2024 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools
DESCRIPTION="Userspace utilities for a general USB device sharing system over IP networks"
HOMEPAGE="https://www.kernel.org/"
SRC_URI="https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.13.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="static-libs tcpd doc"
RDEPEND=">=dev-libs/glib-2.6
sys-apps/hwids
>=sys-kernel/linux-headers-3.17
virtual/libudev
tcpd? ( sys-apps/tcp-wrappers )"
DEPEND="${RDEPEND}
virtual/pkgconfig"
DOCS="AUTHORS README"
S=${WORKDIR}/linux-${PV}/tools/usb/${PN}
src_prepare() {
# remove -Werror from build, bug #545398
sed -i 's/-Werror[^ ]* //g' configure.ac || die
eapply_user
eautoreconf
}
src_configure() {
econf \
$(use_enable static-libs static) \
$(use tcpd || echo --without-tcp-wrappers) \
--with-usbids-dir=/usr/share/misc
}
src_install() {
default
use doc && dodoc ../../../Documentation/usb/usbip_protocol.txt
prune_libtool_files
}
pkg_postinst() {
elog "For using USB/IP you need to enable USBIP_VHCI_HCD in the client"
elog "machine's kernel config and USBIP_HOST on the server."
}
Manage flags for this package:
euse -i <flag> -p net-misc/usbip |
euse -E <flag> -p net-misc/usbip |
euse -D <flag> -p net-misc/usbip
>=dev-libs/glib-2.6 sys-apps/hwids >=sys-kernel/linux-headers-3.17 virtual/libudev tcpd? ( sys-apps/tcp-wrappers ) virtual/pkgconfig
>=dev-libs/glib-2.6 sys-apps/hwids >=sys-kernel/linux-headers-3.17 virtual/libudev tcpd? ( sys-apps/tcp-wrappers )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | linux-4.13.tar.xz | 100579888 bytes | https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.13.tar.xz |