diff options
author | 2011-02-27 11:57:33 +0000 | |
---|---|---|
committer | 2011-02-27 11:57:33 +0000 | |
commit | 1716415992f52f1e08d2d43151ca47f5040ba6de (patch) | |
tree | 9d14601930caa23c47803a5a2f68991b474dee7d /dev-ruby/net-ssh | |
parent | Does not build with kde-4.6, so add more precise dependency (diff) | |
download | gentoo-2-1716415992f52f1e08d2d43151ca47f5040ba6de.tar.gz gentoo-2-1716415992f52f1e08d2d43151ca47f5040ba6de.tar.bz2 gentoo-2-1716415992f52f1e08d2d43151ca47f5040ba6de.zip |
Marked ~ppc64 wrt #351729
(Portage version: 2.2.0_alpha25/cvs/Linux ppc64)
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.1.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 2a9a31647bb8..ea8eb1e27f8e 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-ssh/ChangeLog,v 1.80 2011/01/20 07:37:46 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-ssh/ChangeLog,v 1.81 2011/02/27 11:57:33 xarthisius Exp $ + + 27 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> net-ssh-2.1.0.ebuild: + Marked ~ppc64 wrt #351729 *net-ssh-2.1.0 (20 Jan 2011) diff --git a/dev-ruby/net-ssh/net-ssh-2.1.0.ebuild b/dev-ruby/net-ssh/net-ssh-2.1.0.ebuild index 5025c0f60852..366e603e62c6 100644 --- a/dev-ruby/net-ssh/net-ssh-2.1.0.ebuild +++ b/dev-ruby/net-ssh/net-ssh-2.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.1.0.ebuild,v 1.1 2011/01/20 07:37:46 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-ssh/net-ssh-2.1.0.ebuild,v 1.2 2011/02/27 11:57:33 xarthisius Exp $ EAPI="2" USE_RUBY="ruby18 ruby19 ree18" @@ -18,7 +18,7 @@ HOMEPAGE="http://net-ssh.rubyforge.org/" LICENSE="GPL-2" SLOT="2" -KEYWORDS="~amd64 ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="test" ruby_add_bdepend "test? ( dev-ruby/test-unit:2 dev-ruby/mocha )" |