diff options
author | 2013-12-22 18:41:53 +0000 | |
---|---|---|
committer | 2013-12-22 18:41:53 +0000 | |
commit | cb01ab521ae065b9160abf5cbe0e36a16af9d706 (patch) | |
tree | 25ed8ffb197faebcc4430bbf8af80bd7d2df1b6b /dev-ruby/net-ssh/net-ssh-2.7.0-r1.ebuild | |
parent | Keyword ~ppc64, bug #465948 (diff) | |
download | gentoo-2-cb01ab521ae065b9160abf5cbe0e36a16af9d706.tar.gz gentoo-2-cb01ab521ae065b9160abf5cbe0e36a16af9d706.tar.bz2 gentoo-2-cb01ab521ae065b9160abf5cbe0e36a16af9d706.zip |
Keyword ~ppc64, bug #465948
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'dev-ruby/net-ssh/net-ssh-2.7.0-r1.ebuild')
-rw-r--r-- | dev-ruby/net-ssh/net-ssh-2.7.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/net-ssh/net-ssh-2.7.0-r1.ebuild b/dev-ruby/net-ssh/net-ssh-2.7.0-r1.ebuild index 1fbdf889224e..76bc191e3dc8 100644 --- a/dev-ruby/net-ssh/net-ssh-2.7.0-r1.ebuild +++ b/dev-ruby/net-ssh/net-ssh-2.7.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.7.0-r1.ebuild,v 1.1 2013/11/11 10:51:04 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-ssh/net-ssh-2.7.0-r1.ebuild,v 1.2 2013/12/22 18:41:53 blueness 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 ~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" |