diff options
author | Andreas Schuerch <nativemad@gentoo.org> | 2012-12-03 11:17:55 +0000 |
---|---|---|
committer | Andreas Schuerch <nativemad@gentoo.org> | 2012-12-03 11:17:55 +0000 |
commit | c6cb644b9dd7aac72c6d6cf0e257c9436c6eb5b8 (patch) | |
tree | f638dad0c4dbee671060f440c17ad0c35cafcf3d | |
parent | x86 stable, see bug 444147. Thanks Dan Dexter for testing. (diff) | |
download | gentoo-2-c6cb644b9dd7aac72c6d6cf0e257c9436c6eb5b8.tar.gz gentoo-2-c6cb644b9dd7aac72c6d6cf0e257c9436c6eb5b8.tar.bz2 gentoo-2-c6cb644b9dd7aac72c6d6cf0e257c9436c6eb5b8.zip |
x86 stable, see bug 445166. Thanks Dan Dexter for testing.
(Portage version: 2.1.11.31/cvs/Linux i686, signed Manifest commit with key C1DE54B2)
-rw-r--r-- | app-shells/rssh/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/rssh/rssh-2.3.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/rssh/ChangeLog b/app-shells/rssh/ChangeLog index 5aafa2729424..52aa66b31bd2 100644 --- a/app-shells/rssh/ChangeLog +++ b/app-shells/rssh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/rssh # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/rssh/ChangeLog,v 1.33 2012/12/02 15:42:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/rssh/ChangeLog,v 1.34 2012/12/03 11:17:55 nativemad Exp $ + + 03 Dec 2012; Andreas Schuerch <nativemad@gentoo.org> rssh-2.3.4.ebuild: + x86 stable, see bug 445166. Thanks Dan Dexter for testing. 02 Dec 2012; Agostino Sarubbo <ago@gentoo.org> rssh-2.3.4.ebuild: Stable for ppc, wrt bug #445166 diff --git a/app-shells/rssh/rssh-2.3.4.ebuild b/app-shells/rssh/rssh-2.3.4.ebuild index 78422534d4b0..98e55e8eb7ce 100644 --- a/app-shells/rssh/rssh-2.3.4.ebuild +++ b/app-shells/rssh/rssh-2.3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/rssh/rssh-2.3.4.ebuild,v 1.3 2012/12/02 15:42:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/rssh/rssh-2.3.4.ebuild,v 1.4 2012/12/03 11:17:55 nativemad Exp $ EAPI=4 inherit eutils multilib @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/rssh/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ppc ~x86" +KEYWORDS="amd64 ppc x86" IUSE="static" RDEPEND="virtual/ssh" |