summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@gentoo.org>2011-03-28 14:34:48 +0000
committerNirbheek Chauhan <nirbheek@gentoo.org>2011-03-28 14:34:48 +0000
commit48dfa18437df1c87c3efd80f0e83d87c85dbbf9c (patch)
treef2435c3f5bd76e8e124df54ee63b712f13721728 /x11-misc/trayer
parentFix slot-dep on gtk+ (diff)
downloadgentoo-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')
-rw-r--r--x11-misc/trayer/ChangeLog8
-rw-r--r--x11-misc/trayer/trayer-1.0-r1.ebuild8
-rw-r--r--x11-misc/trayer/trayer-1.0.ebuild8
3 files changed, 16 insertions, 8 deletions
diff --git a/x11-misc/trayer/ChangeLog b/x11-misc/trayer/ChangeLog
index b329f46fb1fd..13eb9f47a300 100644
--- a/x11-misc/trayer/ChangeLog
+++ b/x11-misc/trayer/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/trayer
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/trayer/ChangeLog,v 1.17 2010/06/24 11:21:17 hwoarang Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/trayer/ChangeLog,v 1.18 2011/03/28 14:34:48 nirbheek Exp $
+
+ 28 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> trayer-1.0.ebuild,
+ trayer-1.0-r1.ebuild:
+ Fix slot-dep on gtk+
*trayer-1.0-r1 (24 Jun 2010)
diff --git a/x11-misc/trayer/trayer-1.0-r1.ebuild b/x11-misc/trayer/trayer-1.0-r1.ebuild
index 6e2a11456177..f70efe11d3c9 100644
--- a/x11-misc/trayer/trayer-1.0-r1.ebuild
+++ b/x11-misc/trayer/trayer-1.0-r1.ebuild
@@ -1,6 +1,8 @@
-# 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/trayer/trayer-1.0-r1.ebuild,v 1.1 2010/06/24 11:21:17 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/trayer/trayer-1.0-r1.ebuild,v 1.2 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"
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"