commit: dc6cb9745cf5678b3a57b88450404bc8eb333e4f Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Mon Apr 18 14:13:05 2022 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Mon Apr 18 17:15:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc6cb974
dev-ruby/serialport: enable ruby31 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/serialport/serialport-1.3.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ruby/serialport/serialport-1.3.2.ebuild b/dev-ruby/serialport/serialport-1.3.2.ebuild index 994ac57e0394..812e30d502b9 100644 --- a/dev-ruby/serialport/serialport-1.3.2.ebuild +++ b/dev-ruby/serialport/serialport-1.3.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30" +USE_RUBY="ruby26 ruby27 ruby30 ruby31" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_TASK_TEST="" @@ -11,7 +11,7 @@ RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md" RUBY_FAKEGEM_EXTENSIONS=(ext/native/extconf.rb) -inherit multilib ruby-fakegem +inherit ruby-fakegem DESCRIPTION="a library for serial port (rs232) access in ruby" HOMEPAGE="https://github.com/hparra/ruby-serialport/"
