diff options
author | 2014-04-18 13:54:21 +0000 | |
---|---|---|
committer | 2014-04-18 13:54:21 +0000 | |
commit | 8b70e8a672e3effdca82cc2ecac81fd0c3ba8618 (patch) | |
tree | a1b2758d57b8a1327aa7c45d69e60bfb6a257b42 /dev-ruby/right_http_connection | |
parent | add multilib support wrt #497774, patch by Michael Mair-Keimberger (diff) | |
download | gentoo-2-8b70e8a672e3effdca82cc2ecac81fd0c3ba8618.tar.gz gentoo-2-8b70e8a672e3effdca82cc2ecac81fd0c3ba8618.tar.bz2 gentoo-2-8b70e8a672e3effdca82cc2ecac81fd0c3ba8618.zip |
Add ruby21.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/right_http_connection')
-rw-r--r-- | dev-ruby/right_http_connection/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/right_http_connection/right_http_connection-1.3.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/right_http_connection/ChangeLog b/dev-ruby/right_http_connection/ChangeLog index 47686b6d16f1..62c70c3dc7a3 100644 --- a/dev-ruby/right_http_connection/ChangeLog +++ b/dev-ruby/right_http_connection/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/right_http_connection # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/right_http_connection/ChangeLog,v 1.17 2014/04/05 23:06:58 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/right_http_connection/ChangeLog,v 1.18 2014/04/18 13:54:21 graaff Exp $ + + 18 Apr 2014; Hans de Graaff <graaff@gentoo.org> + right_http_connection-1.3.0.ebuild: + Add ruby21. 05 Apr 2014; Manuel Rüger <mrueg@gentoo.org> right_http_connection-1.3.0.ebuild: diff --git a/dev-ruby/right_http_connection/right_http_connection-1.3.0.ebuild b/dev-ruby/right_http_connection/right_http_connection-1.3.0.ebuild index 671eed7f9225..866df6cceaef 100644 --- a/dev-ruby/right_http_connection/right_http_connection-1.3.0.ebuild +++ b/dev-ruby/right_http_connection/right_http_connection-1.3.0.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/right_http_connection/right_http_connection-1.3.0.ebuild,v 1.7 2014/04/05 23:06:58 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/right_http_connection/right_http_connection-1.3.0.ebuild,v 1.8 2014/04/18 13:54:21 graaff Exp $ EAPI=4 -USE_RUBY="ruby19 ruby20 jruby" +USE_RUBY="ruby19 ruby20 ruby21 jruby" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.txt History.txt" |