diff options
author | 2014-04-22 06:10:45 +0000 | |
---|---|---|
committer | 2014-04-22 06:10:45 +0000 | |
commit | e59ffd3adbed11c223ed53a80ecc72729d484205 (patch) | |
tree | 608833e4e1d923dbd949473c4e8acc8758c6be8c | |
parent | Version bump. Add missing http_parser_rb dependency. (diff) | |
download | gentoo-2-e59ffd3adbed11c223ed53a80ecc72729d484205.tar.gz gentoo-2-e59ffd3adbed11c223ed53a80ecc72729d484205.tar.bz2 gentoo-2-e59ffd3adbed11c223ed53a80ecc72729d484205.zip |
Add ruby21.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
-rw-r--r-- | dev-ruby/http_parser_rb/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/http_parser_rb/http_parser_rb-0.6.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/http_parser_rb/ChangeLog b/dev-ruby/http_parser_rb/ChangeLog index 9b33fb2d5445..8c560308ac16 100644 --- a/dev-ruby/http_parser_rb/ChangeLog +++ b/dev-ruby/http_parser_rb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/http_parser_rb # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http_parser_rb/ChangeLog,v 1.1 2014/02/21 15:17:24 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http_parser_rb/ChangeLog,v 1.2 2014/04/22 06:10:45 graaff Exp $ + + 22 Apr 2014; Hans de Graaff <graaff@gentoo.org> http_parser_rb-0.6.0.ebuild: + Add ruby21. *http_parser_rb-0.6.0 (21 Feb 2014) diff --git a/dev-ruby/http_parser_rb/http_parser_rb-0.6.0.ebuild b/dev-ruby/http_parser_rb/http_parser_rb-0.6.0.ebuild index d7fff48d3e47..384a5195277c 100644 --- a/dev-ruby/http_parser_rb/http_parser_rb-0.6.0.ebuild +++ b/dev-ruby/http_parser_rb/http_parser_rb-0.6.0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http_parser_rb/http_parser_rb-0.6.0.ebuild,v 1.1 2014/02/21 15:17:24 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http_parser_rb/http_parser_rb-0.6.0.ebuild,v 1.2 2014/04/22 06:10:45 graaff Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20" +USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_RECIPE_TEST="rspec" |