diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-03-02 13:15:50 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-03-02 13:15:50 +0000 |
commit | 1a0e68568859e70211a4061c359eaab5352dd68b (patch) | |
tree | fe6f124138d24127eeb9b5517ac609952df5f5f9 /net-misc/keychain | |
parent | Version bump, bug #212067. Thank Vieri for report. (diff) | |
download | gentoo-2-1a0e68568859e70211a4061c359eaab5352dd68b.tar.gz gentoo-2-1a0e68568859e70211a4061c359eaab5352dd68b.tar.bz2 gentoo-2-1a0e68568859e70211a4061c359eaab5352dd68b.zip |
Marked stable on amd64 as per bug 188440.
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-misc/keychain')
-rw-r--r-- | net-misc/keychain/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/keychain/keychain-2.6.8.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-misc/keychain/ChangeLog b/net-misc/keychain/ChangeLog index 7dd311c09ebe..a5868a8f6fa4 100644 --- a/net-misc/keychain/ChangeLog +++ b/net-misc/keychain/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/keychain # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/ChangeLog,v 1.70 2008/01/15 15:36:26 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/ChangeLog,v 1.71 2008/03/02 13:15:50 philantrop Exp $ + + 02 Mar 2008; Wulf C. Krueger <philantrop@gentoo.org> + keychain-2.6.8.ebuild: + Marked stable on amd64 as per bug 188440. 15 Jan 2008; Raúl Porcel <armin76@gentoo.org> keychain-2.6.8.ebuild: alpha/ia64/sparc stable wrt #188440 diff --git a/net-misc/keychain/keychain-2.6.8.ebuild b/net-misc/keychain/keychain-2.6.8.ebuild index 4d3ffed2f89d..438b1d9887ac 100644 --- a/net-misc/keychain/keychain-2.6.8.ebuild +++ b/net-misc/keychain/keychain-2.6.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/keychain-2.6.8.ebuild,v 1.8 2008/01/15 15:36:26 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/keychain-2.6.8.ebuild,v 1.9 2008/03/02 13:15:50 philantrop Exp $ DESCRIPTION="ssh-agent manager" HOMEPAGE="http://www.gentoo.org/proj/en/keychain/" @@ -8,7 +8,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha ~amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="" DEPEND="" |