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 1C3D61382C5 for ; Tue, 6 Apr 2021 09:03:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F6FFE08CD; Tue, 6 Apr 2021 09:03:13 +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 D7451E0900 for ; Tue, 6 Apr 2021 09:03:12 +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 42F26340D68 for ; Tue, 6 Apr 2021 09:03:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 502F2641 for ; Tue, 6 Apr 2021 09:03:09 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1617466123.4d90e995fefe187127f7e7699c58c76bf91bc955.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-gfx/bonzomatic/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-gfx/bonzomatic/bonzomatic-2021.03.07.ebuild media-gfx/bonzomatic/bonzomatic-9999.ebuild X-VCS-Directories: media-gfx/bonzomatic/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 4d90e995fefe187127f7e7699c58c76bf91bc955 X-VCS-Branch: master Date: Tue, 6 Apr 2021 09:03:09 +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: e6b3194c-f989-42f5-9cd0-238ac6896bee X-Archives-Hash: 1f185e5f4fbdad7f9c25571272eb72f9 commit: 4d90e995fefe187127f7e7699c58c76bf91bc955 Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Sat Apr 3 16:08:43 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sat Apr 3 16:08:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4d90e995 media-gfx/bonzomatic: s/ecmakeargs/mycmakeargs/ Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> media-gfx/bonzomatic/bonzomatic-2021.03.07.ebuild | 2 +- media-gfx/bonzomatic/bonzomatic-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/bonzomatic/bonzomatic-2021.03.07.ebuild b/media-gfx/bonzomatic/bonzomatic-2021.03.07.ebuild index f2f0ae5c4..7e2d2953b 100644 --- a/media-gfx/bonzomatic/bonzomatic-2021.03.07.ebuild +++ b/media-gfx/bonzomatic/bonzomatic-2021.03.07.ebuild @@ -35,7 +35,7 @@ DEPEND=" RDEPEND="${DEPEND}" src_configure() { - local ecmakeargs=( + local mycmakeargs=( -DBONZOMATIC_USE_SYSTEM_GLFW=$(usex system-glfw) -DBONZOMATIC_USE_SYSTEM_GLEW=$(usex system-glew) -DBONZOMATIC_USE_SYSTEM_STB=$(usex system-stb) diff --git a/media-gfx/bonzomatic/bonzomatic-9999.ebuild b/media-gfx/bonzomatic/bonzomatic-9999.ebuild index f2f0ae5c4..7e2d2953b 100644 --- a/media-gfx/bonzomatic/bonzomatic-9999.ebuild +++ b/media-gfx/bonzomatic/bonzomatic-9999.ebuild @@ -35,7 +35,7 @@ DEPEND=" RDEPEND="${DEPEND}" src_configure() { - local ecmakeargs=( + local mycmakeargs=( -DBONZOMATIC_USE_SYSTEM_GLFW=$(usex system-glfw) -DBONZOMATIC_USE_SYSTEM_GLEW=$(usex system-glew) -DBONZOMATIC_USE_SYSTEM_STB=$(usex system-stb)