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 B2E78158090 for ; Mon, 30 May 2022 02:49:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89D27E094F; Mon, 30 May 2022 02:49:28 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0AADFE0936 for ; Mon, 30 May 2022 02:49:28 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E6FCB341734 for ; Mon, 30 May 2022 02:49:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34E344C3 for ; Mon, 30 May 2022 02:49:25 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1653878956.bb4dbd4684f2eab0f0897fdc78f1a7008bea407f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/usbutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/usbutils/usbutils-014-r1.ebuild X-VCS-Directories: sys-apps/usbutils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bb4dbd4684f2eab0f0897fdc78f1a7008bea407f X-VCS-Branch: master Date: Mon, 30 May 2022 02:49:25 +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: d5b8e44d-d763-494f-8f65-da192873728e X-Archives-Hash: ecd5eace53d24e14c606b32b0740e7f8 commit: bb4dbd4684f2eab0f0897fdc78f1a7008bea407f Author: Sam James gentoo org> AuthorDate: Mon May 30 00:14:10 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 30 02:49:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb4dbd46 sys-apps/usbutils: use confcache, drop eautoreconf Signed-off-by: Sam James gentoo.org> sys-apps/usbutils/usbutils-014-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys-apps/usbutils/usbutils-014-r1.ebuild b/sys-apps/usbutils/usbutils-014-r1.ebuild index ccfe79ce3bab..e99096d69ad4 100644 --- a/sys-apps/usbutils/usbutils-014-r1.ebuild +++ b/sys-apps/usbutils/usbutils-014-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{8,9,10} ) -inherit autotools python-single-r1 +inherit python-single-r1 DESCRIPTION="USB enumeration utilities" HOMEPAGE="https://www.kernel.org/pub/linux/utils/usb/usbutils/ @@ -36,12 +36,13 @@ pkg_setup() { src_prepare() { default - eautoreconf + use python && python_fix_shebang lsusb.py.in } src_configure() { local myeconfargs=( + --cache-file="${S}"/config.cache --datarootdir="${EPREFIX}/usr/share" --datadir="${EPREFIX}/usr/share/hwdata" )