diff options
Diffstat (limited to 'x11-plugins/fsviewer')
-rw-r--r-- | x11-plugins/fsviewer/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/fsviewer/fsviewer-0.2.5.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/x11-plugins/fsviewer/ChangeLog b/x11-plugins/fsviewer/ChangeLog index fb0f0f5fb5d3..69b5255c4ffb 100644 --- a/x11-plugins/fsviewer/ChangeLog +++ b/x11-plugins/fsviewer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/fsviewer -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/fsviewer/ChangeLog,v 1.8 2005/06/22 21:38:59 smithj Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/fsviewer/ChangeLog,v 1.9 2006/01/22 11:26:22 nelchael Exp $ + + 22 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> fsviewer-0.2.5.ebuild: + Fixed DEPEND for modular X. *fsviewer-0.2.5 (22 Jun 2005) diff --git a/x11-plugins/fsviewer/fsviewer-0.2.5.ebuild b/x11-plugins/fsviewer/fsviewer-0.2.5.ebuild index ad9cc1f7b95f..54a8c4856fd8 100644 --- a/x11-plugins/fsviewer/fsviewer-0.2.5.ebuild +++ b/x11-plugins/fsviewer/fsviewer-0.2.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 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.1 2005/06/22 21:38:59 smithj Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/fsviewer/fsviewer-0.2.5.ebuild,v 1.2 2006/01/22 11:26:22 nelchael Exp $ inherit eutils @@ -16,8 +16,7 @@ KEYWORDS="~x86 ~ppc ~amd64" IUSE="" -DEPEND="virtual/x11 - x11-wm/windowmaker" +DEPEND="x11-wm/windowmaker" S="${WORKDIR}/${MY_PN}.app-${PV}" |