From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D71491388BF for ; Sun, 10 Jan 2016 15:06:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D749E07D8; Sun, 10 Jan 2016 15:06:44 +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 425AEE07D8 for ; Sun, 10 Jan 2016 15:06:44 +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 1B00C340836 for ; Sun, 10 Jan 2016 15:06:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17F2ACB3 for ; Sun, 10 Jan 2016 15:06:37 +0000 (UTC) From: "Michael Sterrett" 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" Message-ID: <1452438383.0b3fd30727c6f9c2bc233690ac6ec4a517614090.mr_bones_@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-mixer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/sdl2-mixer/sdl2-mixer-2.0.1.ebuild X-VCS-Directories: media-libs/sdl2-mixer/ X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett X-VCS-Revision: 0b3fd30727c6f9c2bc233690ac6ec4a517614090 X-VCS-Branch: master Date: Sun, 10 Jan 2016 15:06:37 +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-Archives-Salt: 4d5b19fe-f64b-414c-a246-d086fb530cf1 X-Archives-Hash: 34ef2132f1d445fabb4ac78941658ad4 commit: 0b3fd30727c6f9c2bc233690ac6ec4a517614090 Author: Michael Sterrett gentoo org> AuthorDate: Sun Jan 10 15:05:57 2016 +0000 Commit: Michael Sterrett gentoo org> CommitDate: Sun Jan 10 15:06:23 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b3fd307 media-libs/sdl2-mixer: fix prepare when smpeg2 is not installed Package-Manager: portage-2.2.26 media-libs/sdl2-mixer/sdl2-mixer-2.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/sdl2-mixer/sdl2-mixer-2.0.1.ebuild b/media-libs/sdl2-mixer/sdl2-mixer-2.0.1.ebuild index 42d3ee2..41bf267 100644 --- a/media-libs/sdl2-mixer/sdl2-mixer-2.0.1.ebuild +++ b/media-libs/sdl2-mixer/sdl2-mixer-2.0.1.ebuild @@ -56,7 +56,7 @@ src_prepare() { epatch "${FILESDIR}"/${P}-mp3.patch sed -i -e 's/configure.in/configure.ac/' Makefile.in || die mv configure.{in,ac} || die - eautoreconf + AT_M4DIR=acinclude eautoreconf } multilib_src_configure() {