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 0D8B1158086 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 53FB32BC03F; Sun, 28 Nov 2021 20:08:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 39A312BC03F for ; Sun, 28 Nov 2021 20:08:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 52D25342BD6 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 90BF2201 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.c5556fb0775aa5e7e1ca2c49cffdb1a0a88ee9e2.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/spice-gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/spice-gtk/spice-gtk-0.39-r1.ebuild net-misc/spice-gtk/spice-gtk-0.39-r2.ebuild net-misc/spice-gtk/spice-gtk-9999.ebuild X-VCS-Directories: net-misc/spice-gtk/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: c5556fb0775aa5e7e1ca2c49cffdb1a0a88ee9e2 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: b5752a34-2b9c-4693-92c3-87063e800bd8 X-Archives-Hash: 5ee665eeb442617b00fbcfb7cbb32ada commit: c5556fb0775aa5e7e1ca2c49cffdb1a0a88ee9e2 Author: Mike Gilbert gentoo org> AuthorDate: Thu Nov 25 01:19:34 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=c5556fb0 net-misc/spice-gtk: migrate to hwdata Signed-off-by: Mike Gilbert gentoo.org> .../spice-gtk/{spice-gtk-0.39-r1.ebuild => spice-gtk-0.39-r2.ebuild} | 4 ++-- net-misc/spice-gtk/spice-gtk-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-misc/spice-gtk/spice-gtk-0.39-r1.ebuild b/net-misc/spice-gtk/spice-gtk-0.39-r2.ebuild similarity index 97% rename from net-misc/spice-gtk/spice-gtk-0.39-r1.ebuild rename to net-misc/spice-gtk/spice-gtk-0.39-r2.ebuild index 08fdbf6d9fa4..97058d427523 100644 --- a/net-misc/spice-gtk/spice-gtk-0.39-r1.ebuild +++ b/net-misc/spice-gtk/spice-gtk-0.39-r2.ebuild @@ -40,7 +40,7 @@ RDEPEND=" sasl? ( dev-libs/cyrus-sasl ) smartcard? ( app-emulation/qemu[smartcard] ) usbredir? ( - sys-apps/hwids + sys-apps/hwdata >=sys-apps/usbredir-0.4.2 virtual/libusb:1 policykit? ( @@ -111,7 +111,7 @@ src_configure() { if use usbredir; then emesonargs+=( -Dusb-acl-helper-dir=/usr/libexec - -Dusb-ids-path=/usr/share/misc/usb.ids + -Dusb-ids-path="${EPREFIX}/usr/share/hwdata/usb.ids" ) fi diff --git a/net-misc/spice-gtk/spice-gtk-9999.ebuild b/net-misc/spice-gtk/spice-gtk-9999.ebuild index e200949754a6..59fac8bcb9c5 100644 --- a/net-misc/spice-gtk/spice-gtk-9999.ebuild +++ b/net-misc/spice-gtk/spice-gtk-9999.ebuild @@ -43,7 +43,7 @@ RDEPEND=" sasl? ( dev-libs/cyrus-sasl ) smartcard? ( app-emulation/qemu[smartcard] ) usbredir? ( - sys-apps/hwids + sys-apps/hwdata >=sys-apps/usbredir-0.4.2 virtual/libusb:1 policykit? ( @@ -110,7 +110,7 @@ src_configure() { if use usbredir; then emesonargs+=( -D "usb-acl-helper-dir=/usr/libexec" ) - emesonargs+=( -D "usb-ids-path=/usr/share/misc/usb.ids" ) + emesonargs+=( -D "usb-ids-path=${EPREFIX}/usr/share/hwdata/usb.ids" ) fi meson_src_configure