commit:     1233993fcc6768ded4ed76028e100929ee302a8d
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 29 04:49:26 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> 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

Reply via email to