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 AA1CC158087 for ; Thu, 20 Jan 2022 08:14:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A232CE0788; Thu, 20 Jan 2022 08:14:05 +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 70D68E0788 for ; Thu, 20 Jan 2022 08:14:05 +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 26CDF343307 for ; Thu, 20 Jan 2022 08:14:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E305239 for ; Thu, 20 Jan 2022 08:14:01 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1642666300.ee8730ba1ed92c45873c98b0d4abcbda7a5b9d1a.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/sc-controller/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-util/sc-controller/sc-controller-0.4.8.6-r1.ebuild games-util/sc-controller/sc-controller-0.4.8.6.ebuild X-VCS-Directories: games-util/sc-controller/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: ee8730ba1ed92c45873c98b0d4abcbda7a5b9d1a X-VCS-Branch: master Date: Thu, 20 Jan 2022 08:14:01 +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: 472be1d5-fc37-415f-9c36-e4656b3bcdbe X-Archives-Hash: f21f01734da7257f1b6212bf7c4b32ab commit: ee8730ba1ed92c45873c98b0d4abcbda7a5b9d1a Author: Ionen Wolkens gentoo org> AuthorDate: Thu Jan 20 08:03:48 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Thu Jan 20 08:11:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee8730ba games-util/sc-controller: rdepend on virtual/libusb Closes: https://bugs.gentoo.org/831518 Signed-off-by: Ionen Wolkens gentoo.org> .../{sc-controller-0.4.8.6.ebuild => sc-controller-0.4.8.6-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/games-util/sc-controller/sc-controller-0.4.8.6.ebuild b/games-util/sc-controller/sc-controller-0.4.8.6-r1.ebuild similarity index 98% rename from games-util/sc-controller/sc-controller-0.4.8.6.ebuild rename to games-util/sc-controller/sc-controller-0.4.8.6-r1.ebuild index 764a714fde01..26cfedd52ccb 100644 --- a/games-util/sc-controller/sc-controller-0.4.8.6.ebuild +++ b/games-util/sc-controller/sc-controller-0.4.8.6-r1.ebuild @@ -24,6 +24,7 @@ RDEPEND=" dev-python/python-evdev[${PYTHON_USEDEP}] dev-python/vdf[${PYTHON_USEDEP}]') gnome-base/librsvg[introspection] + virtual/libusb x11-libs/gtk+:3[introspection] udev? ( games-util/game-device-udev-rules )"