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 EE1C013835A for ; Wed, 5 May 2021 11:40:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E159CE086F; Wed, 5 May 2021 11:40:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 0E3FDE07B3 for ; Wed, 5 May 2021 11:40:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 CB350335D50 for ; Wed, 5 May 2021 11:40:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 502CB5C9 for ; Wed, 5 May 2021 11:40:28 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1620214817.63578529533c8f7da5015a8d794084e5fb924e55.polynomial-c@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.0.14-r2.ebuild X-VCS-Directories: media-libs/libsdl2/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 63578529533c8f7da5015a8d794084e5fb924e55 X-VCS-Branch: master Date: Wed, 5 May 2021 11:40:28 +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: f41f097b-1544-4bc4-8722-465aca7f6a1c X-Archives-Hash: 033a4320f25833b42b9aeca00e1e8ef8 commit: 63578529533c8f7da5015a8d794084e5fb924e55 Author: Lars Wendler gentoo org> AuthorDate: Wed May 5 11:39:45 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed May 5 11:40:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63578529 media-libs/libsdl2: Removed multilib_copy_sources call Signed-off-by: Lars Wendler gentoo.org> media-libs/libsdl2/libsdl2-2.0.14-r2.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/media-libs/libsdl2/libsdl2-2.0.14-r2.ebuild b/media-libs/libsdl2/libsdl2-2.0.14-r2.ebuild index ed96babe187..e6a22bd2b6b 100644 --- a/media-libs/libsdl2/libsdl2-2.0.14-r2.ebuild +++ b/media-libs/libsdl2/libsdl2-2.0.14-r2.ebuild @@ -106,9 +106,6 @@ src_prepare() { # https://bugs.gentoo.org/764959 AT_NOEAUTOHEADER="yes" AT_M4DIR="/usr/share/aclocal acinclude" \ eautoreconf - - # libsdl2-2.0.14 build regression. Please check if still needed - multilib_copy_sources } multilib_src_configure() { @@ -195,7 +192,7 @@ multilib_src_configure() { $(use_with X x) ) - #ECONF_SOURCE="${S}" + ECONF_SOURCE="${S}" \ econf "${myeconfargs[@]}" }