diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-28 15:10:34 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-28 15:10:34 +0000 |
commit | 9fdba7605a950a23d6228898f27465df48cf1b0f (patch) | |
tree | fce9dee8e48d5038b0901d79a58a13702baa9b49 /x11-plugins | |
parent | Add patch for Mac OS X >= 10.5, thanks JTRiley in bug #360855 (diff) | |
download | gentoo-2-9fdba7605a950a23d6228898f27465df48cf1b0f.tar.gz gentoo-2-9fdba7605a950a23d6228898f27465df48cf1b0f.tar.bz2 gentoo-2-9fdba7605a950a23d6228898f27465df48cf1b0f.zip |
Fix slot-dep on gtk+
(Portage version: 2.1.9.44/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmmsg/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmmsg/wmmsg-1.0.1-r1.ebuild | 8 | ||||
-rw-r--r-- | x11-plugins/wmmsg/wmmsg-1.0.1.ebuild | 8 |
3 files changed, 16 insertions, 8 deletions
diff --git a/x11-plugins/wmmsg/ChangeLog b/x11-plugins/wmmsg/ChangeLog index 140ad6b8416c..49e9fd7b3057 100644 --- a/x11-plugins/wmmsg/ChangeLog +++ b/x11-plugins/wmmsg/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmmsg -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/ChangeLog,v 1.18 2009/01/16 14:55:19 s4t4n Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/ChangeLog,v 1.19 2011/03/28 15:10:34 nirbheek Exp $ + + 28 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> wmmsg-1.0.1.ebuild, + wmmsg-1.0.1-r1.ebuild: + Fix slot-dep on gtk+ 16 Jan 2009; Michele Noberasco <s4t4n@gentoo.org> files/wmmsg-1.0.1-use_gtk2.patch: diff --git a/x11-plugins/wmmsg/wmmsg-1.0.1-r1.ebuild b/x11-plugins/wmmsg/wmmsg-1.0.1-r1.ebuild index 56efa8520887..70071821b329 100644 --- a/x11-plugins/wmmsg/wmmsg-1.0.1-r1.ebuild +++ b/x11-plugins/wmmsg/wmmsg-1.0.1-r1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2009 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/wmmsg/wmmsg-1.0.1-r1.ebuild,v 1.1 2009/01/15 11:32:30 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/wmmsg-1.0.1-r1.ebuild,v 1.2 2011/03/28 15:10:34 nirbheek Exp $ + +EAPI="1" inherit autotools eutils @@ -13,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" -RDEPEND=">=x11-libs/gtk+-2 +RDEPEND="x11-libs/gtk+:2 media-libs/imlib2 x11-libs/libXpm x11-libs/libXext diff --git a/x11-plugins/wmmsg/wmmsg-1.0.1.ebuild b/x11-plugins/wmmsg/wmmsg-1.0.1.ebuild index e19d3786efc6..dfedfb169700 100644 --- a/x11-plugins/wmmsg/wmmsg-1.0.1.ebuild +++ b/x11-plugins/wmmsg/wmmsg-1.0.1.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/wmmsg/wmmsg-1.0.1.ebuild,v 1.5 2008/03/25 14:56:25 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/wmmsg-1.0.1.ebuild,v 1.6 2011/03/28 15:10:34 nirbheek Exp $ + +EAPI="1" inherit autotools eutils @@ -13,7 +15,7 @@ SLOT="0" KEYWORDS="amd64 ppc ~sparc x86" IUSE="" -RDEPEND=">=x11-libs/gtk+-2 +RDEPEND="x11-libs/gtk+:2 media-libs/imlib2 x11-libs/libXpm x11-libs/libXext |