summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2006-02-13 22:12:44 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2006-02-13 22:12:44 +0000
commita297e59ec11c1f13bb4e46a43c8649a005c6d637 (patch)
tree41815b788a987622a38ccc5d63cf8e6c15b6579d /dev-lisp/lush/lush-1.1.ebuild
parentAdded support for modular X (bug #122484). Added myself as the maintainer. (diff)
downloadgentoo-2-a297e59ec11c1f13bb4e46a43c8649a005c6d637.tar.gz
gentoo-2-a297e59ec11c1f13bb4e46a43c8649a005c6d637.tar.bz2
gentoo-2-a297e59ec11c1f13bb4e46a43c8649a005c6d637.zip
Modular X dependencies.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'dev-lisp/lush/lush-1.1.ebuild')
-rw-r--r--dev-lisp/lush/lush-1.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lisp/lush/lush-1.1.ebuild b/dev-lisp/lush/lush-1.1.ebuild
index 5996bfeae0fd..ef15b1828c3d 100644
--- a/dev-lisp/lush/lush-1.1.ebuild
+++ b/dev-lisp/lush/lush-1.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation and Matthew Kennedy <mkennedy@gentoo.org>
+# Copyright 1999-2006 Gentoo Foundation and Matthew Kennedy <mkennedy@gentoo.org>
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/lush/lush-1.1.ebuild,v 1.1 2005/05/18 08:23:03 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/lush/lush-1.1.ebuild,v 1.2 2006/02/13 22:12:44 mkennedy Exp $
DESCRIPTION="Lush is the Lisp User Shell"
HOMEPAGE="http://lush.sourceforge.net/"
@@ -10,7 +10,7 @@ SLOT="0"
KEYWORDS="~x86 ~ppc"
IUSE="X"
-DEPEND="X? ( virtual/x11 )"
+DEPEND="X? ( || ( ( x11-libs/libX11 x11-libs/libICE x11-libs/libSM ) virtual/x11 ) )"
src_compile() {
econf `use_with X X` || die "./configure failed"