summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaohiro Aota <naota@gentoo.org>2013-12-05 09:57:18 +0000
committerNaohiro Aota <naota@gentoo.org>2013-12-05 09:57:18 +0000
commit2f00a07a1228c89eb174932dd5e73ce1d8f9649c (patch)
tree3adee08641e7afab2f37600785fe586a0fee4790 /dev-ruby/pkg-config
parentAdded changes to live ebuild (diff)
downloadgentoo-2-2f00a07a1228c89eb174932dd5e73ce1d8f9649c.tar.gz
gentoo-2-2f00a07a1228c89eb174932dd5e73ce1d8f9649c.tar.bz2
gentoo-2-2f00a07a1228c89eb174932dd5e73ce1d8f9649c.zip
Add ruby20 support
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Diffstat (limited to 'dev-ruby/pkg-config')
-rw-r--r--dev-ruby/pkg-config/ChangeLog5
-rw-r--r--dev-ruby/pkg-config/pkg-config-1.1.4-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/pkg-config/ChangeLog b/dev-ruby/pkg-config/ChangeLog
index 9cc6990a20d4..a2d94e2753c7 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-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/ChangeLog,v 1.20 2013/10/05 10:43:08 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/ChangeLog,v 1.21 2013/12/05 09:57:18 naota Exp $
+
+ 05 Dec 2013; Naohiro Aota <naota@gentoo.org> pkg-config-1.1.4-r1.ebuild:
+ Add ruby20 support
*pkg-config-1.1.4-r1 (05 Oct 2013)
diff --git a/dev-ruby/pkg-config/pkg-config-1.1.4-r1.ebuild b/dev-ruby/pkg-config/pkg-config-1.1.4-r1.ebuild
index ccd505ddb3ce..95b6bf34a388 100644
--- a/dev-ruby/pkg-config/pkg-config-1.1.4-r1.ebuild
+++ b/dev-ruby/pkg-config/pkg-config-1.1.4-r1.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/pkg-config/pkg-config-1.1.4-r1.ebuild,v 1.1 2013/10/05 10:43:08 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/pkg-config-1.1.4-r1.ebuild,v 1.2 2013/12/05 09:57:18 naota Exp $
EAPI=5
-USE_RUBY="ruby18 ruby19"
+USE_RUBY="ruby18 ruby19 ruby20"
RUBY_FAKEGEM_EXTRADOC="README.rdoc NEWS"