summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-01-24 23:42:29 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-01-24 23:42:29 +0000
commit3b017f36730ca7c63c22cbf32405c154c7e466ed (patch)
tree480e8aaa70444580b61b8d64c58ef81b76d47b0b /x11-wm
parentUse newinitd instead of exeinto, newexe. (diff)
downloadgentoo-2-3b017f36730ca7c63c22cbf32405c154c7e466ed.tar.gz
gentoo-2-3b017f36730ca7c63c22cbf32405c154c7e466ed.tar.bz2
gentoo-2-3b017f36730ca7c63c22cbf32405c154c7e466ed.zip
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/icewm/ChangeLog5
-rw-r--r--x11-wm/icewm/icewm-1.2.23.ebuild19
2 files changed, 21 insertions, 3 deletions
diff --git a/x11-wm/icewm/ChangeLog b/x11-wm/icewm/ChangeLog
index 0514f60e3e25..20346b8fbc9c 100644
--- a/x11-wm/icewm/ChangeLog
+++ b/x11-wm/icewm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-wm/icewm
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/icewm/ChangeLog,v 1.107 2006/01/12 11:44:09 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/icewm/ChangeLog,v 1.108 2006/01/24 23:42:29 nelchael Exp $
+
+ 24 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> icewm-1.2.23.ebuild:
+ Fixed DEPEND for modular X.
12 Jan 2006; Hanno Boeck <hanno@gentoo.org>
+files/icewm-1.2.23-gcc41.patch, icewm-1.2.23.ebuild:
diff --git a/x11-wm/icewm/icewm-1.2.23.ebuild b/x11-wm/icewm/icewm-1.2.23.ebuild
index c4b0f277df77..a9c3d82dcb2c 100644
--- a/x11-wm/icewm/icewm-1.2.23.ebuild
+++ b/x11-wm/icewm/icewm-1.2.23.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/icewm/icewm-1.2.23.ebuild,v 1.5 2006/01/12 11:44:09 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/icewm/icewm-1.2.23.ebuild,v 1.6 2006/01/24 23:42:29 nelchael Exp $
inherit eutils
@@ -21,7 +21,17 @@ KEYWORDS="amd64 ppc sparc x86"
IUSE="esd gnome imlib nls spell truetype xinerama silverxp"
-RDEPEND="virtual/x11
+RDEPEND="|| ( (
+ x11-libs/libXau
+ x11-libs/libX11
+ x11-libs/libXrandr
+ x11-libs/libXext
+ x11-libs/libXpm
+ x11-libs/libXrender
+ x11-libs/libXft
+ x11-libs/libXt
+ x11-libs/libXdmcp )
+ virtual/x11 )
esd? ( media-sound/esound )
gnome? ( gnome-base/gnome-libs gnome-base/gnome-desktop dev-util/pkgconfig )
imlib? ( >=media-libs/imlib-1.9.10-r1 )
@@ -31,6 +41,11 @@ RDEPEND="virtual/x11
media-libs/giflib"
DEPEND="${RDEPEND}
+ || ( (
+ x11-proto/xproto
+ x11-proto/xextproto
+ x11-proto/xineramaproto )
+ virtual/x11 )
>=sys-apps/sed-4"
src_unpack() {