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