diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-01-14 17:56:49 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-01-14 17:56:49 +0000 |
commit | 7f473a175dcbf46c849ca63ef224efa5c37c7167 (patch) | |
tree | d95ecaa7f51c5ab75b6ff08b3ec1e416f19b74ae /x11-misc/spacefm/spacefm-9999.ebuild | |
parent | version bump (diff) | |
download | gentoo-2-7f473a175dcbf46c849ca63ef224efa5c37c7167.tar.gz gentoo-2-7f473a175dcbf46c849ca63ef224efa5c37c7167.tar.bz2 gentoo-2-7f473a175dcbf46c849ca63ef224efa5c37c7167.zip |
update live-ebuild to default to gtk3
(Portage version: 2.2.0_alpha151/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'x11-misc/spacefm/spacefm-9999.ebuild')
-rw-r--r-- | x11-misc/spacefm/spacefm-9999.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/x11-misc/spacefm/spacefm-9999.ebuild b/x11-misc/spacefm/spacefm-9999.ebuild index e9a0f45f2519..f0dc7e95db4f 100644 --- a/x11-misc/spacefm/spacefm-9999.ebuild +++ b/x11-misc/spacefm/spacefm-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/spacefm/spacefm-9999.ebuild,v 1.11 2012/12/18 18:32:12 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/spacefm/spacefm-9999.ebuild,v 1.12 2013/01/14 17:56:49 hasufell Exp $ EAPI=4 @@ -23,7 +23,7 @@ RDEPEND="dev-libs/glib:2 virtual/freedesktop-icon-theme x11-libs/cairo x11-libs/gdk-pixbuf - x11-libs/gtk+:2 + x11-libs/gtk+:3 x11-libs/pango x11-libs/libX11 x11-misc/shared-mime-info @@ -39,7 +39,8 @@ src_configure() { $(use_enable startup-notification) \ --disable-hal \ --enable-inotify \ - --disable-pixmaps + --disable-pixmaps \ + --with-gtk3=yes } pkg_preinst() { |