diff options
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmhdplop/ChangeLog | 9 | ||||
-rw-r--r-- | x11-plugins/wmhdplop/wmhdplop-0.9.7-r1.ebuild | 5 |
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-plugins/wmhdplop/ChangeLog b/x11-plugins/wmhdplop/ChangeLog index c800299fa032..db197e6bf3cc 100644 --- a/x11-plugins/wmhdplop/ChangeLog +++ b/x11-plugins/wmhdplop/ChangeLog @@ -1,10 +1,13 @@ # ChangeLog for x11-plugins/wmhdplop # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmhdplop/ChangeLog,v 1.10 2006/08/04 09:33:24 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmhdplop/ChangeLog,v 1.11 2006/10/18 08:49:28 s4t4n Exp $ -*wmhdplop-0.9.7-r1 (04 Aug 2005) + 18 Oct 2006; Michele Noberasco <s4t4n@gentoo.org> wmhdplop-0.9.7-r1.ebuild: + Added missing freetype dependancy. Closes bug #150651. - 04 Aug 2005; Michele Noberasco <s4t4n@gentoo.org> wmhdplop-0.9.7-r1.ebuild: +*wmhdplop-0.9.7-r1 (04 Aug 2006) + + 04 Aug 2006; Michele Noberasco <s4t4n@gentoo.org> wmhdplop-0.9.7-r1.ebuild: Revision bump, with patch to fix bug #139945. The patch is so trivial that I'm committing it directly to stable. wmhdplop-0.9.7.ebuild: diff --git a/x11-plugins/wmhdplop/wmhdplop-0.9.7-r1.ebuild b/x11-plugins/wmhdplop/wmhdplop-0.9.7-r1.ebuild index 2f6febe04921..4b8dacbc6ebf 100644 --- a/x11-plugins/wmhdplop/wmhdplop-0.9.7-r1.ebuild +++ b/x11-plugins/wmhdplop/wmhdplop-0.9.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmhdplop/wmhdplop-0.9.7-r1.ebuild,v 1.1 2006/08/04 09:33:24 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmhdplop/wmhdplop-0.9.7-r1.ebuild,v 1.2 2006/10/18 08:49:28 s4t4n Exp $ inherit eutils @@ -19,7 +19,8 @@ RDEPEND="|| ( ( x11-libs/libXt x11-libs/libXext ) virtual/x11 ) - >=media-fonts/corefonts-1-r2" + >=media-fonts/corefonts-1-r2 + >=media-libs/freetype-2.1.10-r2" DEPEND="${RDEPEND} || ( x11-proto/xextproto virtual/x11 ) >=media-libs/imlib2-1.2.0-r2 |