diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-04-05 14:09:06 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-04-05 14:09:06 +0000 |
commit | 9dc57e9cc6ab8d254a731ac503520ec277d817ce (patch) | |
tree | db407d06c223a2e58a49cafc6454056b12aa6f27 /dev-ruby/uuidtools | |
parent | Remove ree18 and ruby18 target. (diff) | |
download | gentoo-2-9dc57e9cc6ab8d254a731ac503520ec277d817ce.tar.gz gentoo-2-9dc57e9cc6ab8d254a731ac503520ec277d817ce.tar.bz2 gentoo-2-9dc57e9cc6ab8d254a731ac503520ec277d817ce.zip |
Remove ree18 and ruby18 target.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/uuidtools')
-rw-r--r-- | dev-ruby/uuidtools/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/uuidtools/uuidtools-2.1.3.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-ruby/uuidtools/ChangeLog b/dev-ruby/uuidtools/ChangeLog index cd9bbc46e7c7..3e865476d25d 100644 --- a/dev-ruby/uuidtools/ChangeLog +++ b/dev-ruby/uuidtools/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/uuidtools # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uuidtools/ChangeLog,v 1.32 2014/04/03 08:36:10 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uuidtools/ChangeLog,v 1.33 2014/04/05 14:09:06 mrueg Exp $ + + 05 Apr 2014; Manuel Rüger <mrueg@gentoo.org> uuidtools-2.1.3.ebuild: + Remove ree18 and ruby18 target. *uuidtools-2.1.4-r2 (03 Apr 2014) diff --git a/dev-ruby/uuidtools/uuidtools-2.1.3.ebuild b/dev-ruby/uuidtools/uuidtools-2.1.3.ebuild index 2206ecd74f4d..58c365e82bf3 100644 --- a/dev-ruby/uuidtools/uuidtools-2.1.3.ebuild +++ b/dev-ruby/uuidtools/uuidtools-2.1.3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uuidtools/uuidtools-2.1.3.ebuild,v 1.3 2012/10/17 03:17:55 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uuidtools/uuidtools-2.1.3.ebuild,v 1.4 2014/04/05 14:09:06 mrueg Exp $ EAPI=2 -USE_RUBY="ruby18 ruby19 jruby ree18" +USE_RUBY="ruby19 jruby" RUBY_FAKEGEM_RECIPE_TEST="rspec" |