diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-06 23:40:34 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-06 23:40:34 +0000 |
commit | bc4976c2f4b1540573c131ab2573a4ba63041cba (patch) | |
tree | 57a3c5dcc5ad79591648afae93f800b33ac497e4 /app-arch/file-roller/file-roller-2.30.2.ebuild | |
parent | Fix slot-deps on gtk+ and other libs (diff) | |
download | historical-bc4976c2f4b1540573c131ab2573a4ba63041cba.tar.gz historical-bc4976c2f4b1540573c131ab2573a4ba63041cba.tar.bz2 historical-bc4976c2f4b1540573c131ab2573a4ba63041cba.zip |
Fix slot-deps on gtk+ and other libs
Package-Manager: portage-2.1.9.42/cvs/Linux x86_64
Diffstat (limited to 'app-arch/file-roller/file-roller-2.30.2.ebuild')
-rw-r--r-- | app-arch/file-roller/file-roller-2.30.2.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-arch/file-roller/file-roller-2.30.2.ebuild b/app-arch/file-roller/file-roller-2.30.2.ebuild index e243701e5d76..694c2d315b81 100644 --- a/app-arch/file-roller/file-roller-2.30.2.ebuild +++ b/app-arch/file-roller/file-roller-2.30.2.ebuild @@ -1,6 +1,6 @@ -# 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/file-roller/file-roller-2.30.2.ebuild,v 1.8 2010/10/17 15:24:31 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/file-roller-2.30.2.ebuild,v 1.9 2011/03/06 23:40:34 nirbheek Exp $ EAPI="2" GCONF_DEBUG="no" @@ -15,9 +15,9 @@ SLOT="0" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" IUSE="nautilus" -RDEPEND=">=dev-libs/glib-2.16.0 - >=x11-libs/gtk+-2.16 - gnome-base/gconf +RDEPEND=">=dev-libs/glib-2.16.0:2 + >=x11-libs/gtk+-2.16:2 + gnome-base/gconf:2 nautilus? ( gnome-base/nautilus )" DEPEND="${RDEPEND} sys-devel/gettext |