diff options
author | 2006-10-17 14:23:32 +0000 | |
---|---|---|
committer | 2006-10-17 14:23:32 +0000 | |
commit | 544211b1518062a3f3bf45125aadeb0e38012a76 (patch) | |
tree | fae375d085f0914a011f17d21e0f96b0da333f6c | |
parent | Make cracklib support optional through USE flag (diff) | |
download | gentoo-2-544211b1518062a3f3bf45125aadeb0e38012a76.tar.gz gentoo-2-544211b1518062a3f3bf45125aadeb0e38012a76.tar.bz2 gentoo-2-544211b1518062a3f3bf45125aadeb0e38012a76.zip |
Added ~sparc-fbsd keyword.
(Portage version: 2.1.2_pre3-r3)
-rw-r--r-- | net-misc/keychain/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/keychain/keychain-2.6.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/keychain/ChangeLog b/net-misc/keychain/ChangeLog index 18a3553a8844..5b0cdc3f63ec 100644 --- a/net-misc/keychain/ChangeLog +++ b/net-misc/keychain/ChangeLog @@ -1,6 +1,9 @@ # 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.61 2006/10/14 21:34:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/ChangeLog,v 1.62 2006/10/17 14:23:32 uberlord Exp $ + + 17 Oct 2006; Roy Marples <uberlord@gentoo.org> keychain-2.6.6.ebuild: + Added ~sparc-fbsd keyword. 14 Oct 2006; Aron Griffis <agriffis@gentoo.org> -keychain-2.6.2.ebuild, keychain-2.6.6.ebuild: diff --git a/net-misc/keychain/keychain-2.6.6.ebuild b/net-misc/keychain/keychain-2.6.6.ebuild index ac0d5fec382f..f9888ae2bd59 100644 --- a/net-misc/keychain/keychain-2.6.6.ebuild +++ b/net-misc/keychain/keychain-2.6.6.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.6.ebuild,v 1.2 2006/10/14 21:34:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/keychain-2.6.6.ebuild,v 1.3 2006/10/17 14:23:32 uberlord Exp $ DESCRIPTION="ssh-agent manager" HOMEPAGE="http://www.gentoo.org/proj/en/keychain/" @@ -8,7 +8,7 @@ SRC_URI="http://dev.gentoo.org/~agriffis/keychain/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc-macos ppc64 s390 sparc x86 x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc-macos ppc64 s390 sparc ~sparc-fbsd x86 x86-fbsd" IUSE="" DEPEND="" |