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/wmfishtime/wmfishtime-1.24-r2.ebuild | |
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/wmfishtime/wmfishtime-1.24-r2.ebuild')
-rw-r--r-- | x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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" |