diff options
Diffstat (limited to 'net-misc/keychain/keychain-2.6.3.ebuild')
-rw-r--r-- | net-misc/keychain/keychain-2.6.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/keychain/keychain-2.6.3.ebuild b/net-misc/keychain/keychain-2.6.3.ebuild index fb02bb2a2ee2..5866f4a8f071 100644 --- a/net-misc/keychain/keychain-2.6.3.ebuild +++ b/net-misc/keychain/keychain-2.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/keychain-2.6.3.ebuild,v 1.1 2006/09/07 20:18:57 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/keychain-2.6.3.ebuild,v 1.2 2006/09/08 18:11:32 agriffis Exp $ DESCRIPTION="ssh-agent manager" HOMEPAGE="http://www.gentoo.org/proj/en/keychain/" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd" IUSE="" -DEPEND="virtual/libc" +DEPEND="" RDEPEND="${DEPEND} app-shells/bash || ( net-misc/openssh net-misc/ssh )" |