diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2008-07-28 07:39:42 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2008-07-28 07:39:42 +0000 |
commit | aaed20774e0199f85beabed36d5834ea9b95fdf9 (patch) | |
tree | 8d73e7439ed025fb03ee25d157e55a87548c92ca /x11-plugins | |
parent | Perl-Critic-1.082 depends on dev-perl/PPI-1.201 (#219164) (diff) | |
download | gentoo-2-aaed20774e0199f85beabed36d5834ea9b95fdf9.tar.gz gentoo-2-aaed20774e0199f85beabed36d5834ea9b95fdf9.tar.bz2 gentoo-2-aaed20774e0199f85beabed36d5834ea9b95fdf9.zip |
Added runtime dep on libXpm. Closes bug #233023.
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmpop/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmpop/wmpop-0.53.ebuild | 12 |
2 files changed, 10 insertions, 7 deletions
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 <s4t4n@gentoo.org> wmpop-0.53.ebuild: + added libXpm to runtime dependancies. Closes bug #233023. 13 May 2008; Michele Noberasco <s4t4n@gentoo.org> 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" |