commit:     c0b613100d73d2e86fdb7c0d5b90bfb2c6d9c79d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  2 03:34:15 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr  2 05:06:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0b61310

dev-ruby/network_interface: enable ruby32

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ruby/network_interface/network_interface-0.0.2-r1.ebuild | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/dev-ruby/network_interface/network_interface-0.0.2-r1.ebuild 
b/dev-ruby/network_interface/network_interface-0.0.2-r1.ebuild
index 0d329543785f..31336f43d376 100644
--- a/dev-ruby/network_interface/network_interface-0.0.2-r1.ebuild
+++ b/dev-ruby/network_interface/network_interface-0.0.2-r1.ebuild
@@ -1,12 +1,10 @@
-# 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="ruby26 ruby27 ruby30 ruby31"
-
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
 RUBY_FAKEGEM_EXTENSIONS=(ext/network_interface_ext/extconf.rb)
 
 inherit ruby-fakegem
@@ -17,7 +15,6 @@ HOMEPAGE="https://github.com/rapid7/network_interface";
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
 
 # Tests are brittle as they cannot deal with all network interface 
configurations.
 RESTRICT="test"

Reply via email to