From 128c4b0b6c73f994174bf351d311ed021adbc6f7 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Tue, 3 Jan 2023 15:49:06 +0100 Subject: */*: make mycmakeargs local Closes: https://github.com/gentoo/gentoo/pull/28947 Signed-off-by: David Seifert --- app-misc/task/task-2.6.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-misc/task') diff --git a/app-misc/task/task-2.6.2.ebuild b/app-misc/task/task-2.6.2.ebuild index acaa34e50b1c..71c06cea727a 100644 --- a/app-misc/task/task-2.6.2.ebuild +++ b/app-misc/task/task-2.6.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -32,7 +32,7 @@ src_prepare() { } src_configure() { - mycmakeargs=( + local mycmakeargs=( -DENABLE_SYNC=$(usex sync) -DTASK_DOCDIR=share/doc/${PF} -DTASK_RCDIR=share/${PN}/rc -- cgit v1.2.3-65-gdbad