diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-01-26 18:30:25 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-01-26 18:30:25 +0000 |
commit | 54d0c917c736417bc3767ad853b8c4f1478dbe60 (patch) | |
tree | 468d876fd163fc93cc5e5738d8a75c2bc934b883 /dev-ruby | |
parent | Add ruby22 target. (diff) | |
download | gentoo-2-54d0c917c736417bc3767ad853b8c4f1478dbe60.tar.gz gentoo-2-54d0c917c736417bc3767ad853b8c4f1478dbe60.tar.bz2 gentoo-2-54d0c917c736417bc3767ad853b8c4f1478dbe60.zip |
Add ruby22 target.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/permutation/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/permutation/permutation-0.1.8-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ruby/permutation/ChangeLog b/dev-ruby/permutation/ChangeLog index d0130e8df3d3..2ce53b13c298 100644 --- a/dev-ruby/permutation/ChangeLog +++ b/dev-ruby/permutation/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/permutation -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/permutation/ChangeLog,v 1.3 2014/10/26 13:55:11 graaff Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/permutation/ChangeLog,v 1.4 2015/01/26 18:30:25 mrueg Exp $ + + 26 Jan 2015; Manuel Rüger <mrueg@gentoo.org> permutation-0.1.8-r1.ebuild: + Add ruby22 target. *permutation-0.1.8-r1 (26 Oct 2014) diff --git a/dev-ruby/permutation/permutation-0.1.8-r1.ebuild b/dev-ruby/permutation/permutation-0.1.8-r1.ebuild index 2be408687390..d7818e0f99da 100644 --- a/dev-ruby/permutation/permutation-0.1.8-r1.ebuild +++ b/dev-ruby/permutation/permutation-0.1.8-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/permutation/permutation-0.1.8-r1.ebuild,v 1.1 2014/10/26 13:55:11 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/permutation/permutation-0.1.8-r1.ebuild,v 1.2 2015/01/26 18:30:25 mrueg Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby19 ruby20 ruby21 ruby22" RUBY_FAKEGEM_RECIPE_DOC="rdoc" |