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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 20CD7138359 for ; Mon, 3 Aug 2020 15:07:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F63EE08CD; Mon, 3 Aug 2020 15:07:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 46DDFE08CD for ; Mon, 3 Aug 2020 15:07:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 232FF34F1C8 for ; Mon, 3 Aug 2020 15:07:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 864DD274 for ; Mon, 3 Aug 2020 15:07:21 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1596467223.ef2fa977b1e6cfb2a806d39cdda1f0ad9e88e06d.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/rogdrv/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-apps/rogdrv/rogdrv-0.0.5.ebuild X-VCS-Directories: sys-apps/rogdrv/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: ef2fa977b1e6cfb2a806d39cdda1f0ad9e88e06d X-VCS-Branch: dev Date: Mon, 3 Aug 2020 15:07:21 +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: ae6553d1-d51c-49c2-95d8-a427f8e96e5f X-Archives-Hash: 3fd006156f77e1337b3f6e4aab3d0f0d commit: ef2fa977b1e6cfb2a806d39cdda1f0ad9e88e06d Author: Andrew Ammerlaan riseup net> AuthorDate: Mon Aug 3 15:07:03 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Mon Aug 3 15:07:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ef2fa977 sys-apps/rogdrv: fix missing dep also added PYTHON_USEDEP flags python-evdev does not have py3_9 so that had to go from PYTHON_COMPAT Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Andrew Ammerlaan riseup.net> sys-apps/rogdrv/rogdrv-0.0.5.ebuild | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/sys-apps/rogdrv/rogdrv-0.0.5.ebuild b/sys-apps/rogdrv/rogdrv-0.0.5.ebuild index 84974e4..17bb739 100644 --- a/sys-apps/rogdrv/rogdrv-0.0.5.ebuild +++ b/sys-apps/rogdrv/rogdrv-0.0.5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{7,8} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 linux-info udev @@ -19,11 +19,12 @@ SLOT="0" KEYWORDS="~amd64" IUSE="" -DEPEND="dev-libs/libappindicator - dev-python/python-evdev - dev-python/cffi - dev-python/cython-hidapi - virtual/udev" +DEPEND=" + dev-libs/libappindicator + dev-python/python-evdev[${PYTHON_USEDEP}] + dev-python/cffi[${PYTHON_USEDEP}] + dev-python/hidapi[${PYTHON_USEDEP}] + virtual/udev" RDEPEND="${DEPEND}" BDEPEND="" CONFIG_CHECK="~INPUT_UINPUT" 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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BAA29138359 for ; Mon, 3 Aug 2020 15:08:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A81F4E0986; Mon, 3 Aug 2020 15:08:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8E1A9E0986 for ; Mon, 3 Aug 2020 15:08:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9BC2034F1C8 for ; Mon, 3 Aug 2020 15:08:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C0C830A for ; Mon, 3 Aug 2020 15:08:07 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1596467223.ef2fa977b1e6cfb2a806d39cdda1f0ad9e88e06d.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-apps/rogdrv/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-apps/rogdrv/rogdrv-0.0.5.ebuild X-VCS-Directories: sys-apps/rogdrv/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: ef2fa977b1e6cfb2a806d39cdda1f0ad9e88e06d X-VCS-Branch: master Date: Mon, 3 Aug 2020 15:08:07 +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: 1e1b040b-28e7-44f8-9893-3b54ed03cd02 X-Archives-Hash: ea1f597fa86482ab7f841ea78793c196 Message-ID: <20200803150807.jA1bBtT3883BKsM1Bain8Ezb2KuGAjUQsJWjB3RSVtg@z> commit: ef2fa977b1e6cfb2a806d39cdda1f0ad9e88e06d Author: Andrew Ammerlaan riseup net> AuthorDate: Mon Aug 3 15:07:03 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Mon Aug 3 15:07:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ef2fa977 sys-apps/rogdrv: fix missing dep also added PYTHON_USEDEP flags python-evdev does not have py3_9 so that had to go from PYTHON_COMPAT Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Andrew Ammerlaan riseup.net> sys-apps/rogdrv/rogdrv-0.0.5.ebuild | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/sys-apps/rogdrv/rogdrv-0.0.5.ebuild b/sys-apps/rogdrv/rogdrv-0.0.5.ebuild index 84974e4..17bb739 100644 --- a/sys-apps/rogdrv/rogdrv-0.0.5.ebuild +++ b/sys-apps/rogdrv/rogdrv-0.0.5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{7,8} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 linux-info udev @@ -19,11 +19,12 @@ SLOT="0" KEYWORDS="~amd64" IUSE="" -DEPEND="dev-libs/libappindicator - dev-python/python-evdev - dev-python/cffi - dev-python/cython-hidapi - virtual/udev" +DEPEND=" + dev-libs/libappindicator + dev-python/python-evdev[${PYTHON_USEDEP}] + dev-python/cffi[${PYTHON_USEDEP}] + dev-python/hidapi[${PYTHON_USEDEP}] + virtual/udev" RDEPEND="${DEPEND}" BDEPEND="" CONFIG_CHECK="~INPUT_UINPUT"