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 0BF4F158009 for ; Fri, 23 Jun 2023 08:51:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A800E0875; Fri, 23 Jun 2023 08:51:31 +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 0EC5DE0875 for ; Fri, 23 Jun 2023 08:51:31 +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 BD5DE340CCC for ; Fri, 23 Jun 2023 08:51:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF5C4AA1 for ; Fri, 23 Jun 2023 08:51:26 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1687510270.a1b673c6b335a941cf7a05ec8e00ea1dd25bf026.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/jekyll-watch/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/jekyll-watch/jekyll-watch-2.2.1-r1.ebuild X-VCS-Directories: www-apps/jekyll-watch/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a1b673c6b335a941cf7a05ec8e00ea1dd25bf026 X-VCS-Branch: master Date: Fri, 23 Jun 2023 08:51:26 +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: 8c42bbf8-d73b-4565-a128-318b4ae5e123 X-Archives-Hash: be795c02de71d2310b9d47be5447987c commit: a1b673c6b335a941cf7a05ec8e00ea1dd25bf026 Author: Sam James gentoo org> AuthorDate: Fri Jun 23 08:37:20 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jun 23 08:51:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1b673c6 www-apps/jekyll-watch: enable ruby31 Signed-off-by: Sam James gentoo.org> www-apps/jekyll-watch/jekyll-watch-2.2.1-r1.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/www-apps/jekyll-watch/jekyll-watch-2.2.1-r1.ebuild b/www-apps/jekyll-watch/jekyll-watch-2.2.1-r1.ebuild index ab5a40126111..87a7a16aa60b 100644 --- a/www-apps/jekyll-watch/jekyll-watch-2.2.1-r1.ebuild +++ b/www-apps/jekyll-watch/jekyll-watch-2.2.1-r1.ebuild @@ -2,12 +2,11 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -USE_RUBY="ruby27 ruby30" +USE_RUBY="ruby30 ruby31" RUBY_FAKEGEM_RECIPE_TEST="rspec3" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.md History.markdown" - RUBY_FAKEGEM_GEMSPEC="jekyll-watch.gemspec" inherit ruby-fakegem @@ -19,7 +18,6 @@ SRC_URI="https://github.com/jekyll/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm64" -IUSE="" ruby_add_rdepend "dev-ruby/listen:3" ruby_add_bdepend "test? ( >=www-apps/jekyll-2 )"