summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-07-15 05:43:18 +0000
committerMike Frysinger <vapier@gentoo.org>2006-07-15 05:43:18 +0000
commit3e4c89f6a6ea6768e80e442c50846d35a1657e29 (patch)
tree0859fe0aa2f38d0d3d71aeaa7062c1b69cab9cfe /x11-wm/enlightenment
parentstabilize #139948 (diff)
downloadgentoo-2-3e4c89f6a6ea6768e80e442c50846d35a1657e29.tar.gz
gentoo-2-3e4c89f6a6ea6768e80e442c50846d35a1657e29.tar.bz2
gentoo-2-3e4c89f6a6ea6768e80e442c50846d35a1657e29.zip
need libXdamage #139764 by Thomas and touchup RDEPEND for X proto packages
(Portage version: 2.1.1_pre2-r8)
Diffstat (limited to 'x11-wm/enlightenment')
-rw-r--r--x11-wm/enlightenment/enlightenment-0.16.8.1.ebuild14
1 files changed, 9 insertions, 5 deletions
diff --git a/x11-wm/enlightenment/enlightenment-0.16.8.1.ebuild b/x11-wm/enlightenment/enlightenment-0.16.8.1.ebuild
index acf1d231ac3f..b00cb0af97be 100644
--- a/x11-wm/enlightenment/enlightenment-0.16.8.1.ebuild
+++ b/x11-wm/enlightenment/enlightenment-0.16.8.1.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/enlightenment/enlightenment-0.16.8.1.ebuild,v 1.3 2006/07/07 13:28:22 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/enlightenment/enlightenment-0.16.8.1.ebuild,v 1.4 2006/07/15 05:43:18 vapier Exp $
inherit eutils autotools
@@ -23,18 +23,22 @@ RDEPEND="esd? ( >=media-sound/esound-0.2.19 )
x11-libs/libX11
x11-libs/libXext
x11-libs/libXfixes
+ x11-libs/libXdamage
x11-libs/libXxf86vm
xrandr? ( x11-libs/libXrandr )
x11-libs/libXrender
- x11-misc/xbitmaps
- x11-proto/xextproto
x11-proto/xf86vidmodeproto
- xinerama? ( x11-libs/libXinerama x11-proto/xineramaproto )
- x11-proto/xproto
+ xinerama? ( x11-libs/libXinerama )
) virtual/x11 )
nls? ( virtual/libintl )
virtual/libiconv"
DEPEND="${RDEPEND}
+ || ( (
+ x11-proto/xextproto
+ x11-proto/xf86vidmodeproto
+ xinerama? ( x11-proto/xineramaproto )
+ x11-proto/xproto
+ ) virtual/x11 )
nls? ( sys-devel/gettext )"
PDEPEND="doc? ( app-doc/edox-data )"