diff options
author | Aron Griffis <agriffis@gentoo.org> | 2006-09-08 18:11:32 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2006-09-08 18:11:32 +0000 |
commit | 36ad2d9078ba5752659c17d673531d9114ed1f75 (patch) | |
tree | 0ccb9ca52d73b39debc37b06419d60234c2b8573 /net-misc/keychain | |
parent | removed old versions (diff) | |
download | gentoo-2-36ad2d9078ba5752659c17d673531d9114ed1f75.tar.gz gentoo-2-36ad2d9078ba5752659c17d673531d9114ed1f75.tar.bz2 gentoo-2-36ad2d9078ba5752659c17d673531d9114ed1f75.zip |
Remove virtual/libc from DEPEND; this is just a (high-quality!) shell script
(Portage version: 2.1.1_pre5-r1)
Diffstat (limited to 'net-misc/keychain')
-rw-r--r-- | net-misc/keychain/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/keychain/keychain-2.6.2.ebuild | 4 | ||||
-rw-r--r-- | net-misc/keychain/keychain-2.6.3.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-misc/keychain/ChangeLog b/net-misc/keychain/ChangeLog index 9e3033430776..eed7e1285e8b 100644 --- a/net-misc/keychain/ChangeLog +++ b/net-misc/keychain/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/keychain # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/ChangeLog,v 1.57 2006/09/08 17:27:28 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/ChangeLog,v 1.58 2006/09/08 18:11:32 agriffis Exp $ + + 08 Sep 2006; Aron Griffis <agriffis@gentoo.org> keychain-2.6.2.ebuild, + keychain-2.6.3.ebuild: + Remove virtual/libc from DEPEND; this is just a (high-quality!) shell script 08 Sep 2006; Diego Pettenò <flameeyes@gentoo.org> keychain-2.6.2.ebuild: There's no stable for x86-fbsd, revert. diff --git a/net-misc/keychain/keychain-2.6.2.ebuild b/net-misc/keychain/keychain-2.6.2.ebuild index 0ed46f2406d6..27807215cc0c 100644 --- a/net-misc/keychain/keychain-2.6.2.ebuild +++ b/net-misc/keychain/keychain-2.6.2.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.2.ebuild,v 1.4 2006/09/08 17:27:28 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/keychain-2.6.2.ebuild,v 1.5 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 )" 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 )" |