diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-01-26 18:24:20 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-01-26 18:24:20 +0000 |
commit | 8b4a5b4b2c534a424b881a5e5630ccfc97366749 (patch) | |
tree | e5497b1d83182a4d33b1c8a389b05e20877e1a54 | |
parent | Add ruby22 target. (diff) | |
download | gentoo-2-8b4a5b4b2c534a424b881a5e5630ccfc97366749.tar.gz gentoo-2-8b4a5b4b2c534a424b881a5e5630ccfc97366749.tar.bz2 gentoo-2-8b4a5b4b2c534a424b881a5e5630ccfc97366749.zip |
Add ruby22 target.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
-rw-r--r-- | dev-ruby/shorturl/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/shorturl/shorturl-1.0.0-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ruby/shorturl/ChangeLog b/dev-ruby/shorturl/ChangeLog index f14505ee4ce2..ab81539fb1dd 100644 --- a/dev-ruby/shorturl/ChangeLog +++ b/dev-ruby/shorturl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/shorturl -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/ChangeLog,v 1.28 2014/11/26 02:22:32 mrueg Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/ChangeLog,v 1.29 2015/01/26 18:24:20 mrueg Exp $ + + 26 Jan 2015; Manuel Rüger <mrueg@gentoo.org> shorturl-1.0.0-r1.ebuild: + Add ruby22 target. 26 Nov 2014; Manuel Rüger <mrueg@gentoo.org> shorturl-1.0.0-r1.ebuild, shorturl-1.0.0.ebuild: diff --git a/dev-ruby/shorturl/shorturl-1.0.0-r1.ebuild b/dev-ruby/shorturl/shorturl-1.0.0-r1.ebuild index aa43c05bfefd..3729ef61d460 100644 --- a/dev-ruby/shorturl/shorturl-1.0.0-r1.ebuild +++ b/dev-ruby/shorturl/shorturl-1.0.0-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/shorturl/shorturl-1.0.0-r1.ebuild,v 1.6 2014/11/26 02:22:32 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/shorturl-1.0.0-r1.ebuild,v 1.7 2015/01/26 18:24:20 mrueg Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby19 ruby20 ruby21 ruby22" RUBY_FAKEGEM_TASK_TEST="" RUBY_FAKEGEM_TASK_DOC="" |