Package-Manager: portage-2.1.1-r2
# ChangeLog for x11-plugins/fsviewer
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/fsviewer/ChangeLog,v 1.13 2006/09/03 22:28:37 tsunam Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/fsviewer/ChangeLog,v 1.14 2007/01/26 17:16:00 s4t4n Exp $
+
+ 26 Jan 2006; Michele Noberasco <s4t4n@gentoo.org> fsviewer-0.2.5.ebuild:
+ Fixed DEPEND. Closes bug #150634.
+ -fsviewer-0.2.3e-r1.ebuild:
+ Wiped out previous release.
03 Sep 2006; Joshua Jackson <tsunam@gentoo.org> fsviewer-0.2.5.ebuild:
Stable x86; bug #144835
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/fsviewer/fsviewer-0.2.5.ebuild,v 1.5 2006/09/03 22:28:37 tsunam Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/fsviewer/fsviewer-0.2.5.ebuild,v 1.6 2007/01/26 17:16:00 s4t4n Exp $
inherit eutils
IUSE=""
-DEPEND="x11-wm/windowmaker"
+DEPEND=">=x11-wm/windowmaker-0.92.0-r3
+ || ( (
+ x11-libs/libX11
+ x11-libs/libXft
+ x11-libs/libXmu
+ x11-libs/libPropList
+ x11-libs/libXpm
+ x11-libs/libXext
+ x11-libs/libXrender
+ x11-libs/libXt
+ x11-libs/libSM
+ x11-libs/libICE
+ x11-libs/libXau
+ x11-libs/libXdmcp
+ x11-proto/xproto
+ x11-proto/xextproto )
+ virtual/x11 )
+ media-libs/tiff
+ media-libs/libpng
+ media-libs/jpeg
+ media-libs/giflib
+ media-libs/libpng
+ media-libs/fontconfig
+ media-libs/freetype
+ dev-libs/expat
+ sys-libs/zlib"
S="${WORKDIR}/${MY_PN}.app-${PV}"