diff options
Diffstat (limited to 'x11-wm/oroborus/oroborus-2.0.13.ebuild')
-rw-r--r-- | x11-wm/oroborus/oroborus-2.0.13.ebuild | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/x11-wm/oroborus/oroborus-2.0.13.ebuild b/x11-wm/oroborus/oroborus-2.0.13.ebuild index 0b638b4fa731..5f5db28d8cd3 100644 --- a/x11-wm/oroborus/oroborus-2.0.13.ebuild +++ b/x11-wm/oroborus/oroborus-2.0.13.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-wm/oroborus/oroborus-2.0.13.ebuild,v 1.12 2005/05/08 14:44:51 herbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/oroborus/oroborus-2.0.13.ebuild,v 1.13 2006/03/15 08:07:48 spyderous Exp $ DESCRIPTION="Small and fast window manager." HOMEPAGE="http://www.oroborus.org/" @@ -10,7 +10,17 @@ SLOT="0" KEYWORDS="~x86 ppc amd64 sparc" IUSE="gnome" -DEPEND="virtual/x11" +RDEPEND="|| ( ( x11-libs/libXxf86vm + x11-libs/libXpm + ) + virtual/x11 + )" +DEPEND="${RDEPEND} + || ( ( x11-proto/xf86vidmodeproto + x11-proto/xextproto + ) + virtual/x11 + )" src_compile() { aclocal |