diff options
Diffstat (limited to 'net-misc/keychain/keychain-2.0.3.ebuild')
-rw-r--r-- | net-misc/keychain/keychain-2.0.3.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-misc/keychain/keychain-2.0.3.ebuild b/net-misc/keychain/keychain-2.0.3.ebuild index 4cdb2c16e3c3..831eff2ff21b 100644 --- a/net-misc/keychain/keychain-2.0.3.ebuild +++ b/net-misc/keychain/keychain-2.0.3.ebuild @@ -1,18 +1,19 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/keychain-2.0.3.ebuild,v 1.2 2003/07/13 14:31:36 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/keychain-2.0.3.ebuild,v 1.3 2003/07/18 20:59:07 tester Exp $ DESCRIPTION="A front-end to ssh-agent" HOMEPAGE="http://www.gentoo.org/proj/en/keychain.xml" SRC_URI="http://www.ibiblio.org/gentoo/distfiles/${P}.tar.bz2" S=${WORKDIR}/${P} -KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm amd64" LICENSE="GPL-2" SLOT="0" DEPEND="virtual/glibc" -RDEPEND="${DEPEND} app-shells/bash net-misc/openssh sys-apps/sh-utils" +RDEPEND="${DEPEND} app-shells/bash net-misc/openssh + || ( sys-apps/coreutils sys-apps/sh-utils )" src_install() { dobin keychain |