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/wmblob | |
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/wmblob')
-rw-r--r-- | x11-plugins/wmblob/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmblob/wmblob-1.0.3.ebuild | 8 |
2 files changed, 10 insertions, 5 deletions
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" |