diff options
author | Hans de Graaff <graaff@gentoo.org> | 2015-02-15 10:34:04 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2015-02-15 10:34:04 +0000 |
commit | 925bf92d3e191386f494216d9dec8301578020a4 (patch) | |
tree | 9f1cd40a8386344fa82cc1f31557a36a59ff1137 /dev-ruby/pkg-config | |
parent | fix build with ffmpeg 2.5, bug #540090 (diff) | |
download | gentoo-2-925bf92d3e191386f494216d9dec8301578020a4.tar.gz gentoo-2-925bf92d3e191386f494216d9dec8301578020a4.tar.bz2 gentoo-2-925bf92d3e191386f494216d9dec8301578020a4.zip |
Add ruby22.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/pkg-config')
-rw-r--r-- | dev-ruby/pkg-config/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/pkg-config/pkg-config-1.1.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ruby/pkg-config/ChangeLog b/dev-ruby/pkg-config/ChangeLog index 74a24aabd8f4..6a05e493ec70 100644 --- a/dev-ruby/pkg-config/ChangeLog +++ b/dev-ruby/pkg-config/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/pkg-config -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/ChangeLog,v 1.32 2014/11/23 15:05:46 mrueg Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/ChangeLog,v 1.33 2015/02/15 10:34:04 graaff Exp $ + + 15 Feb 2015; Hans de Graaff <graaff@gentoo.org> pkg-config-1.1.6.ebuild: + Add ruby22. 23 Nov 2014; Manuel Rüger <mrueg@gentoo.org> -pkg-config-1.1.3.ebuild: Cleanup old. diff --git a/dev-ruby/pkg-config/pkg-config-1.1.6.ebuild b/dev-ruby/pkg-config/pkg-config-1.1.6.ebuild index 976513a51cd1..02145747e307 100644 --- a/dev-ruby/pkg-config/pkg-config-1.1.6.ebuild +++ b/dev-ruby/pkg-config/pkg-config-1.1.6.ebuild @@ -1,9 +1,9 @@ -# 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/pkg-config/pkg-config-1.1.6.ebuild,v 1.1 2014/11/13 21:54:28 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/pkg-config-1.1.6.ebuild,v 1.2 2015/02/15 10:34:04 graaff Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby19 ruby20 ruby21 ruby22" RUBY_FAKEGEM_EXTRADOC="README.rdoc NEWS" |