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 60D5E13835B for ; Sun, 4 Apr 2021 09:52:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 437B7E081A; Sun, 4 Apr 2021 09:52:13 +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 2DB14E081A for ; Sun, 4 Apr 2021 09:52:13 +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 05C3033BE91 for ; Sun, 4 Apr 2021 09:52:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22581478 for ; Sun, 4 Apr 2021 09:52:10 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1617529911.f68b5e7cf43be7ec61ebc58fdeff4cc492442612.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/xpadneo/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-util/xpadneo/xpadneo-0.9.ebuild games-util/xpadneo/xpadneo-9999.ebuild X-VCS-Directories: games-util/xpadneo/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f68b5e7cf43be7ec61ebc58fdeff4cc492442612 X-VCS-Branch: master Date: Sun, 4 Apr 2021 09:52:10 +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: 011bfa87-a6d8-402e-9778-b15982f243ce X-Archives-Hash: 189eddb9fc7de2313adab963d365d874 commit: f68b5e7cf43be7ec61ebc58fdeff4cc492442612 Author: Sam James gentoo org> AuthorDate: Sun Apr 4 09:18:15 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 4 09:51:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f68b5e7c games-util/xpadneo: toolchain-funcs-- Signed-off-by: Sam James gentoo.org> games-util/xpadneo/xpadneo-0.9.ebuild | 2 +- games-util/xpadneo/xpadneo-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/games-util/xpadneo/xpadneo-0.9.ebuild b/games-util/xpadneo/xpadneo-0.9.ebuild index c6cc408ad12..6e38c45ca02 100644 --- a/games-util/xpadneo/xpadneo-0.9.ebuild +++ b/games-util/xpadneo/xpadneo-0.9.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit linux-mod toolchain-funcs udev +inherit linux-mod udev DESCRIPTION="Advanced Linux Driver for Xbox One Wireless Controller" HOMEPAGE="https://atar-axis.github.io/xpadneo/" diff --git a/games-util/xpadneo/xpadneo-9999.ebuild b/games-util/xpadneo/xpadneo-9999.ebuild index 01ec44c55d4..81efc50b45a 100644 --- a/games-util/xpadneo/xpadneo-9999.ebuild +++ b/games-util/xpadneo/xpadneo-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit linux-mod toolchain-funcs udev +inherit linux-mod udev if [[ ${PV} == 9999 ]]; then inherit git-r3