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 A73FC15806E for ; Sat, 20 May 2023 09:21:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48C23E0819; Sat, 20 May 2023 09:21:16 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ECDE1E0819 for ; Sat, 20 May 2023 09:21:15 +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 C8F8F340EA9 for ; Sat, 20 May 2023 09:21:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A463A6C for ; Sat, 20 May 2023 09:21:13 +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: <1684574442.2dea82b9c8acd8cd126ce193012d0793886d338e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-rc4/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ruby-rc4/ruby-rc4-0.1.5-r3.ebuild X-VCS-Directories: dev-ruby/ruby-rc4/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2dea82b9c8acd8cd126ce193012d0793886d338e X-VCS-Branch: master Date: Sat, 20 May 2023 09:21:13 +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: 8cfc7b71-a43a-4aef-86f5-286fde1a612c X-Archives-Hash: 3b10ed5a9b0549a807abf984b0e7a288 commit: 2dea82b9c8acd8cd126ce193012d0793886d338e Author: Sam James gentoo org> AuthorDate: Sat May 20 08:31:38 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat May 20 09:20:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dea82b9 dev-ruby/ruby-rc4: DESCRIPTION tweak Signed-off-by: Sam James gentoo.org> dev-ruby/ruby-rc4/ruby-rc4-0.1.5-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/ruby-rc4/ruby-rc4-0.1.5-r3.ebuild b/dev-ruby/ruby-rc4/ruby-rc4-0.1.5-r3.ebuild index e0870cf4c2d5..5a29e03f0936 100644 --- a/dev-ruby/ruby-rc4/ruby-rc4-0.1.5-r3.ebuild +++ b/dev-ruby/ruby-rc4/ruby-rc4-0.1.5-r3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -USE_RUBY="ruby27 ruby30 ruby31 ruby32" +USE_RUBY="ruby30 ruby31 ruby32" RUBY_FAKEGEM_RECIPE_TEST="rspec3" @@ -12,7 +12,7 @@ RUBY_FAKEGEM_EXTRADOC="README.md" inherit ruby-fakegem -DESCRIPTION="A pure Ruby implementation of the Rc4 algorithm" +DESCRIPTION="A pure Ruby implementation of the RC4 algorithm" HOMEPAGE="https://github.com/caiges/Ruby-RC4" LICENSE="MIT"