commit: 0dfabaec0a2bb3f4ee70beb32f3ac7458f546e17
Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Sat May 7 02:43:34 2016 +0000
Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Sat May 7 02:45:03 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dfabaec
mate-extra/caja-dropbox: Fix ebuild regression in 1.10, #566538
Package-Manager: portage-2.2.26
mate-extra/caja-dropbox/caja-dropbox-1.10.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mate-extra/caja-dropbox/caja-dropbox-1.10.1.ebuild
b/mate-extra/caja-dropbox/caja-dropbox-1.10.1.ebuild
index d58a5c7..6b025a0 100644
--- a/mate-extra/caja-dropbox/caja-dropbox-1.10.1.ebuild
+++ b/mate-extra/caja-dropbox/caja-dropbox-1.10.1.ebuild
@@ -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() {