From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 435FE158087 for ; Sun, 28 Nov 2021 20:09:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90D272BC04E; Sun, 28 Nov 2021 20:08:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 765CA2BC04E for ; Sun, 28 Nov 2021 20:08:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9886F342E75 for ; Sun, 28 Nov 2021 20:08:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A49CE202 for ; Sun, 28 Nov 2021 20:08:55 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1638129245.abe092163d833769b37c2aade6b71d3b58d03190.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/usbip/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/usbip/usbip-4.13-r1.ebuild net-misc/usbip/usbip-4.13-r2.ebuild X-VCS-Directories: net-misc/usbip/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: abe092163d833769b37c2aade6b71d3b58d03190 X-VCS-Branch: master Date: Sun, 28 Nov 2021 20:08:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 05a1dc77-d245-4923-a17a-26cdb4d989ea X-Archives-Hash: b97a8afb5453471876a8c8362325e215 commit: abe092163d833769b37c2aade6b71d3b58d03190 Author: Mike Gilbert gentoo org> AuthorDate: Thu Nov 25 01:23:28 2021 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Nov 28 19:54:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abe09216 net-misc/usbip: migrate to hwdata Signed-off-by: Mike Gilbert gentoo.org> net-misc/usbip/{usbip-4.13-r1.ebuild => usbip-4.13-r2.ebuild} | 6 +++--- 1 file 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 similarity index 91% rename from net-misc/usbip/usbip-4.13-r1.ebuild rename to 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() {