diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-02-22 18:55:08 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-02-22 18:55:08 +0000 |
commit | 46b3861bc5e8ceb8c4db1b57565e6f1d624541c3 (patch) | |
tree | ee415652473ccc05e1207c0e40efd1ed3053da64 /x11-misc/pcmanfm/pcmanfm-9999.ebuild | |
parent | Initial commit for net-wireless/mdk wrt bug 265280 and bug 178561. (diff) | |
download | gentoo-2-46b3861bc5e8ceb8c4db1b57565e6f1d624541c3.tar.gz gentoo-2-46b3861bc5e8ceb8c4db1b57565e6f1d624541c3.tar.bz2 gentoo-2-46b3861bc5e8ceb8c4db1b57565e6f1d624541c3.zip |
Fix gtk+ dependencies. Bug #355761
(Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/pcmanfm/pcmanfm-9999.ebuild')
-rw-r--r-- | x11-misc/pcmanfm/pcmanfm-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/pcmanfm/pcmanfm-9999.ebuild b/x11-misc/pcmanfm/pcmanfm-9999.ebuild index d7d73c36683e..653eeaf49966 100644 --- a/x11-misc/pcmanfm/pcmanfm-9999.ebuild +++ b/x11-misc/pcmanfm/pcmanfm-9999.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/x11-misc/pcmanfm/pcmanfm-9999.ebuild,v 1.7 2010/12/26 04:59:43 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/pcmanfm-9999.ebuild,v 1.8 2011/02/22 18:55:08 hwoarang Exp $ EAPI=2 @@ -23,7 +23,7 @@ SLOT="0" IUSE="debug" COMMON_DEPEND=">=dev-libs/glib-2.18:2 - >=x11-libs/gtk+-2.16:2 + >=x11-libs/gtk+-2.22.1:2 >=lxde-base/menu-cache-0.3.2 >=x11-libs/libfm-0.1.15" RDEPEND="${COMMON_DEPEND} |