Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/pkg-config/
Date: Tue, 29 Dec 2020 06:36:26
Message-Id: 1609223777.86c46a1097255b7a62ae1d22b3869c91dcf3d4a9.graaff@gentoo
1 commit: 86c46a1097255b7a62ae1d22b3869c91dcf3d4a9
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 29 06:33:14 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 29 06:36:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86c46a10
7
8 dev-ruby/pkg-config: add ruby30
9
10 Package-Manager: Portage-3.0.9, Repoman-3.0.2
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/pkg-config/pkg-config-1.4.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-ruby/pkg-config/pkg-config-1.4.3.ebuild b/dev-ruby/pkg-config/pkg-config-1.4.3.ebuild
17 index 2ebdd50bb93..47172bfeeaa 100644
18 --- a/dev-ruby/pkg-config/pkg-config-1.4.3.ebuild
19 +++ b/dev-ruby/pkg-config/pkg-config-1.4.3.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=7
24 -USE_RUBY="ruby25 ruby26 ruby27"
25 +USE_RUBY="ruby25 ruby26 ruby27 ruby30"
26
27 RUBY_FAKEGEM_EXTRADOC="README.rdoc NEWS"