summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@gentoo.org>2011-03-28 14:36:36 +0000
committerNirbheek Chauhan <nirbheek@gentoo.org>2011-03-28 14:36:36 +0000
commiteebd3318bb8a44ab3a2c4104725c8f7e85648a47 (patch)
tree0d779ed27a20ee726d8341039669153213989704 /x11-plugins/wmcliphist
parentFix slot-dep on gtk+ (diff)
downloadgentoo-2-eebd3318bb8a44ab3a2c4104725c8f7e85648a47.tar.gz
gentoo-2-eebd3318bb8a44ab3a2c4104725c8f7e85648a47.tar.bz2
gentoo-2-eebd3318bb8a44ab3a2c4104725c8f7e85648a47.zip
Fix slot-dep on gtk+
(Portage version: 2.1.9.44/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins/wmcliphist')
-rw-r--r--x11-plugins/wmcliphist/ChangeLog8
-rw-r--r--x11-plugins/wmcliphist/wmcliphist-0.6-r1.ebuild8
2 files changed, 11 insertions, 5 deletions
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"