diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-28 14:45:09 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-28 14:45:09 +0000 |
commit | 7d4f2fb74e5b4e363d4977c8aba256c39ab5a169 (patch) | |
tree | 46e41345dc6057ff146f9d3b3269ddd5810832b4 /x11-plugins/wmcliphist | |
parent | Fix slot-deps on gnome libs (diff) | |
download | historical-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/wmcliphist')
-rw-r--r-- | x11-plugins/wmcliphist/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmcliphist/wmcliphist-0.6-r1.ebuild | 8 |
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" |