summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-01-21 17:01:05 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-01-21 17:01:05 +0000
commit121bf09645120816179b28a94e4831ceceb1543f (patch)
treeb77c662063fd1171b4109a595238a6eb2f90cff5 /x11-misc/xfe
parentMarked ~hppa (bug #119199). (diff)
downloadhistorical-121bf09645120816179b28a94e4831ceceb1543f.tar.gz
historical-121bf09645120816179b28a94e4831ceceb1543f.tar.bz2
historical-121bf09645120816179b28a94e4831ceceb1543f.zip
Fixed DEPEND for modular X.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'x11-misc/xfe')
-rw-r--r--x11-misc/xfe/ChangeLog7
-rw-r--r--x11-misc/xfe/xfe-0.84.ebuild7
2 files changed, 8 insertions, 6 deletions
diff --git a/x11-misc/xfe/ChangeLog b/x11-misc/xfe/ChangeLog
index f72a696a8ef6..3a42af132893 100644
--- a/x11-misc/xfe/ChangeLog
+++ b/x11-misc/xfe/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/xfe
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.26 2005/12/28 20:04:24 halcy0n Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.27 2006/01/21 17:01:05 nelchael Exp $
+
+ 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> xfe-0.84.ebuild:
+ Fixed DEPEND for modular X.
28 Dec 2005; Mark Loeser <halcy0n@gentoo.org> +files/xfe-0.84-gcc4.patch,
xfe-0.84.ebuild:
diff --git a/x11-misc/xfe/xfe-0.84.ebuild b/x11-misc/xfe/xfe-0.84.ebuild
index 4e6b7344ac4a..70187d5e2340 100644
--- a/x11-misc/xfe/xfe-0.84.ebuild
+++ b/x11-misc/xfe/xfe-0.84.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-misc/xfe/xfe-0.84.ebuild,v 1.2 2005/12/28 20:04:24 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-0.84.ebuild,v 1.3 2006/01/21 17:01:05 nelchael Exp $
inherit eutils
@@ -14,8 +14,7 @@ KEYWORDS="~x86 ~sparc ~amd64 ~ppc ~ppc64"
IUSE="nls"
# only fox-1.4.x is compatible with this version of xfe...
-DEPEND="virtual/x11
- =x11-libs/fox-1.4*"
+DEPEND="=x11-libs/fox-1.4*"
src_unpack()
{