summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Campbell <zlg@gentoo.org>2017-01-02 02:58:19 -0800
committerDaniel Campbell <zlg@gentoo.org>2017-01-02 04:35:49 -0800
commite51eaf345132b3494c05db6315e8531a359ca68b (patch)
treeda44ffec09654e72c13a647f3b018a55b1df5356 /x11-misc/spacefm/spacefm-9999.ebuild
parentdev-python/feedgenerator: Version bump (diff)
downloadgentoo-e51eaf345132b3494c05db6315e8531a359ca68b.tar.gz
gentoo-e51eaf345132b3494c05db6315e8531a359ca68b.tar.bz2
gentoo-e51eaf345132b3494c05db6315e8531a359ca68b.zip
x11-misc/spacefm: include sysmacros.h, bug 603000
Include DEPEND fix to no longer need REQUIRED_USE, build using gtk3 by default per GNOME team's suggestions. Gentoo-Bug: 603000 Gentoo-Bug-URL: https://bugs.gentoo.org/603000 Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'x11-misc/spacefm/spacefm-9999.ebuild')
-rw-r--r--x11-misc/spacefm/spacefm-9999.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/x11-misc/spacefm/spacefm-9999.ebuild b/x11-misc/spacefm/spacefm-9999.ebuild
index 0ca069baaec4..444e767d4109 100644
--- a/x11-misc/spacefm/spacefm-9999.ebuild
+++ b/x11-misc/spacefm/spacefm-9999.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
EGIT_REPO_URI="git://github.com/IgnorantGuru/${PN}.git"
EGIT_BRANCH="next"
-inherit fdo-mime git-2 gnome2-utils linux-info
+inherit fdo-mime git-r3 gnome2-utils linux-info
DESCRIPTION="A multi-panel tabbed file manager"
HOMEPAGE="https://ignorantguru.github.com/spacefm/"
@@ -16,7 +16,6 @@ LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS=""
IUSE="gtk2 +gtk3 +startup-notification +video-thumbnails"
-REQUIRED_USE="gtk2? ( !gtk3 )"
RDEPEND="dev-libs/glib:2
dev-util/desktop-file-utils
@@ -24,7 +23,7 @@ RDEPEND="dev-libs/glib:2
virtual/freedesktop-icon-theme
x11-libs/cairo
x11-libs/gdk-pixbuf
- gtk2? ( x11-libs/gtk+:2 )
+ gtk2? ( gtk3? ( x11-libs/gtk+:3 ) !gtk3? ( x11-libs/gtk+:2 ) )
!gtk2? ( x11-libs/gtk+:3 )
x11-libs/pango
x11-libs/libX11