diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-19 13:27:28 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-19 13:27:28 +0000 |
commit | d2ba211ba3474c6091b37cfeb1584adf788c55ae (patch) | |
tree | 9567b18e487c3aa3fb323ad904be5ef7233ae0e0 /dev-ruby/http | |
parent | Add ~x86, wrt bug #511176 (diff) | |
download | gentoo-2-d2ba211ba3474c6091b37cfeb1584adf788c55ae.tar.gz gentoo-2-d2ba211ba3474c6091b37cfeb1584adf788c55ae.tar.bz2 gentoo-2-d2ba211ba3474c6091b37cfeb1584adf788c55ae.zip |
Add ~x86, wrt bug #511176
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="~x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-ruby/http')
-rw-r--r-- | dev-ruby/http/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/http/http-0.6.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/http/ChangeLog b/dev-ruby/http/ChangeLog index 19a512361666..bce56de6aeac 100644 --- a/dev-ruby/http/ChangeLog +++ b/dev-ruby/http/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/http # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http/ChangeLog,v 1.10 2014/11/27 07:23:05 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http/ChangeLog,v 1.11 2014/12/19 13:27:28 ago Exp $ + + 19 Dec 2014; Agostino Sarubbo <ago@gentoo.org> http-0.6.3.ebuild: + Add ~x86, wrt bug #511176 *http-0.6.3 (27 Nov 2014) diff --git a/dev-ruby/http/http-0.6.3.ebuild b/dev-ruby/http/http-0.6.3.ebuild index 369de1ca93d5..70a12acda533 100644 --- a/dev-ruby/http/http-0.6.3.ebuild +++ b/dev-ruby/http/http-0.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http/http-0.6.3.ebuild,v 1.1 2014/11/27 07:23:05 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http/http-0.6.3.ebuild,v 1.2 2014/12/19 13:27:28 ago Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" @@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/tarcieri/http" LICENSE="MIT" SLOT="0.6" -KEYWORDS="~amd64 ~ppc ~ppc64" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" ruby_add_rdepend ">=dev-ruby/http_parser_rb-0.6.0 =dev-ruby/http_parser_rb-0.6*" |