diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-28 14:34:48 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-28 14:34:48 +0000 |
commit | 48dfa18437df1c87c3efd80f0e83d87c85dbbf9c (patch) | |
tree | f2435c3f5bd76e8e124df54ee63b712f13721728 /x11-misc/trayer/trayer-1.0.ebuild | |
parent | Fix slot-dep on gtk+ (diff) | |
download | gentoo-2-48dfa18437df1c87c3efd80f0e83d87c85dbbf9c.tar.gz gentoo-2-48dfa18437df1c87c3efd80f0e83d87c85dbbf9c.tar.bz2 gentoo-2-48dfa18437df1c87c3efd80f0e83d87c85dbbf9c.zip |
Fix slot-dep on gtk+
(Portage version: 2.1.9.44/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/trayer/trayer-1.0.ebuild')
-rw-r--r-- | x11-misc/trayer/trayer-1.0.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/x11-misc/trayer/trayer-1.0.ebuild b/x11-misc/trayer/trayer-1.0.ebuild index 76deef9a9980..e1509f1c6839 100644 --- a/x11-misc/trayer/trayer-1.0.ebuild +++ b/x11-misc/trayer/trayer-1.0.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2008 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/trayer/trayer-1.0.ebuild,v 1.17 2008/12/27 18:52:54 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/trayer/trayer-1.0.ebuild,v 1.18 2011/03/28 14:34:48 nirbheek Exp $ + +EAPI="1" DESCRIPTION="Lightweight GTK+ based systray for UNIX desktop" HOMEPAGE="http://fvwm-crystal.org" @@ -9,7 +11,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc ppc64 sparc x86" IUSE="" -RDEPEND=">=x11-libs/gtk+-2" +RDEPEND="x11-libs/gtk+:2" DEPEND="${RDEPEND} dev-util/pkgconfig" |