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 9531B138350 for ; Sat, 1 Feb 2020 19:53:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7CCBE0821; Sat, 1 Feb 2020 19:53:20 +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 B0663E0821 for ; Sat, 1 Feb 2020 19:53:20 +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 019C834E3EF for ; Sat, 1 Feb 2020 19:53:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 957A171 for ; Sat, 1 Feb 2020 19:53:16 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1580586787.bff35faa79ba247ccbb7532ed4809035dbe5a22b.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/spacenavd/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/spacenavd/spacenavd-0.6.ebuild X-VCS-Directories: app-misc/spacenavd/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: bff35faa79ba247ccbb7532ed4809035dbe5a22b X-VCS-Branch: master Date: Sat, 1 Feb 2020 19:53:16 +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: 885df607-7ffa-46aa-ad10-772a634b0e1a X-Archives-Hash: 69f17a0ef190dc8a86d4ddb5a551f6e3 commit: bff35faa79ba247ccbb7532ed4809035dbe5a22b Author: Sebastian Pipping gentoo org> AuthorDate: Sat Feb 1 19:51:56 2020 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sat Feb 1 19:53:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bff35faa app-misc/spacenavd: Support GCC 10 Bug: https://bugs.gentoo.org/706966 Signed-off-by: Sebastian Pipping gentoo.org> Package-Manager: Portage-2.3.84, Repoman-2.3.20 app-misc/spacenavd/spacenavd-0.6.ebuild | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/app-misc/spacenavd/spacenavd-0.6.ebuild b/app-misc/spacenavd/spacenavd-0.6.ebuild index 86b0c8ae315..bbf5b9cf9e0 100644 --- a/app-misc/spacenavd/spacenavd-0.6.ebuild +++ b/app-misc/spacenavd/spacenavd-0.6.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit linux-info systemd toolchain-funcs udev +inherit epatch linux-info systemd toolchain-funcs udev MY_PN='spacenav' DESCRIPTION="The spacenavd daemon provides free alternative to the 3dxserv daemon" @@ -23,6 +23,11 @@ pkg_setup() { check_extra_config } +src_prepare() { + epatch "${FILESDIR}"/${PN}-0.7-gcc10.patch + default +} + src_configure() { econf \ --disable-debug \