summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-01-22 11:31:03 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-01-22 11:31:03 +0000
commit08f7517c7f7916e091ce791a8202f8df207adf18 (patch)
tree1e58cf704c4dd970b9d0de7b3eb6288d02f358b1 /x11-plugins/fsviewer
parentversion bump (diff)
downloadgentoo-2-08f7517c7f7916e091ce791a8202f8df207adf18.tar.gz
gentoo-2-08f7517c7f7916e091ce791a8202f8df207adf18.tar.bz2
gentoo-2-08f7517c7f7916e091ce791a8202f8df207adf18.zip
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-plugins/fsviewer')
-rw-r--r--x11-plugins/fsviewer/ChangeLog7
-rw-r--r--x11-plugins/fsviewer/fsviewer-0.2.5.ebuild7
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}"