summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@gentoo.org>2011-03-28 14:45:09 +0000
committerNirbheek Chauhan <nirbheek@gentoo.org>2011-03-28 14:45:09 +0000
commit7d4f2fb74e5b4e363d4977c8aba256c39ab5a169 (patch)
tree46e41345dc6057ff146f9d3b3269ddd5810832b4 /x11-plugins
parentFix slot-deps on gnome libs (diff)
downloadhistorical-7d4f2fb74e5b4e363d4977c8aba256c39ab5a169.tar.gz
historical-7d4f2fb74e5b4e363d4977c8aba256c39ab5a169.tar.bz2
historical-7d4f2fb74e5b4e363d4977c8aba256c39ab5a169.zip
Fix slot-dep on gtk+
Package-Manager: portage-2.1.9.44/cvs/Linux x86_64
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/bfm/ChangeLog7
-rw-r--r--x11-plugins/bfm/bfm-0.6.4-r1.ebuild8
-rw-r--r--x11-plugins/wmblob/ChangeLog7
-rw-r--r--x11-plugins/wmblob/wmblob-1.0.3.ebuild8
-rw-r--r--x11-plugins/wmcalendar/ChangeLog8
-rw-r--r--x11-plugins/wmcalendar/wmcalendar-0.5.2.ebuild8
-rw-r--r--x11-plugins/wmcliphist/ChangeLog8
-rw-r--r--x11-plugins/wmcliphist/wmcliphist-0.6-r1.ebuild8
-rw-r--r--x11-plugins/wmcoincoin/ChangeLog8
-rw-r--r--x11-plugins/wmcoincoin/wmcoincoin-2.5.1f.ebuild8
-rw-r--r--x11-plugins/wmdrawer/ChangeLog8
-rw-r--r--x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild8
-rw-r--r--x11-plugins/wmfishtime/ChangeLog8
-rw-r--r--x11-plugins/wmfishtime/wmfishtime-1.24-r1.ebuild8
-rw-r--r--x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild6
-rw-r--r--x11-plugins/wmmaiload/ChangeLog8
-rw-r--r--x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild8
17 files changed, 89 insertions, 43 deletions
diff --git a/x11-plugins/bfm/ChangeLog b/x11-plugins/bfm/ChangeLog
index 441b979df4e8..c6c787eda158 100644
--- a/x11-plugins/bfm/ChangeLog
+++ b/x11-plugins/bfm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/bfm
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bfm/ChangeLog,v 1.14 2010/09/06 12:50:01 s4t4n Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bfm/ChangeLog,v 1.15 2011/03/28 14:35:09 nirbheek Exp $
+
+ 28 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> bfm-0.6.4-r1.ebuild:
+ Fix slot-dep on gtk+
06 Sep 2010; Michele Noberasco <s4t4n@gentoo.org> bfm-0.6.4-r1.ebuild:
Honour Gentoo LDFLAGS. Closes bug #333987.
diff --git a/x11-plugins/bfm/bfm-0.6.4-r1.ebuild b/x11-plugins/bfm/bfm-0.6.4-r1.ebuild
index f8f2afc520e2..ce5bfccdd759 100644
--- a/x11-plugins/bfm/bfm-0.6.4-r1.ebuild
+++ b/x11-plugins/bfm/bfm-0.6.4-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-plugins/bfm/bfm-0.6.4-r1.ebuild,v 1.8 2010/09/06 12:50:01 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bfm/bfm-0.6.4-r1.ebuild,v 1.9 2011/03/28 14:35:09 nirbheek Exp $
+
+EAPI="1"
inherit multilib toolchain-funcs
@@ -13,7 +15,7 @@ SLOT="0"
KEYWORDS="amd64 ppc sparc x86 ~amd64-linux ~x86-linux"
IUSE="gkrellm"
-RDEPEND=">=x11-libs/gtk+-2
+RDEPEND="x11-libs/gtk+:2
x11-libs/libX11
x11-libs/libXext"
DEPEND="${RDEPEND}
diff --git a/x11-plugins/wmblob/ChangeLog b/x11-plugins/wmblob/ChangeLog
index 9eb674d5223c..e20371c8f98d 100644
--- a/x11-plugins/wmblob/ChangeLog
+++ b/x11-plugins/wmblob/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmblob
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmblob/ChangeLog,v 1.16 2008/11/25 23:40:19 tcunha Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmblob/ChangeLog,v 1.17 2011/03/28 14:35:40 nirbheek Exp $
+
+ 28 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> wmblob-1.0.3.ebuild:
+ Fix slot-dep on gtk+
25 Nov 2008; Tiago Cunha <tcunha@gentoo.org> wmblob-1.0.3.ebuild:
stable sparc, bug 215651
diff --git a/x11-plugins/wmblob/wmblob-1.0.3.ebuild b/x11-plugins/wmblob/wmblob-1.0.3.ebuild
index 5ccad05d6b98..0f5dfd8583da 100644
--- a/x11-plugins/wmblob/wmblob-1.0.3.ebuild
+++ b/x11-plugins/wmblob/wmblob-1.0.3.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-plugins/wmblob/wmblob-1.0.3.ebuild,v 1.6 2008/11/25 23:40:19 tcunha Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmblob/wmblob-1.0.3.ebuild,v 1.7 2011/03/28 14:35:40 nirbheek Exp $
+
+EAPI="1"
inherit autotools multilib
@@ -13,7 +15,7 @@ SLOT="0"
KEYWORDS="amd64 ppc sparc x86"
IUSE=""
-RDEPEND=">=x11-libs/gtk+-2
+RDEPEND="x11-libs/gtk+:2
x11-libs/libX11
x11-libs/libXpm
x11-libs/libXext"
diff --git a/x11-plugins/wmcalendar/ChangeLog b/x11-plugins/wmcalendar/ChangeLog
index ee2311dfddba..72e32c0da678 100644
--- a/x11-plugins/wmcalendar/ChangeLog
+++ b/x11-plugins/wmcalendar/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/wmcalendar
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcalendar/ChangeLog,v 1.19 2009/06/04 00:09:00 tcunha Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcalendar/ChangeLog,v 1.20 2011/03/28 14:36:20 nirbheek Exp $
+
+ 28 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
+ wmcalendar-0.5.2.ebuild:
+ Fix slot-dep on gtk+
04 Jun 2009; Tiago Cunha <tcunha@gentoo.org> wmcalendar-0.5.2.ebuild:
stable sparc, bug 215651
diff --git a/x11-plugins/wmcalendar/wmcalendar-0.5.2.ebuild b/x11-plugins/wmcalendar/wmcalendar-0.5.2.ebuild
index c59739495506..7a5c80983914 100644
--- a/x11-plugins/wmcalendar/wmcalendar-0.5.2.ebuild
+++ b/x11-plugins/wmcalendar/wmcalendar-0.5.2.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcalendar/wmcalendar-0.5.2.ebuild,v 1.5 2009/06/04 00:09:00 tcunha Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcalendar/wmcalendar-0.5.2.ebuild,v 1.6 2011/03/28 14:36:20 nirbheek Exp $
+
+EAPI="1"
inherit eutils toolchain-funcs
@@ -14,7 +16,7 @@ KEYWORDS="~amd64 ppc sparc x86"
IUSE=""
RDEPEND="dev-libs/libical
- >=x11-libs/gtk+-2
+ x11-libs/gtk+:2
x11-libs/libXpm
x11-libs/libXext
x11-libs/libX11"
diff --git a/x11-plugins/wmcliphist/ChangeLog b/x11-plugins/wmcliphist/ChangeLog
index 7f41fc0874db..7f3055088e8c 100644
--- a/x11-plugins/wmcliphist/ChangeLog
+++ b/x11-plugins/wmcliphist/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/wmcliphist
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/ChangeLog,v 1.15 2008/11/15 19:36:41 dertobi123 Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/ChangeLog,v 1.16 2011/03/28 14:36:36 nirbheek Exp $
+
+ 28 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
+ wmcliphist-0.6-r1.ebuild:
+ Fix slot-dep on gtk+
15 Nov 2008; Tobias Scherbaum <dertobi123@gentoo.org>
wmcliphist-0.6-r1.ebuild:
diff --git a/x11-plugins/wmcliphist/wmcliphist-0.6-r1.ebuild b/x11-plugins/wmcliphist/wmcliphist-0.6-r1.ebuild
index 959602feb383..3f83b116b771 100644
--- a/x11-plugins/wmcliphist/wmcliphist-0.6-r1.ebuild
+++ b/x11-plugins/wmcliphist/wmcliphist-0.6-r1.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-plugins/wmcliphist/wmcliphist-0.6-r1.ebuild,v 1.5 2008/11/15 19:36:41 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/wmcliphist-0.6-r1.ebuild,v 1.6 2011/03/28 14:36:36 nirbheek Exp $
+
+EAPI="1"
inherit eutils toolchain-funcs
@@ -13,7 +15,7 @@ SLOT="0"
KEYWORDS="amd64 ppc sparc x86"
IUSE=""
-RDEPEND=">=x11-libs/gtk+-2"
+RDEPEND="x11-libs/gtk+:2"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
diff --git a/x11-plugins/wmcoincoin/ChangeLog b/x11-plugins/wmcoincoin/ChangeLog
index 008be041d06b..ab601792f595 100644
--- a/x11-plugins/wmcoincoin/ChangeLog
+++ b/x11-plugins/wmcoincoin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/wmcoincoin
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcoincoin/ChangeLog,v 1.23 2008/12/02 10:59:31 s4t4n Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcoincoin/ChangeLog,v 1.24 2011/03/28 14:37:54 nirbheek Exp $
+
+ 28 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
+ wmcoincoin-2.5.1f.ebuild:
+ Fix slot-dep on gtk+
02 Dec 2008; Michele Noberasco <s4t4n@gentoo.org> wmcoincoin-2.5.0g.ebuild:
Wiped out oldest release.
diff --git a/x11-plugins/wmcoincoin/wmcoincoin-2.5.1f.ebuild b/x11-plugins/wmcoincoin/wmcoincoin-2.5.1f.ebuild
index 578fbdf99e93..34ed0f1d04e1 100644
--- a/x11-plugins/wmcoincoin/wmcoincoin-2.5.1f.ebuild
+++ b/x11-plugins/wmcoincoin/wmcoincoin-2.5.1f.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-plugins/wmcoincoin/wmcoincoin-2.5.1f.ebuild,v 1.4 2008/06/28 06:47:16 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcoincoin/wmcoincoin-2.5.1f.ebuild,v 1.5 2011/03/28 14:37:54 nirbheek Exp $
+
+EAPI="1"
DESCRIPTION="a dockapp for browsing dacode news and board sites."
HOMEPAGE="http://hules.free.fr/wmcoincoin"
@@ -11,7 +13,7 @@ SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE="nls xinerama"
-RDEPEND=">=x11-libs/gtk+-2
+RDEPEND="x11-libs/gtk+:2
media-libs/imlib2
x11-libs/libXext
x11-libs/libXpm
diff --git a/x11-plugins/wmdrawer/ChangeLog b/x11-plugins/wmdrawer/ChangeLog
index 80f1b5d53734..f73c7c3236c8 100644
--- a/x11-plugins/wmdrawer/ChangeLog
+++ b/x11-plugins/wmdrawer/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/wmdrawer
-# Copyright 2000-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/ChangeLog,v 1.22 2010/08/31 13:31:32 s4t4n Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/ChangeLog,v 1.23 2011/03/28 14:38:12 nirbheek Exp $
+
+ 28 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
+ wmdrawer-0.10.5-r2.ebuild:
+ Fix slot-dep on gtk+
31 Aug 2010; Michele Noberasco <s4t4n@gentoo.org> wmdrawer-0.10.5-r2.ebuild:
Honour Gentoo LDFLAGS. Closes bug #334005.
diff --git a/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild b/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild
index 8cf080c51968..12900f0f83b3 100644
--- a/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild
+++ b/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.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-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild,v 1.8 2010/08/31 13:31:32 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild,v 1.9 2011/03/28 14:38:12 nirbheek Exp $
+
+EAPI="1"
inherit eutils
@@ -13,7 +15,7 @@ SLOT="0"
LICENSE="GPL-2"
KEYWORDS="amd64 ppc ~sparc x86"
-RDEPEND=">=x11-libs/gtk+-2"
+RDEPEND="x11-libs/gtk+:2"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
diff --git a/x11-plugins/wmfishtime/ChangeLog b/x11-plugins/wmfishtime/ChangeLog
index 0d294a2bfca9..7f33a2cc799a 100644
--- a/x11-plugins/wmfishtime/ChangeLog
+++ b/x11-plugins/wmfishtime/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/wmfishtime
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/ChangeLog,v 1.23 2010/08/11 10:41:58 xarthisius Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/ChangeLog,v 1.24 2011/03/28 14:41:50 nirbheek Exp $
+
+ 28 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
+ wmfishtime-1.24-r1.ebuild, wmfishtime-1.24-r2.ebuild:
+ Fix slot-dep on gtk+
11 Aug 2010; Kacper Kowalik <xarthisius@gentoo.org>
wmfishtime-1.24-r2.ebuild:
diff --git a/x11-plugins/wmfishtime/wmfishtime-1.24-r1.ebuild b/x11-plugins/wmfishtime/wmfishtime-1.24-r1.ebuild
index cd00914d8471..fa8ab411a054 100644
--- a/x11-plugins/wmfishtime/wmfishtime-1.24-r1.ebuild
+++ b/x11-plugins/wmfishtime/wmfishtime-1.24-r1.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-plugins/wmfishtime/wmfishtime-1.24-r1.ebuild,v 1.6 2008/01/15 12:50:06 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24-r1.ebuild,v 1.7 2011/03/28 14:41:50 nirbheek Exp $
+
+EAPI="1"
inherit eutils toolchain-funcs
@@ -13,7 +15,7 @@ SLOT="0"
KEYWORDS="amd64 ppc ppc64 sparc x86"
IUSE=""
-RDEPEND=">=x11-libs/gtk+-2
+RDEPEND="x11-libs/gtk+:2
x11-libs/libX11"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
diff --git a/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild b/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild
index 29e128690417..fd19e631ec4a 100644
--- a/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild
+++ b/x11-plugins/wmfishtime/wmfishtime-1.24-r2.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-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild,v 1.2 2010/08/11 10:41:58 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild,v 1.3 2011/03/28 14:41:50 nirbheek Exp $
EAPI=3
inherit eutils toolchain-funcs
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
-RDEPEND=">=x11-libs/gtk+-2
+RDEPEND="x11-libs/gtk+:2
x11-libs/libX11"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
diff --git a/x11-plugins/wmmaiload/ChangeLog b/x11-plugins/wmmaiload/ChangeLog
index da95649ce8fb..99da9a8766ef 100644
--- a/x11-plugins/wmmaiload/ChangeLog
+++ b/x11-plugins/wmmaiload/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/wmmaiload
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/ChangeLog,v 1.33 2010/08/31 13:52:38 s4t4n Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/ChangeLog,v 1.34 2011/03/28 14:45:09 nirbheek Exp $
+
+ 28 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
+ wmmaiload-2.2.1-r1.ebuild:
+ Fix slot-dep on gtk+
31 Aug 2010; Michele Noberasco <s4t4n@gentoo.org> wmmaiload-2.2.1-r1.ebuild,
files/wmmaiload-2.2.1-checkthread.patch:
diff --git a/x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild b/x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild
index 7c2b35339ca8..3d828fee6316 100644
--- a/x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild
+++ b/x11-plugins/wmmaiload/wmmaiload-2.2.1-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-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild,v 1.7 2010/08/31 13:52:38 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild,v 1.8 2011/03/28 14:45:09 nirbheek Exp $
+
+EAPI="1"
inherit eutils toolchain-funcs
@@ -13,7 +15,7 @@ SLOT="0"
KEYWORDS="amd64 ppc ~ppc64 sparc x86"
IUSE=""
-RDEPEND=">=x11-libs/gtk+-2
+RDEPEND="x11-libs/gtk+:2
x11-libs/libXpm"
DEPEND="${RDEPEND}
dev-util/pkgconfig"