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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9B77415800A for ; Thu, 24 Aug 2023 22:42:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3571D2BC02B; Thu, 24 Aug 2023 22:42:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 13F372BC02A for ; Thu, 24 Aug 2023 22:42:00 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 598FB340CD7 for ; Thu, 24 Aug 2023 22:41:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F8641080 for ; Thu, 24 Aug 2023 22:41:56 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1692866304.ea0d1f396093e5fe5ee86fbb8222c9cdd9d68ff2.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-ruby/byebug/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-ruby/byebug/byebug-11.1.3.ebuild X-VCS-Directories: dev-ruby/byebug/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: ea0d1f396093e5fe5ee86fbb8222c9cdd9d68ff2 X-VCS-Branch: master Date: Thu, 24 Aug 2023 22:41:56 +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: 8d25c378-7440-4459-b5d9-7ed9223a2d89 X-Archives-Hash: 44c43fc7dad05e84412429c4c8d8ad38 commit: ea0d1f396093e5fe5ee86fbb8222c9cdd9d68ff2 Author: Huang Rui gmail com> AuthorDate: Thu Aug 24 08:36:18 2023 +0000 Commit: David Roman gmail com> CommitDate: Thu Aug 24 08:38:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ea0d1f39 dev-ruby/byebug: update EAPI 7 -> 8, remove ruby30 Signed-off-by: Huang Rui gmail.com> dev-ruby/byebug/byebug-11.1.3.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ruby/byebug/byebug-11.1.3.ebuild b/dev-ruby/byebug/byebug-11.1.3.ebuild index a7cbca0a01..df024c269c 100644 --- a/dev-ruby/byebug/byebug-11.1.3.ebuild +++ b/dev-ruby/byebug/byebug-11.1.3.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 RUBY_FAKEGEM_BINDIR="exe" RUBY_FAKEGEM_EXTENSIONS=(ext/byebug/extconf.rb) RUBY_FAKEGEM_EXTENSION_LIBDIR=lib/byebug RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md GUIDE.md README.md" RUBY_FAKEGEM_GEMSPEC=${PN}.gemspec -USE_RUBY="ruby30 ruby31 ruby32" +USE_RUBY="ruby31 ruby32" inherit ruby-fakegem