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 7496A158020 for ; Fri, 11 Nov 2022 19:46:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5978E09F0; Fri, 11 Nov 2022 19:46:47 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84FF1E09F0 for ; Fri, 11 Nov 2022 19:46:47 +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 5C53533E830 for ; Fri, 11 Nov 2022 19:46:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B5FC5D6 for ; Fri, 11 Nov 2022 19:46:44 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1668195997.16e22f22c5b385b7d2ea48a1df3f34cac7bafdef.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgusb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libgusb/libgusb-0.4.2.ebuild X-VCS-Directories: dev-libs/libgusb/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 16e22f22c5b385b7d2ea48a1df3f34cac7bafdef X-VCS-Branch: master Date: Fri, 11 Nov 2022 19:46:44 +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: 925035da-8b06-4d41-a414-15588084be7d X-Archives-Hash: c997ae635e8de147b9a3c6c61abf8078 commit: 16e22f22c5b385b7d2ea48a1df3f34cac7bafdef Author: Felix Tiede pc-tiede de> AuthorDate: Fri Nov 11 19:45:34 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Nov 11 19:46:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16e22f22 dev-libs/libgusb: Depend on dev-libs/json-glib[introspection?] Closes: https://bugs.gentoo.org/880311 Signed-off-by: Matt Turner gentoo.org> dev-libs/libgusb/libgusb-0.4.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libgusb/libgusb-0.4.2.ebuild b/dev-libs/libgusb/libgusb-0.4.2.ebuild index e820e10669bc..18bc219300eb 100644 --- a/dev-libs/libgusb/libgusb-0.4.2.ebuild +++ b/dev-libs/libgusb/libgusb-0.4.2.ebuild @@ -26,7 +26,7 @@ RESTRICT="!test? ( test )" RDEPEND=" >=dev-libs/glib-2.44.0:2[${MULTILIB_USEDEP}] virtual/libusb:1[udev,${MULTILIB_USEDEP}] - >=dev-libs/json-glib-1.1.1[${MULTILIB_USEDEP}] + >=dev-libs/json-glib-1.1.1[${MULTILIB_USEDEP},introspection?] introspection? ( >=dev-libs/gobject-introspection-1.54:= ) sys-apps/hwdata "