diff options
author | 2014-04-24 17:40:57 +0000 | |
---|---|---|
committer | 2014-04-24 17:40:57 +0000 | |
commit | 85f30a25a0a81a676dbf00a485964f06f3093b3b (patch) | |
tree | bcc4a8db0a3698307d5a89016b288dfc4c8e1307 /dev-ruby/storable | |
parent | Fix LICENSE, add mirror and bindist restrictions, bug 446160. (diff) | |
download | gentoo-2-85f30a25a0a81a676dbf00a485964f06f3093b3b.tar.gz gentoo-2-85f30a25a0a81a676dbf00a485964f06f3093b3b.tar.bz2 gentoo-2-85f30a25a0a81a676dbf00a485964f06f3093b3b.zip |
Remove ruby18 support.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/storable')
-rw-r--r-- | dev-ruby/storable/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/storable/storable-0.8.9-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/storable/ChangeLog b/dev-ruby/storable/ChangeLog index 2672b1f9c9cd..6dfbb40f1bd0 100644 --- a/dev-ruby/storable/ChangeLog +++ b/dev-ruby/storable/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/storable # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/storable/ChangeLog,v 1.22 2014/03/25 06:35:18 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/storable/ChangeLog,v 1.23 2014/04/24 17:40:57 mrueg Exp $ + + 24 Apr 2014; Manuel Rüger <mrueg@gentoo.org> storable-0.8.9-r1.ebuild: + Remove ruby18 support. 25 Mar 2014; Hans de Graaff <graaff@gentoo.org> storable-0.8.9-r1.ebuild: Fix EAPI=5 usage. Avoid rake for documentation generation since it uses diff --git a/dev-ruby/storable/storable-0.8.9-r1.ebuild b/dev-ruby/storable/storable-0.8.9-r1.ebuild index e6dff9f76e40..5dcd5b621746 100644 --- a/dev-ruby/storable/storable-0.8.9-r1.ebuild +++ b/dev-ruby/storable/storable-0.8.9-r1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/storable/storable-0.8.9-r1.ebuild,v 1.2 2014/03/25 06:35:18 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/storable/storable-0.8.9-r1.ebuild,v 1.3 2014/04/24 17:40:57 mrueg Exp $ EAPI=5 # jruby → yajl-ruby won't work, as it's compiled extension -USE_RUBY="ruby18 ruby19" +USE_RUBY="ruby19" RUBY_FAKEGEM_TASK_TEST="" |