diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2005-09-23 19:17:25 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2005-09-23 19:17:25 +0000 |
commit | 6c7f5f731b0b30c7127e000ebaf745ce47bbba1c (patch) | |
tree | def08a3693f7ffecde8990849117ae6b4a0485e1 /app-shells | |
parent | Ruby collides with the system install on OSX Tiger (diff) | |
download | gentoo-2-6c7f5f731b0b30c7127e000ebaf745ce47bbba1c.tar.gz gentoo-2-6c7f5f731b0b30c7127e000ebaf745ce47bbba1c.tar.bz2 gentoo-2-6c7f5f731b0b30c7127e000ebaf745ce47bbba1c.zip |
Marked ~amd64.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/rssh/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/rssh/rssh-2.2.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/rssh/ChangeLog b/app-shells/rssh/ChangeLog index c89ca5ccb6a4..1b867b70cf69 100644 --- a/app-shells/rssh/ChangeLog +++ b/app-shells/rssh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/rssh # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/rssh/ChangeLog,v 1.9 2005/01/16 19:10:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/rssh/ChangeLog,v 1.10 2005/09/23 19:17:25 cryos Exp $ + + 23 Sep 2005; Marcus D. Hanwell <cryos@gentoo.org> rssh-2.2.3.ebuild: + Marked ~amd64. *rssh-2.2.3 (16 Jan 2005) diff --git a/app-shells/rssh/rssh-2.2.3.ebuild b/app-shells/rssh/rssh-2.2.3.ebuild index 459de2456e96..5b77bc695a52 100644 --- a/app-shells/rssh/rssh-2.2.3.ebuild +++ b/app-shells/rssh/rssh-2.2.3.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/app-shells/rssh/rssh-2.2.3.ebuild,v 1.1 2005/01/16 19:10:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/rssh/rssh-2.2.3.ebuild,v 1.2 2005/09/23 19:17:25 cryos Exp $ DESCRIPTION="Restricted shell for SSHd" HOMEPAGE="http://rssh.sourceforge.net/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/rssh/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="sparc ppc x86" +KEYWORDS="~amd64 ppc sparc x86" IUSE="static" RDEPEND="virtual/ssh" |