summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@gentoo.org>2006-01-04 22:16:16 +0000
committerSaleem Abdulrasool <compnerd@gentoo.org>2006-01-04 22:16:16 +0000
commitf63c2c2859d9cd4378cd0c5d064e3d7caa49d70e (patch)
tree752a74c6b0d1f9784824ba2ee88db997ad3b4a2a /net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r1.ebuild
parentFixed modular X dependencies for x86 and changed emul-linux-x86 libs to gtkli... (diff)
downloadgentoo-2-f63c2c2859d9cd4378cd0c5d064e3d7caa49d70e.tar.gz
gentoo-2-f63c2c2859d9cd4378cd0c5d064e3d7caa49d70e.tar.bz2
gentoo-2-f63c2c2859d9cd4378cd0c5d064e3d7caa49d70e.zip
Modular X magic
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r1.ebuild')
-rw-r--r--net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r1.ebuild16
1 files changed, 13 insertions, 3 deletions
diff --git a/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r1.ebuild b/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r1.ebuild
index bce7998a19c1..6274a5e07339 100644
--- a/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r1.ebuild
+++ b/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r1.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/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r1.ebuild,v 1.1 2005/10/17 21:49:33 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r1.ebuild,v 1.2 2006/01/04 22:16:16 compnerd Exp $
inherit eutils multilib
@@ -14,7 +14,17 @@ SLOT="0"
KEYWORDS="~x86 ~sparc ~alpha ~ppc ~amd64"
DEPEND="virtual/libc
- virtual/x11"
+ || (
+ (
+ app-text/rman
+ x11-misc/imake
+ x11-libs/libXt
+ x11-libs/libX11
+ x11-libs/libSM
+ x11-libs/libICE
+ )
+ virtual/x11
+ )"
RDEPEND="${DEPEND}
virtual/ssh"