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 D9233158020 for ; Fri, 18 Nov 2022 06:47:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 253F8E088F; Fri, 18 Nov 2022 06:47:24 +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 09D57E088F for ; Fri, 18 Nov 2022 06:47:24 +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 26FC63410C6 for ; Fri, 18 Nov 2022 06:47:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8B4D599 for ; Fri, 18 Nov 2022 06:47:21 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1668754029.8d109c01650bde9b0c9979f8e666140ef87dfad0.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsdl2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libsdl2/libsdl2-2.24.0-r2.ebuild media-libs/libsdl2/libsdl2-2.24.2.ebuild X-VCS-Directories: media-libs/libsdl2/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 8d109c01650bde9b0c9979f8e666140ef87dfad0 X-VCS-Branch: master Date: Fri, 18 Nov 2022 06:47:21 +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: 3872d416-840e-4952-a984-1901e95fb58b X-Archives-Hash: f7073e1a5b61602fd495f43c5abc7bc5 commit: 8d109c01650bde9b0c9979f8e666140ef87dfad0 Author: Ionen Wolkens gentoo org> AuthorDate: Fri Nov 18 06:41:48 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Fri Nov 18 06:47:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d109c01 media-libs/libsdl2: use prefixed AT_M4DIR Closes: https://bugs.gentoo.org/880581 Signed-off-by: Ionen Wolkens gentoo.org> media-libs/libsdl2/libsdl2-2.24.0-r2.ebuild | 2 +- media-libs/libsdl2/libsdl2-2.24.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libsdl2/libsdl2-2.24.0-r2.ebuild b/media-libs/libsdl2/libsdl2-2.24.0-r2.ebuild index 481ce62c0cdf..6ca1a8b7d87a 100644 --- a/media-libs/libsdl2/libsdl2-2.24.0-r2.ebuild +++ b/media-libs/libsdl2/libsdl2-2.24.0-r2.ebuild @@ -113,7 +113,7 @@ src_prepare() { # PACKAGE_NAME. Add AT_NOEAUTOHEADER="yes" to prevent those macros from # being reintroduced. # https://bugs.gentoo.org/764959 - AT_NOEAUTOHEADER="yes" AT_M4DIR="/usr/share/aclocal acinclude" \ + AT_NOEAUTOHEADER="yes" AT_M4DIR="${BROOT}/usr/share/aclocal acinclude" \ eautoreconf } diff --git a/media-libs/libsdl2/libsdl2-2.24.2.ebuild b/media-libs/libsdl2/libsdl2-2.24.2.ebuild index 50a7396fe313..2b3f26f284a7 100644 --- a/media-libs/libsdl2/libsdl2-2.24.2.ebuild +++ b/media-libs/libsdl2/libsdl2-2.24.2.ebuild @@ -110,7 +110,7 @@ src_prepare() { # PACKAGE_NAME. Add AT_NOEAUTOHEADER="yes" to prevent those macros from # being reintroduced. # https://bugs.gentoo.org/764959 - AT_NOEAUTOHEADER="yes" AT_M4DIR="/usr/share/aclocal acinclude" \ + AT_NOEAUTOHEADER="yes" AT_M4DIR="${BROOT}/usr/share/aclocal acinclude" \ eautoreconf }