From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 748BD15812D for ; Tue, 31 Dec 2024 13:58:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 626E7E07C5; Tue, 31 Dec 2024 13:58:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47B1EE07C5 for ; Tue, 31 Dec 2024 13:58:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 56F6833BF29 for ; Tue, 31 Dec 2024 13:58:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8DF12190F for ; Tue, 31 Dec 2024 13:58:05 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1735652806.b3d01a1e937d8a2f1d44fb32435b5230be526d2a.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-termios/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ruby-termios/ruby-termios-1.1.0-r2.ebuild X-VCS-Directories: dev-ruby/ruby-termios/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: b3d01a1e937d8a2f1d44fb32435b5230be526d2a X-VCS-Branch: master Date: Tue, 31 Dec 2024 13:58:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ce2f44d2-2b50-487d-a38b-c18749218e35 X-Archives-Hash: ad1dc6a2eb812097b8563e0071fbc936 commit: b3d01a1e937d8a2f1d44fb32435b5230be526d2a Author: Hans de Graaff gentoo org> AuthorDate: Tue Dec 31 13:46:46 2024 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Tue Dec 31 13:46:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3d01a1e dev-ruby/ruby-termios: enable ruby34 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/ruby-termios/ruby-termios-1.1.0-r2.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-ruby/ruby-termios/ruby-termios-1.1.0-r2.ebuild b/dev-ruby/ruby-termios/ruby-termios-1.1.0-r2.ebuild index 9b7fc27f4864..7f8fb7785c73 100644 --- a/dev-ruby/ruby-termios/ruby-termios-1.1.0-r2.ebuild +++ b/dev-ruby/ruby-termios/ruby-termios-1.1.0-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby31 ruby32 ruby33" +USE_RUBY="ruby31 ruby32 ruby33 ruby34" RUBY_FAKEGEM_EXTRADOC="README.md termios.rd" @@ -21,4 +21,3 @@ HOMEPAGE="http://arika.org/ruby/termios" LICENSE="Ruby-BSD" SLOT="0" KEYWORDS="amd64 ~hppa ~mips ~ppc x86" -IUSE=""