diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2008-08-21 13:34:22 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2008-08-21 13:34:22 +0000 |
commit | 0fd184c223258a276450c93ffc4d3f2054fb9902 (patch) | |
tree | 8546ef74843030df67e67ed8d1eb458626954416 /net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r1.ebuild | |
parent | version bump. bug #219415 (diff) | |
download | gentoo-2-0fd184c223258a276450c93ffc4d3f2054fb9902.tar.gz gentoo-2-0fd184c223258a276450c93ffc4d3f2054fb9902.tar.bz2 gentoo-2-0fd184c223258a276450c93ffc4d3f2054fb9902.zip |
fix depends as per bug #221429
(Portage version: 2.2_rc8/cvs/Linux 2.6.25-gentoo-r6 x86_64)
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.ebuild | 15 |
1 files changed, 8 insertions, 7 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 d8a2a843eef1..60fe0fd89144 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-2007 Gentoo Foundation +# Copyright 1999-2008 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.10 2007/07/22 08:05:17 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r1.ebuild,v 1.11 2008/08/21 13:34:22 cardoe Exp $ inherit eutils multilib @@ -13,15 +13,16 @@ LICENSE="as-is" SLOT="0" KEYWORDS="alpha amd64 ia64 ppc sparc x86" -DEPEND="virtual/libc - app-text/rman - x11-misc/imake +RDEPEND="virtual/libc + virtual/ssh x11-libs/libXt x11-libs/libX11 x11-libs/libSM x11-libs/libICE" -RDEPEND="${DEPEND} - virtual/ssh" + +DEPEND="${RDEPEND} + x11-misc/imake + app-text/rman" src_compile() { econf --libexecdir=/usr/$(get_libdir)/misc || die |