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 B7BA51384B4 for ; Mon, 28 Dec 2015 19:40:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8098A21C009; Mon, 28 Dec 2015 19:40:29 +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 21E5921C009 for ; Mon, 28 Dec 2015 19:40:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E5F6233E01A for ; Mon, 28 Dec 2015 19:40:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F15AC7A for ; Mon, 28 Dec 2015 19:40:26 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1451331538.4f8dcc8ef38e94ef3942f6c71820cbc6503550c5.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/efl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/efl/efl-9999.ebuild X-VCS-Directories: dev-libs/efl/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 4f8dcc8ef38e94ef3942f6c71820cbc6503550c5 X-VCS-Branch: master Date: Mon, 28 Dec 2015 19:40:26 +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: cf024e0c-438a-4098-a168-9155148cadd2 X-Archives-Hash: 16b80a095df674486ba2053304984f56 commit: 4f8dcc8ef38e94ef3942f6c71820cbc6503550c5 Author: Mike Frysinger gentoo org> AuthorDate: Mon Dec 28 19:36:02 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Mon Dec 28 19:38:58 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f8dcc8e dev-libs/efl: update configure options to match latest upstream dev-libs/efl/efl-9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-libs/efl/efl-9999.ebuild b/dev-libs/efl/efl-9999.ebuild index 10fab6d..3972324 100644 --- a/dev-libs/efl/efl-9999.ebuild +++ b/dev-libs/efl/efl-9999.ebuild @@ -168,9 +168,11 @@ src_prepare() { # Remove stupid sleep command. # Also back out gnu make hack that causes regen of Makefiles. + # Delete var setting that causes the build to abort. sed -i \ -e '/sleep 10/d' \ -e '/^#### Work around bug in automake check macro$/,/^#### Info$/d' \ + -e '/BARF_OK=/s:=.*:=:' \ configure || die } @@ -191,7 +193,7 @@ src_configure() { $(use_with X x) --with-opengl=$(usex opengl full $(usex gles es none)) --with-glib=$(usex glib) - --enable-i-really-know-what-i-am-doing-and-that-this-will-probably-break-things-and-i-will-fix-them-myself-and-send-patches-aba + --enable-i-really-know-what-i-am-doing-and-that-this-will-probably-break-things-and-i-will-fix-them-myself-and-send-patches-abb $(use_enable bmp image-loader-bmp) $(use_enable bmp image-loader-wbmp)