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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7CB2F158017 for ; Tue, 28 Sep 2021 01:09:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0D8EE0A8F; Tue, 28 Sep 2021 01:09:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A4A83E0A8F for ; Tue, 28 Sep 2021 01:09:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B25A7342E62 for ; Tue, 28 Sep 2021 01:09:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54131A3 for ; Tue, 28 Sep 2021 01:09:39 +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: <1632791338.ad0aa2b94fa5ee7c59f923ab359b1cdf97a92b5e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/eventmachine/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/eventmachine/eventmachine-1.2.7-r2.ebuild X-VCS-Directories: dev-ruby/eventmachine/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ad0aa2b94fa5ee7c59f923ab359b1cdf97a92b5e X-VCS-Branch: master Date: Tue, 28 Sep 2021 01:09:39 +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: 319e6e60-56a7-4ff2-b06d-c31390053e98 X-Archives-Hash: d0aafa7324f137ad3413f0e213092a7d commit: ad0aa2b94fa5ee7c59f923ab359b1cdf97a92b5e Author: Sam James gentoo org> AuthorDate: Tue Sep 28 01:08:54 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Sep 28 01:08:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad0aa2b9 dev-ruby/eventmachine: disable ruby25, drop unused multilib.eclass Signed-off-by: Sam James gentoo.org> dev-ruby/eventmachine/eventmachine-1.2.7-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/eventmachine/eventmachine-1.2.7-r2.ebuild b/dev-ruby/eventmachine/eventmachine-1.2.7-r2.ebuild index 1954db7ace0..d3b2c9b344d 100644 --- a/dev-ruby/eventmachine/eventmachine-1.2.7-r2.ebuild +++ b/dev-ruby/eventmachine/eventmachine-1.2.7-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -USE_RUBY="ruby25 ruby26 ruby27" +USE_RUBY="ruby26 ruby27" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_DOCDIR="rdoc" @@ -14,7 +14,7 @@ RUBY_FAKEGEM_GEMSPEC="eventmachine.gemspec" RUBY_FAKEGEM_EXTENSIONS=(ext/extconf.rb ext/fastfilereader/extconf.rb) RUBY_FAKEGEM_EXTRAINSTALL=(examples) -inherit multilib ruby-fakegem +inherit ruby-fakegem DESCRIPTION="EventMachine is a fast, simple event-processing library for Ruby programs" HOMEPAGE="https://github.com/eventmachine/eventmachine"