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 7EE2059CA5 for ; Wed, 23 Mar 2016 07:12:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A783121C00C; Wed, 23 Mar 2016 07:11:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3906621C00C for ; Wed, 23 Mar 2016 07:11:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 49FE2340CC9 for ; Wed, 23 Mar 2016 07:11:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F12C851 for ; Wed, 23 Mar 2016 07:11:54 +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: <1458717098.2813c4699c57d552135d94d1334a08e13783d9fd.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/mc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/mc/mc-4.8.16.ebuild X-VCS-Directories: app-misc/mc/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 2813c4699c57d552135d94d1334a08e13783d9fd X-VCS-Branch: master Date: Wed, 23 Mar 2016 07:11:54 +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: d79e0fa3-b06b-48cb-ba94-caa0b4de260e X-Archives-Hash: 1d8b5065bcc0738e0021ba0832710354 commit: 2813c4699c57d552135d94d1334a08e13783d9fd Author: Lars Wendler gentoo org> AuthorDate: Wed Mar 23 07:11:38 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Mar 23 07:11:38 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2813c469 app-misc/mc: Move S variable above src_* functions. Package-Manager: portage-2.2.28 Signed-off-by: Lars Wendler gentoo.org> app-misc/mc/mc-4.8.16.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/mc/mc-4.8.16.ebuild b/app-misc/mc/mc-4.8.16.ebuild index 81a069c..4d076d2 100644 --- a/app-misc/mc/mc-4.8.16.ebuild +++ b/app-misc/mc/mc-4.8.16.ebuild @@ -46,6 +46,8 @@ PATCHES=( "${FILESDIR}/${PN}-4.8.15-ebuild_syntax_EAPI-6.patch" ) +S=${WORKDIR}/${MY_P} + src_prepare() { [[ -n ${LIVE_EBUILD} ]] && ./autogen.sh @@ -54,8 +56,6 @@ src_prepare() { eautoreconf } -S=${WORKDIR}/${MY_P} - src_configure() { local myscreen=ncurses use slang && myscreen=slang