diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-03-13 08:17:57 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-03-13 08:17:57 +0000 |
commit | 63fc7090df0418f65d2231684e09ede0a38e3c09 (patch) | |
tree | 0661d37865350ca5230088ad08a202e75389cacf /dev-ruby/net-ssh | |
parent | Stable for ppc, wrt bug #542200 (diff) | |
download | gentoo-2-63fc7090df0418f65d2231684e09ede0a38e3c09.tar.gz gentoo-2-63fc7090df0418f65d2231684e09ede0a38e3c09.tar.bz2 gentoo-2-63fc7090df0418f65d2231684e09ede0a38e3c09.zip |
Stable for ppc64, wrt bug #542200
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-ruby/net-ssh')
-rw-r--r-- | dev-ruby/net-ssh/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/net-ssh/net-ssh-2.8.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/net-ssh/ChangeLog b/dev-ruby/net-ssh/ChangeLog index b50de3cce14f..860f323bec91 100644 --- a/dev-ruby/net-ssh/ChangeLog +++ b/dev-ruby/net-ssh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/net-ssh # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-ssh/ChangeLog,v 1.131 2015/03/13 08:17:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-ssh/ChangeLog,v 1.132 2015/03/13 08:17:57 ago Exp $ + + 13 Mar 2015; Agostino Sarubbo <ago@gentoo.org> net-ssh-2.8.0.ebuild: + Stable for ppc64, wrt bug #542200 13 Mar 2015; Agostino Sarubbo <ago@gentoo.org> net-ssh-2.8.0.ebuild: Stable for ppc, wrt bug #542200 diff --git a/dev-ruby/net-ssh/net-ssh-2.8.0.ebuild b/dev-ruby/net-ssh/net-ssh-2.8.0.ebuild index 6886ce409395..aa8db8ccfc8d 100644 --- a/dev-ruby/net-ssh/net-ssh-2.8.0.ebuild +++ b/dev-ruby/net-ssh/net-ssh-2.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-ssh/net-ssh-2.8.0.ebuild,v 1.4 2015/03/13 08:17:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-ssh/net-ssh-2.8.0.ebuild,v 1.5 2015/03/13 08:17:57 ago Exp $ EAPI=5 # no longer compatible with ruby 1.8. @@ -20,7 +20,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> net-ssh-git-${P LICENSE="GPL-2" SLOT="2.6" -KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="test" ruby_add_rdepend "virtual/ruby-ssl" |