diff options
author | Caleb Tennis <caleb@gentoo.org> | 2008-02-20 12:55:07 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2008-02-20 12:55:07 +0000 |
commit | 14e63da12b57bb820cbf922d1abe8c237bc15eae (patch) | |
tree | ec0cbb4c633b5ef9ba0f1b7e1f359c88a9d8b842 /app-shells/rssh/rssh-2.3.2.ebuild | |
parent | update metadata (diff) | |
download | historical-14e63da12b57bb820cbf922d1abe8c237bc15eae.tar.gz historical-14e63da12b57bb820cbf922d1abe8c237bc15eae.tar.bz2 historical-14e63da12b57bb820cbf922d1abe8c237bc15eae.zip |
stabilizing amd64, I think it was missed long ago in #142399
Package-Manager: portage-2.1.4.1
Diffstat (limited to 'app-shells/rssh/rssh-2.3.2.ebuild')
-rw-r--r-- | app-shells/rssh/rssh-2.3.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-shells/rssh/rssh-2.3.2.ebuild b/app-shells/rssh/rssh-2.3.2.ebuild index 38c9cc230fa1..439e0f1eff59 100644 --- a/app-shells/rssh/rssh-2.3.2.ebuild +++ b/app-shells/rssh/rssh-2.3.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/rssh/rssh-2.3.2.ebuild,v 1.6 2006/08/06 16:50:57 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/rssh/rssh-2.3.2.ebuild,v 1.7 2008/02/20 12:55:07 caleb Exp $ inherit multilib @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/rssh/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ppc sparc x86" +KEYWORDS="amd64 ppc sparc x86" IUSE="static" RDEPEND="virtual/ssh" |