diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-31 11:32:23 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-31 11:32:23 +0000 |
commit | 16b6b40c6b0470cb98b8998e0769680bd16a5400 (patch) | |
tree | 0cf223e33b9298f67e04d5b7c10b61556a2da90f /dev-ruby | |
parent | Add ~x86, wrt bug #517542 (diff) | |
download | gentoo-2-16b6b40c6b0470cb98b8998e0769680bd16a5400.tar.gz gentoo-2-16b6b40c6b0470cb98b8998e0769680bd16a5400.tar.bz2 gentoo-2-16b6b40c6b0470cb98b8998e0769680bd16a5400.zip |
Add ~x86, wrt bug #517542
(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')
-rw-r--r-- | dev-ruby/rest-client/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/rest-client/rest-client-1.7.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/rest-client/ChangeLog b/dev-ruby/rest-client/ChangeLog index d83646e82ef6..9e56a9d30e51 100644 --- a/dev-ruby/rest-client/ChangeLog +++ b/dev-ruby/rest-client/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/rest-client # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rest-client/ChangeLog,v 1.22 2014/08/06 07:09:10 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rest-client/ChangeLog,v 1.23 2014/12/31 11:32:23 ago Exp $ + + 31 Dec 2014; Agostino Sarubbo <ago@gentoo.org> rest-client-1.7.2.ebuild: + Add ~x86, wrt bug #517542 06 Aug 2014; Manuel Rüger <mrueg@gentoo.org> rest-client-1.7.2.ebuild: Add ruby21 target. diff --git a/dev-ruby/rest-client/rest-client-1.7.2.ebuild b/dev-ruby/rest-client/rest-client-1.7.2.ebuild index 0a263433d8ca..a6711755d135 100644 --- a/dev-ruby/rest-client/rest-client-1.7.2.ebuild +++ b/dev-ruby/rest-client/rest-client-1.7.2.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/rest-client/rest-client-1.7.2.ebuild,v 1.2 2014/08/06 07:09:10 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rest-client/rest-client-1.7.2.ebuild,v 1.3 2014/12/31 11:32:23 ago Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" @@ -16,7 +16,7 @@ HOMEPAGE="http://github.com/archiloque/rest-client" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" ruby_add_bdepend "test? ( dev-ruby/webmock )" |