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 EB785138330 for ; Sun, 27 May 2018 18:23:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 448F2E09A7; Sun, 27 May 2018 18:23:28 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1AEC0E09A7 for ; Sun, 27 May 2018 18:23:28 +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 1D8EE335CD7 for ; Sun, 27 May 2018 18:23:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32F342C4 for ; Sun, 27 May 2018 18:23:23 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1527445393.85de34d31e5700f4b604e69fe2ba699af066285f.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/imwheel/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild X-VCS-Directories: x11-misc/imwheel/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 85de34d31e5700f4b604e69fe2ba699af066285f X-VCS-Branch: master Date: Sun, 27 May 2018 18:23:23 +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: d925c4ae-6cac-42df-83f3-4af5056ddced X-Archives-Hash: 467a671d39f1e7e3ce653ee8cd959aa3 commit: 85de34d31e5700f4b604e69fe2ba699af066285f Author: Aaron Bauman gentoo org> AuthorDate: Sun May 27 15:55:07 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun May 27 18:23:13 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85de34d3 x11-misc/imwheel: fix src_configure Package-Manager: Portage-2.3.40, Repoman-2.3.9 x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild b/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild index ef9c6c2481d..6069accc286 100644 --- a/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild +++ b/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild @@ -31,8 +31,6 @@ src_prepare() { } src_configure() { - local myconf # don't build gpm stuff - myconf="--disable-gpm --disable-gpm-doc" - econf ${myconf} || die "configure failed" + econf --disable-gpm --disable-gpm-doc }