diff options
author | 2012-08-11 11:23:17 +0000 | |
---|---|---|
committer | 2012-08-11 11:23:17 +0000 | |
commit | 08374a9853c56b29a8ebfaafa00c708404a5d78f (patch) | |
tree | b124b1bcf290e7968b91edd5711a25a79aa8260e /dev-ruby/merb-core | |
parent | Stable for amd64, wrt bug #422227 (diff) | |
download | gentoo-2-08374a9853c56b29a8ebfaafa00c708404a5d78f.tar.gz gentoo-2-08374a9853c56b29a8ebfaafa00c708404a5d78f.tar.bz2 gentoo-2-08374a9853c56b29a8ebfaafa00c708404a5d78f.zip |
add ruby19 support
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/merb-core')
-rw-r--r-- | dev-ruby/merb-core/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/merb-core/merb-core-1.1.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ruby/merb-core/ChangeLog b/dev-ruby/merb-core/ChangeLog index 3825abff49ab..d634271490ad 100644 --- a/dev-ruby/merb-core/ChangeLog +++ b/dev-ruby/merb-core/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/merb-core -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/merb-core/ChangeLog,v 1.4 2010/11/17 18:40:36 graaff Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/merb-core/ChangeLog,v 1.5 2012/08/11 11:23:17 hollow Exp $ + + 11 Aug 2012; Benedikt Böhm <hollow@gentoo.org> merb-core-1.1.3.ebuild: + add ruby19 support 17 Nov 2010; Hans de Graaff <graaff@gentoo.org> merb-core-1.1.3.ebuild: Require rspec with USE=doc because the Rakefile depends on it. Fixes diff --git a/dev-ruby/merb-core/merb-core-1.1.3.ebuild b/dev-ruby/merb-core/merb-core-1.1.3.ebuild index a42fc013ffbc..9edfde25bdae 100644 --- a/dev-ruby/merb-core/merb-core-1.1.3.ebuild +++ b/dev-ruby/merb-core/merb-core-1.1.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/merb-core/merb-core-1.1.3.ebuild,v 1.3 2010/11/17 18:40:36 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/merb-core/merb-core-1.1.3.ebuild,v 1.4 2012/08/11 11:23:17 hollow Exp $ EAPI="2" -USE_RUBY="ruby18" +USE_RUBY="ruby18 ruby19" # Tools to generate docs are missing from gem distribution. RUBY_FAKEGEM_TASK_DOC="doc:rdoc" |