diff options
author | Markus Meier <maekke@gentoo.org> | 2015-06-09 18:31:58 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2015-06-09 18:31:58 +0000 |
commit | 65b6ba1ee3ef4a25b0682a67cbdfee3a8282db58 (patch) | |
tree | 86c9cfacca803dd243857cccf2873b973f7e76a6 /dev-ruby | |
parent | arm stable, bug #534748 (diff) | |
download | gentoo-2-65b6ba1ee3ef4a25b0682a67cbdfee3a8282db58.tar.gz gentoo-2-65b6ba1ee3ef4a25b0682a67cbdfee3a8282db58.tar.bz2 gentoo-2-65b6ba1ee3ef4a25b0682a67cbdfee3a8282db58.zip |
add ~arm, bug #545592
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/httpclient/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/httpclient/httpclient-2.6.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/httpclient/ChangeLog b/dev-ruby/httpclient/ChangeLog index 13ed5d5e7a66..b39eba275150 100644 --- a/dev-ruby/httpclient/ChangeLog +++ b/dev-ruby/httpclient/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/httpclient # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.69 2015/06/07 18:00:30 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.70 2015/06/09 18:31:58 maekke Exp $ + + 09 Jun 2015; Markus Meier <maekke@gentoo.org> httpclient-2.6.0.1.ebuild: + add ~arm, bug #545592 07 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml: Add github to remote-id in metadata.xml diff --git a/dev-ruby/httpclient/httpclient-2.6.0.1.ebuild b/dev-ruby/httpclient/httpclient-2.6.0.1.ebuild index 348eb1fbc730..4ff149944fe0 100644 --- a/dev-ruby/httpclient/httpclient-2.6.0.1.ebuild +++ b/dev-ruby/httpclient/httpclient-2.6.0.1.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/httpclient/httpclient-2.6.0.1.ebuild,v 1.2 2015/05/11 04:55:16 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.6.0.1.ebuild,v 1.3 2015/06/09 18:31:58 maekke Exp $ EAPI=5 @@ -22,7 +22,7 @@ SRC_URI="https://github.com/nahi/httpclient/archive/v${PV}.tar.gz -> ${P}.tgz" LICENSE="Ruby" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="${RDEPEND} |