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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 12392159C9B for ; Sun, 4 Aug 2024 07:03:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA9822BC053; Sun, 4 Aug 2024 07:03:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7BBB32BC053 for ; Sun, 4 Aug 2024 07:03:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E70334300C for ; Sun, 4 Aug 2024 07:03:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C55A1EA3 for ; Sun, 4 Aug 2024 07:03:11 +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: <1722754983.220f698e2ea65da6d89fc1288fcf75b1ae89b16c.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-joystick/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-joystick/vdr-joystick-0.0.3.ebuild X-VCS-Directories: media-plugins/vdr-joystick/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 220f698e2ea65da6d89fc1288fcf75b1ae89b16c X-VCS-Branch: master Date: Sun, 4 Aug 2024 07:03:11 +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: a765c342-821a-44c5-9c9a-bdc482ac2373 X-Archives-Hash: 7057578235269c9d76833326e74361e0 commit: 220f698e2ea65da6d89fc1288fcf75b1ae89b16c Author: Martin Dummer gmx net> AuthorDate: Sun Jul 21 20:55:27 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Aug 4 07:03:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=220f698e media-plugins/vdr-joystick: don't call g++ directly Closes: https://bugs.gentoo.org/936467 Signed-off-by: Martin Dummer gmx.net> Signed-off-by: Joonas Niilola gentoo.org> media-plugins/vdr-joystick/vdr-joystick-0.0.3.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/media-plugins/vdr-joystick/vdr-joystick-0.0.3.ebuild b/media-plugins/vdr-joystick/vdr-joystick-0.0.3.ebuild index 1abc99bba517..ef59b287b173 100644 --- a/media-plugins/vdr-joystick/vdr-joystick-0.0.3.ebuild +++ b/media-plugins/vdr-joystick/vdr-joystick-0.0.3.ebuild @@ -16,6 +16,13 @@ KEYWORDS="~amd64 ~x86" DEPEND="media-video/vdr" RDEPEND="${DEPEND}" +src_prepare() { + vdr-plugin-2_src_prepare + + # do not call g++ directly, Bug #936467 + sed -e 's| g++| $(CXX)|' -i Makefile || die +} + src_install() { vdr-plugin-2_src_install