diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-05-11 04:55:16 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-05-11 04:55:16 +0000 |
commit | 50e5a7b77187bd81fe31836306649f83fd66d046 (patch) | |
tree | 1d0c61a5175442150493788f59db3142f504f92f /dev-ruby/httpclient | |
parent | Mark ~ppc64 (bug #545592). (diff) | |
download | gentoo-2-50e5a7b77187bd81fe31836306649f83fd66d046.tar.gz gentoo-2-50e5a7b77187bd81fe31836306649f83fd66d046.tar.bz2 gentoo-2-50e5a7b77187bd81fe31836306649f83fd66d046.zip |
Mark ~ppc64 (bug #545592).
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-ruby/httpclient')
-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 5246f26fb1ca..bebce3320a6b 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.67 2015/04/05 06:55:26 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.68 2015/05/11 04:55:16 jer Exp $ + + 11 May 2015; Jeroen Roovers <jer@gentoo.org> httpclient-2.6.0.1.ebuild: + Mark ~ppc64 (bug #545592). *httpclient-2.6.0.1 (05 Apr 2015) diff --git a/dev-ruby/httpclient/httpclient-2.6.0.1.ebuild b/dev-ruby/httpclient/httpclient-2.6.0.1.ebuild index a158d78faec6..348eb1fbc730 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.1 2015/04/05 06:55:26 graaff Exp $ +# $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 $ 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 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="${RDEPEND} |