From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-846263-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1B7D21384B4 for <garchives@archives.gentoo.org>; Sat, 14 Nov 2015 05:29:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4808A21C078; Sat, 14 Nov 2015 05:29:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E569021C078 for <gentoo-commits@lists.gentoo.org>; Sat, 14 Nov 2015 05:29:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A0FE333E5E4 for <gentoo-commits@lists.gentoo.org>; Sat, 14 Nov 2015 05:29:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE92EA96 for <gentoo-commits@lists.gentoo.org>; Sat, 14 Nov 2015 05:29:03 +0000 (UTC) From: "Michael Sterrett" <mr_bones_@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Sterrett" <mr_bones_@gentoo.org> Message-ID: <1447478919.d44e39c5ae59c6b2d5603488e8de848726b376e6.mr_bones_@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.3-r200.ebuild X-VCS-Directories: media-libs/libsdl2/ X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett X-VCS-Revision: d44e39c5ae59c6b2d5603488e8de848726b376e6 X-VCS-Branch: master Date: Sat, 14 Nov 2015 05:29:03 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 12918a83-c312-47ff-a81a-4d0a7e2f5436 X-Archives-Hash: ac45d484586c2a0805f785645340bc80 commit: d44e39c5ae59c6b2d5603488e8de848726b376e6 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org> AuthorDate: Sat Nov 14 05:28:39 2015 +0000 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org> CommitDate: Sat Nov 14 05:28:39 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d44e39c5 use configure.ac (bug #563430) Package-Manager: portage-2.2.20.1 media-libs/libsdl2/libsdl2-2.0.3-r200.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/media-libs/libsdl2/libsdl2-2.0.3-r200.ebuild b/media-libs/libsdl2/libsdl2-2.0.3-r200.ebuild index 66786d2..fa648bc 100644 --- a/media-libs/libsdl2/libsdl2-2.0.3-r200.ebuild +++ b/media-libs/libsdl2/libsdl2-2.0.3-r200.ebuild @@ -69,6 +69,10 @@ src_prepare() { # https://bugzilla.libsdl.org/show_bug.cgi?id=1431 epatch "${FILESDIR}"/${P}-static-libs.patch \ "${FILESDIR}"/${P}-gles-wayland.patch + sed -i \ + -e 's/configure.in/configure.ac/' \ + Makefile.in || die + mv configure.{in,ac} || die AT_M4DIR="/usr/share/aclocal acinclude" eautoreconf }