diff options
author | Naohiro Aota <naota@gentoo.org> | 2013-12-05 10:57:37 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2013-12-05 10:57:37 +0000 |
commit | 8d7ee8167e711c6d6334d97770bed26801503aac (patch) | |
tree | b2971123aacc3c63cdcf3dff82752387a943d532 /dev-ruby/ruby-gobject-introspection | |
parent | version bump (diff) | |
download | gentoo-2-8d7ee8167e711c6d6334d97770bed26801503aac.tar.gz gentoo-2-8d7ee8167e711c6d6334d97770bed26801503aac.tar.bz2 gentoo-2-8d7ee8167e711c6d6334d97770bed26801503aac.zip |
ruby20 support
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Diffstat (limited to 'dev-ruby/ruby-gobject-introspection')
-rw-r--r-- | dev-ruby/ruby-gobject-introspection/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.0.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/ruby-gobject-introspection/ChangeLog b/dev-ruby/ruby-gobject-introspection/ChangeLog index a02a4329afbc..c8d1f0cddbb6 100644 --- a/dev-ruby/ruby-gobject-introspection/ChangeLog +++ b/dev-ruby/ruby-gobject-introspection/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/ruby-gobject-introspection # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gobject-introspection/ChangeLog,v 1.2 2013/12/05 10:53:20 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gobject-introspection/ChangeLog,v 1.3 2013/12/05 10:57:37 naota Exp $ + + 05 Dec 2013; Naohiro Aota <naota@gentoo.org> + ruby-gobject-introspection-2.0.2.ebuild: + ruby20 support *ruby-gobject-introspection-2.0.2 (05 Dec 2013) diff --git a/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.0.2.ebuild b/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.0.2.ebuild index c8f60e5f185b..4a9999ef5337 100644 --- a/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.0.2.ebuild +++ b/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.0.2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.0.2.ebuild,v 1.1 2013/12/05 10:53:20 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.0.2.ebuild,v 1.2 2013/12/05 10:57:37 naota Exp $ EAPI=4 -USE_RUBY="ruby19" +USE_RUBY="ruby19 ruby20" inherit ruby-ng-gnome2 |