summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2006-08-24 00:20:49 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2006-08-24 00:20:49 +0000
commit321044a0c6721a8433a0e845669036f9730c237d (patch)
treebdd97d46ee7ce3b5be8c7ef6a50562295c814a7b /app-editors/wily/wily-1.0.ebuild
parentmore arch love (diff)
downloadhistorical-321044a0c6721a8433a0e845669036f9730c237d.tar.gz
historical-321044a0c6721a8433a0e845669036f9730c237d.tar.bz2
historical-321044a0c6721a8433a0e845669036f9730c237d.zip
backport modX deps from wily-1.0-r1
Package-Manager: portage-2.1.1_pre5-r3
Diffstat (limited to 'app-editors/wily/wily-1.0.ebuild')
-rw-r--r--app-editors/wily/wily-1.0.ebuild16
1 files changed, 11 insertions, 5 deletions
diff --git a/app-editors/wily/wily-1.0.ebuild b/app-editors/wily/wily-1.0.ebuild
index 6d02be2179ca..7bdaa6be122e 100644
--- a/app-editors/wily/wily-1.0.ebuild
+++ b/app-editors/wily/wily-1.0.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/app-editors/wily/wily-1.0.ebuild,v 1.10 2005/09/25 12:33:45 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/wily/wily-1.0.ebuild,v 1.11 2006/08/24 00:20:49 mr_bones_ Exp $
inherit toolchain-funcs
@@ -15,10 +15,16 @@ SLOT="0"
KEYWORDS="ppc sparc x86"
IUSE=""
-DEPEND="virtual/x11
- dev-libs/9libs"
+DEPEND="dev-libs/9libs
+ ( || (
+ ( >=x11-libs/libX11-1.0.0
+ >=x11-libs/libXt-1.0.0
+ >=x11-libs/libICE-1.0.0
+ >=x11-libs/libSM-1.0.0 )
+ virtual/x11 )
+ )"
-S="${WORKDIR}/${MY_P}"
+S=${WORKDIR}/${MY_P}
src_compile() {
export CC="$(tc-getCC)"