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 EA04C1382C5 for ; Fri, 15 Jan 2021 07:08:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1600E0857; Fri, 15 Jan 2021 07:08:02 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 6210CE084A for ; Fri, 15 Jan 2021 07:08:02 +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 28402340E5C for ; Fri, 15 Jan 2021 07:08:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C323476 for ; Fri, 15 Jan 2021 07:07:59 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1610694470.65e50f87e3f3ba312e57214a01a6b99cb10b5924.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/xboxdrv/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-util/xboxdrv/xboxdrv-0.8.8_p20190118.ebuild X-VCS-Directories: games-util/xboxdrv/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 65e50f87e3f3ba312e57214a01a6b99cb10b5924 X-VCS-Branch: master Date: Fri, 15 Jan 2021 07:07:59 +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: 4770649d-5fb9-49ce-a445-3414498b68b0 X-Archives-Hash: fddaccaa36f041a2dc613434a463a081 commit: 65e50f87e3f3ba312e57214a01a6b99cb10b5924 Author: Joonas Niilola gentoo org> AuthorDate: Fri Jan 15 07:06:08 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Jan 15 07:07:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65e50f87 games-util/xboxdrv: python-3.8 compatibility, fix kernel config checks Closes: https://bugs.gentoo.org/710848 Signed-off-by: Joonas Niilola gentoo.org> games-util/xboxdrv/xboxdrv-0.8.8_p20190118.ebuild | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/games-util/xboxdrv/xboxdrv-0.8.8_p20190118.ebuild b/games-util/xboxdrv/xboxdrv-0.8.8_p20190118.ebuild index 76f9f0a91fc..fe9386eaac6 100644 --- a/games-util/xboxdrv/xboxdrv-0.8.8_p20190118.ebuild +++ b/games-util/xboxdrv/xboxdrv-0.8.8_p20190118.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit linux-info python-any-r1 scons-utils toolchain-funcs systemd udev @@ -38,6 +38,11 @@ S="${WORKDIR}/${PN}-${COMMIT}" CONFIG_CHECK="~INPUT_EVDEV ~INPUT_JOYDEV ~INPUT_UINPUT ~!JOYSTICK_XPAD" +pkg_setup() { + linux-info_pkg_setup + python_setup +} + src_prepare() { default