From aaed20774e0199f85beabed36d5834ea9b95fdf9 Mon Sep 17 00:00:00 2001 From: Michele Noberasco Date: Mon, 28 Jul 2008 07:39:42 +0000 Subject: Added runtime dep on libXpm. Closes bug #233023. (Portage version: 2.1.4.4) --- x11-plugins/wmpop/ChangeLog | 5 ++++- x11-plugins/wmpop/wmpop-0.53.ebuild | 12 ++++++------ 2 files changed, 10 insertions(+), 7 deletions(-) (limited to 'x11-plugins') diff --git a/x11-plugins/wmpop/ChangeLog b/x11-plugins/wmpop/ChangeLog index 698d2fad9178..af50d6ddaaf3 100644 --- a/x11-plugins/wmpop/ChangeLog +++ b/x11-plugins/wmpop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmpop # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpop/ChangeLog,v 1.10 2008/05/13 07:24:52 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpop/ChangeLog,v 1.11 2008/07/28 07:39:42 s4t4n Exp $ + + 28 Jul 2008; Michele Noberasco wmpop-0.53.ebuild: + added libXpm to runtime dependancies. Closes bug #233023. 13 May 2008; Michele Noberasco wmpop-0.53.ebuild: Remove bison from runtime dependancies. Closes bug #221605. diff --git a/x11-plugins/wmpop/wmpop-0.53.ebuild b/x11-plugins/wmpop/wmpop-0.53.ebuild index c01bf86ad8e8..5fbd820e6e58 100644 --- a/x11-plugins/wmpop/wmpop-0.53.ebuild +++ b/x11-plugins/wmpop/wmpop-0.53.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpop/wmpop-0.53.ebuild,v 1.8 2008/05/13 07:24:52 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpop/wmpop-0.53.ebuild,v 1.9 2008/07/28 07:39:42 s4t4n Exp $ IUSE="" @@ -12,12 +12,12 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="sparc x86" -DEPEND="=x11-libs/gtk+-1.2* - sys-devel/bison - media-sound/esound" - RDEPEND="=x11-libs/gtk+-1.2* - media-sound/esound" + media-sound/esound + x11-libs/libXpm" + +DEPEND="${RDEPEND} + sys-devel/bison" src_install() { einstall || die "Install failed" -- cgit v1.2.3-65-gdbad