diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-10-13 18:48:53 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-10-13 18:48:53 +0000 |
commit | eaaabd5f2b5c144fb40c60019665923afb9feb08 (patch) | |
tree | 17f094ce84f5a985f9762be51a7b51699a68c22d /net-misc/keychain | |
parent | Unstable on hppa. (diff) | |
download | gentoo-2-eaaabd5f2b5c144fb40c60019665923afb9feb08.tar.gz gentoo-2-eaaabd5f2b5c144fb40c60019665923afb9feb08.tar.bz2 gentoo-2-eaaabd5f2b5c144fb40c60019665923afb9feb08.zip |
Remove coreutils dep for the sake of ppc-macos and fbsd, etc
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'net-misc/keychain')
-rw-r--r-- | net-misc/keychain/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/keychain/keychain-2.5.5.ebuild | 3 | ||||
-rw-r--r-- | net-misc/keychain/keychain-2.6.1.ebuild | 3 |
3 files changed, 7 insertions, 5 deletions
diff --git a/net-misc/keychain/ChangeLog b/net-misc/keychain/ChangeLog index 846fe359e6a5..e6856f0d07ae 100644 --- a/net-misc/keychain/ChangeLog +++ b/net-misc/keychain/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/keychain # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/ChangeLog,v 1.50 2005/10/10 19:42:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/ChangeLog,v 1.51 2005/10/13 18:48:53 agriffis Exp $ + + 13 Oct 2005; Aron Griffis <agriffis@gentoo.org> keychain-2.5.5.ebuild, + keychain-2.6.1.ebuild: + Remove coreutils dep for the sake of ppc-macos and fbsd, etc *keychain-2.6.1 (10 Oct 2005) diff --git a/net-misc/keychain/keychain-2.5.5.ebuild b/net-misc/keychain/keychain-2.5.5.ebuild index 2dbcbc6cc18e..2c3882bebf96 100644 --- a/net-misc/keychain/keychain-2.5.5.ebuild +++ b/net-misc/keychain/keychain-2.5.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/keychain-2.5.5.ebuild,v 1.3 2005/10/10 19:25:27 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/keychain-2.5.5.ebuild,v 1.4 2005/10/13 18:48:53 agriffis Exp $ DESCRIPTION="ssh-agent manager" HOMEPAGE="http://www.gentoo.org/proj/en/keychain/" @@ -14,7 +14,6 @@ IUSE="" DEPEND="virtual/libc" RDEPEND="${DEPEND} app-shells/bash - sys-apps/coreutils || ( net-misc/openssh net-misc/ssh )" src_install() { diff --git a/net-misc/keychain/keychain-2.6.1.ebuild b/net-misc/keychain/keychain-2.6.1.ebuild index 3f243ea573d5..0b64478732e5 100644 --- a/net-misc/keychain/keychain-2.6.1.ebuild +++ b/net-misc/keychain/keychain-2.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/keychain-2.6.1.ebuild,v 1.1 2005/10/10 19:41:38 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/keychain-2.6.1.ebuild,v 1.2 2005/10/13 18:48:53 agriffis Exp $ DESCRIPTION="ssh-agent manager" HOMEPAGE="http://www.gentoo.org/proj/en/keychain/" @@ -14,7 +14,6 @@ IUSE="" DEPEND="virtual/libc" RDEPEND="${DEPEND} app-shells/bash - sys-apps/coreutils || ( net-misc/openssh net-misc/ssh )" src_install() { |