From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1267619-garchives=archives.gentoo.org@lists.gentoo.org>
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 798301382C5
	for <garchives@archives.gentoo.org>; Mon,  5 Apr 2021 15:04:02 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A5C8AE0895;
	Mon,  5 Apr 2021 15:04:01 +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 EA425E0895
	for <gentoo-commits@lists.gentoo.org>; Mon,  5 Apr 2021 15:03:59 +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 A5C21335DAB
	for <gentoo-commits@lists.gentoo.org>; Mon,  5 Apr 2021 15:03:58 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 28A78C3
	for <gentoo-commits@lists.gentoo.org>; Mon,  5 Apr 2021 15:03:57 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1617635029.55ff042dd744e17b18f9c9c4f30d5343d32b26b7.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: 55ff042dd744e17b18f9c9c4f30d5343d32b26b7
X-VCS-Branch: master
Date: Mon,  5 Apr 2021 15:03:57 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: c53c2a97-a661-4170-94fa-e71efc1d2967
X-Archives-Hash: 536dd50a6e56bac21d62b1ce80a5863d

commit:     55ff042dd744e17b18f9c9c4f30d5343d32b26b7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  5 15:03:14 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr  5 15:03:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55ff042d

games-util/xpadneo: Revert "toolchain-funcs--" (used in global scope)

This reverts commit f68b5e7cf43be7ec61ebc58fdeff4cc492442612.

Signed-off-by: Sam James <sam <AT> 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 6e38c45ca02..c6cc408ad12 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 udev
+inherit linux-mod toolchain-funcs 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 81efc50b45a..01ec44c55d4 100644
--- a/games-util/xpadneo/xpadneo-9999.ebuild
+++ b/games-util/xpadneo/xpadneo-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit linux-mod udev
+inherit linux-mod toolchain-funcs udev
 
 if [[ ${PV} == 9999 ]]; then
 	inherit git-r3