diff options
author | 2011-01-29 07:46:01 +0000 | |
---|---|---|
committer | 2011-01-29 07:46:01 +0000 | |
commit | 32794aff7b0697941277d64b302c486fbf1c9b51 (patch) | |
tree | 16275c5a48f5431f41d0f567398472fed3ba8dc1 /app-arch/squeeze | |
parent | Fix segmentation fault with xfce4-panel >= 4.8 wrt #352988 by Johannes Geiss. (diff) | |
download | gentoo-2-32794aff7b0697941277d64b302c486fbf1c9b51.tar.gz gentoo-2-32794aff7b0697941277d64b302c486fbf1c9b51.tar.bz2 gentoo-2-32794aff7b0697941277d64b302c486fbf1c9b51.zip |
tidy a bit, and drop xfce 4.6 support
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'app-arch/squeeze')
-rw-r--r-- | app-arch/squeeze/squeeze-0.2.3.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app-arch/squeeze/squeeze-0.2.3.ebuild b/app-arch/squeeze/squeeze-0.2.3.ebuild index 84aaf3d2857e..b6f3b942e25b 100644 --- a/app-arch/squeeze/squeeze-0.2.3.ebuild +++ b/app-arch/squeeze/squeeze-0.2.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/squeeze/squeeze-0.2.3.ebuild,v 1.4 2010/05/26 12:41:46 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/squeeze/squeeze-0.2.3.ebuild,v 1.5 2011/01/29 07:46:01 ssuominen Exp $ -EAPI=2 -inherit eutils fdo-mime gnome2-utils +EAPI=3 +inherit fdo-mime gnome2-utils DESCRIPTION="a GTK+ based and advanced archive manager for use with Thunar file manager." HOMEPAGE="http://squeeze.xfce.org/" @@ -16,9 +16,9 @@ KEYWORDS="~alpha ~amd64 -hppa ~ia64 ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd" IUSE="debug +pathbar +toolbar" RDEPEND="x11-libs/gtk+:2 - dev-libs/dbus-glib + >=dev-libs/dbus-glib-0.88 >=xfce-base/libxfce4util-4.4 - || ( xfce-extra/thunar-vfs <xfce-base/thunar-1.1.0 )" + xfce-extra/thunar-vfs" DEPEND="${RDEPEND} dev-util/pkgconfig dev-util/intltool |