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 5821F139630 for ; Sat, 29 Oct 2016 04:50:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7370021C028; Sat, 29 Oct 2016 04:49:59 +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 554B221C028 for ; Sat, 29 Oct 2016 04:49:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D32E734122A for ; Sat, 29 Oct 2016 04:49:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B3B1301 for ; Sat, 29 Oct 2016 04:49:56 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1477716566.1233993fcc6768ded4ed76028e100929ee302a8d.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gmic/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/gmic/gmic-1.7.8.ebuild X-VCS-Directories: media-gfx/gmic/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 1233993fcc6768ded4ed76028e100929ee302a8d X-VCS-Branch: master Date: Sat, 29 Oct 2016 04:49:56 +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: 16c50d0b-e456-4f46-8df9-45d9163b14ae X-Archives-Hash: 3ce5553a659d6e1dc0eaee4f8d1a06db commit: 1233993fcc6768ded4ed76028e100929ee302a8d Author: Tim Harder gentoo org> AuthorDate: Sat Oct 29 04:49:26 2016 +0000 Commit: Tim Harder gentoo org> CommitDate: Sat Oct 29 04:49:26 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1233993f media-gfx/gmic: fix phase ordering media-gfx/gmic/gmic-1.7.8.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/media-gfx/gmic/gmic-1.7.8.ebuild b/media-gfx/gmic/gmic-1.7.8.ebuild index 80601fc..a15978b 100644 --- a/media-gfx/gmic/gmic-1.7.8.ebuild +++ b/media-gfx/gmic/gmic-1.7.8.ebuild @@ -43,11 +43,6 @@ DEPEND="${COMMON_DEPEND} PATCHES=( "${FILESDIR}"/${P}-cmake.patch ) -src_prepare() { - default - gunzip man/${PN}.1.gz || die -} - pkg_pretend() { if use openmp ; then tc-has-openmp || die "Please switch to an openmp compatible compiler" @@ -58,6 +53,11 @@ pkg_pretend() { fi } +src_prepare() { + default + gunzip man/${PN}.1.gz || die +} + src_configure() { local mycmakeargs=( -DBUILD_LIB=ON