mate-extra/caja-dropbox: Fix ebuild regression in 1.10, #566538
authorNP-Hardass <NP-Hardass@gentoo.org>
Sat, 7 May 2016 02:43:34 +0000 (22:43 -0400)
committerNP-Hardass <NP-Hardass@gentoo.org>
Sat, 7 May 2016 02:45:03 +0000 (22:45 -0400)
Package-Manager: portage-2.2.26

mate-extra/caja-dropbox/caja-dropbox-1.10.1.ebuild

index d58a5c72687944609219181393d0bfeed18be6ea..6b025a0ddb3395a0bae1cd32a0522fb9c7f66a53 100644 (file)
@@ -39,14 +39,14 @@ DEPEND="${RDEPEND}
        dev-python/docutils:0
        virtual/pkgconfig:*"
 
-G2CONF="${G2CONF} $(use_enable debug) --disable-static"
-
 CONFIG_CHECK="~INOTIFY_USER"
 
 pkg_setup () {
        python-single-r1_pkg_setup
        check_extra_config
        enewgroup dropbox
+
+       G2CONF="${G2CONF} $(use_enable debug) --disable-static"
 }
 
 src_prepare() {