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 | 89f035009b7d851d6a6aee68cfb4336acddbf9a7 (patch) | |
tree | 3db297fc5e6d3b30b46884fe04b2b10fc2a904d7 /x11-plugins/wmpop/wmpop-0.53.ebuild | |
parent | Perl-Critic-1.082 depends on dev-perl/PPI-1.201 (#219164) (diff) | |
download | historical-89f035009b7d851d6a6aee68cfb4336acddbf9a7.tar.gz historical-89f035009b7d851d6a6aee68cfb4336acddbf9a7.tar.bz2 historical-89f035009b7d851d6a6aee68cfb4336acddbf9a7.zip |
Added runtime dep on libXpm. Closes bug #233023.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'x11-plugins/wmpop/wmpop-0.53.ebuild')
-rw-r--r-- | x11-plugins/wmpop/wmpop-0.53.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
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" |