diff options
author | Hans de Graaff <graaff@gentoo.org> | 2023-03-11 08:38:28 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2023-03-11 09:25:38 +0100 |
commit | cc174b3375b3d3964784f381e2a3833e0bc7a687 (patch) | |
tree | 3fc07a518543826ffd7b2f11760c7fafbcc2a5db /dev-ruby/pkg-config | |
parent | net-print/cnijfilter2: fix QA variable (diff) | |
download | gentoo-cc174b3375b3d3964784f381e2a3833e0bc7a687.tar.gz gentoo-cc174b3375b3d3964784f381e2a3833e0bc7a687.tar.bz2 gentoo-cc174b3375b3d3964784f381e2a3833e0bc7a687.zip |
dev-ruby/pkg-config: enable ruby32
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/pkg-config')
-rw-r--r-- | dev-ruby/pkg-config/pkg-config-1.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/pkg-config/pkg-config-1.5.1.ebuild b/dev-ruby/pkg-config/pkg-config-1.5.1.ebuild index d8aebeb67680..45a2f9b1343b 100644 --- a/dev-ruby/pkg-config/pkg-config-1.5.1.ebuild +++ b/dev-ruby/pkg-config/pkg-config-1.5.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby27 ruby30 ruby31" +USE_RUBY="ruby27 ruby30 ruby31 ruby32" RUBY_FAKEGEM_EXTRADOC="README.rdoc NEWS" |