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 D52B715808B for ; Fri, 25 Mar 2022 19:47:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26590E077A; Fri, 25 Mar 2022 19:47:35 +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 DDD4DE077A for ; Fri, 25 Mar 2022 19:47:34 +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 05A603434CC for ; Fri, 25 Mar 2022 19:47:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 954E6315 for ; Fri, 25 Mar 2022 19:47:32 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1648237648.ac2456de23569ae8ebb1014dca537046d7b032a8.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/solaar/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/solaar/solaar-1.1.2_rc2-r1.ebuild app-misc/solaar/solaar-1.1.2_rc2.ebuild X-VCS-Directories: app-misc/solaar/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: ac2456de23569ae8ebb1014dca537046d7b032a8 X-VCS-Branch: master Date: Fri, 25 Mar 2022 19:47:32 +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: 556130cc-1335-47f0-84c4-2fae85930795 X-Archives-Hash: 279815be0262005bcb2b6069341289d0 commit: ac2456de23569ae8ebb1014dca537046d7b032a8 Author: Florian Schmaus gentoo org> AuthorDate: Fri Mar 25 10:47:08 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Fri Mar 25 19:47:28 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac2456de app-misc/solaar: add missing python-evdev dependency Closes: https://bugs.gentoo.org/835767 Signed-off-by: Florian Schmaus gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/24742 Signed-off-by: Florian Schmaus gentoo.org> .../solaar/{solaar-1.1.2_rc2.ebuild => solaar-1.1.2_rc2-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-misc/solaar/solaar-1.1.2_rc2.ebuild b/app-misc/solaar/solaar-1.1.2_rc2-r1.ebuild similarity index 95% rename from app-misc/solaar/solaar-1.1.2_rc2.ebuild rename to app-misc/solaar/solaar-1.1.2_rc2-r1.ebuild index ed9a688180e5..c33af3ddaf5e 100644 --- a/app-misc/solaar/solaar-1.1.2_rc2.ebuild +++ b/app-misc/solaar/solaar-1.1.2_rc2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -28,6 +28,7 @@ RDEPEND=" $(python_gen_cond_dep ' dev-python/psutil[${PYTHON_USEDEP}] dev-python/pygobject:3[${PYTHON_USEDEP}] + dev-python/python-evdev[${PYTHON_USEDEP}] dev-python/python-xlib[${PYTHON_USEDEP}] >=dev-python/pyudev-0.13[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}]