diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-28 15:10:53 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-28 15:10:53 +0000 |
commit | 01570059a4e2a006ca3fb877fd708a3e31f73791 (patch) | |
tree | 4007193833d37c8d8c41d5aaa7757aad9ba9d2e9 /x11-plugins/wmmsg | |
parent | Add patch for Mac OS X >= 10.5, thanks JTRiley in bug #360855 (diff) | |
download | historical-01570059a4e2a006ca3fb877fd708a3e31f73791.tar.gz historical-01570059a4e2a006ca3fb877fd708a3e31f73791.tar.bz2 historical-01570059a4e2a006ca3fb877fd708a3e31f73791.zip |
Fix slot-dep on gtk+
Package-Manager: portage-2.1.9.44/cvs/Linux x86_64
Diffstat (limited to 'x11-plugins/wmmsg')
-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 |