Fixed DEPEND, closing bug #150634. Wiped out previous release.
authorMichele Noberasco <s4t4n@gentoo.org>
Fri, 26 Jan 2007 17:16:00 +0000 (17:16 +0000)
committerMichele Noberasco <s4t4n@gentoo.org>
Fri, 26 Jan 2007 17:16:00 +0000 (17:16 +0000)
Package-Manager: portage-2.1.1-r2

x11-plugins/fsviewer/ChangeLog
x11-plugins/fsviewer/fsviewer-0.2.5.ebuild

index 802d493462302a5602a22dd84482ae6973a41e52..d5291d611420378877677d2be37f625750410435 100644 (file)
@@ -1,6 +1,11 @@
 # 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
index 2d1a8a91aefa6902ff47ea49c04ff1d34a53d40b..25ca22af4e9b71cf98df9286b4cbbcb7925ff3b9 100644 (file)
@@ -1,6 +1,6 @@
-# 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
 
@@ -16,7 +16,32 @@ KEYWORDS="amd64 ppc x86"
 
 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}"