From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1470926-garchives=archives.gentoo.org@lists.gentoo.org>
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 C1C21158020
	for <garchives@archives.gentoo.org>; Sun, 25 Dec 2022 07:29:36 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 81CF3E07D4;
	Sun, 25 Dec 2022 07:29:35 +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 66CBAE07D4
	for <gentoo-commits@lists.gentoo.org>; Sun, 25 Dec 2022 07:29:35 +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 30421340F92
	for <gentoo-commits@lists.gentoo.org>; Sun, 25 Dec 2022 07:29:34 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 69ABA7ED
	for <gentoo-commits@lists.gentoo.org>; Sun, 25 Dec 2022 07:29:32 +0000 (UTC)
From: "Hans de Graaff" <graaff@gentoo.org>
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" <graaff@gentoo.org>
Message-ID: <1671952547.707d27e9e7249b6fe0e4de547bb5eb7934b4f3ba.graaff@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-prof/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-ruby/ruby-prof/ruby-prof-1.4.4.ebuild
X-VCS-Directories: dev-ruby/ruby-prof/
X-VCS-Committer: graaff
X-VCS-Committer-Name: Hans de Graaff
X-VCS-Revision: 707d27e9e7249b6fe0e4de547bb5eb7934b4f3ba
X-VCS-Branch: master
Date: Sun, 25 Dec 2022 07:29:32 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: be4fc26b-6655-414f-b47b-83ea0b7efd8f
X-Archives-Hash: 95197c793327c7c7943aeaad1fc700b9

commit:     707d27e9e7249b6fe0e4de547bb5eb7934b4f3ba
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 25 07:15:47 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Dec 25 07:15:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=707d27e9

dev-ruby/ruby-prof: drop unused multilib eclass

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/ruby-prof/ruby-prof-1.4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/ruby-prof/ruby-prof-1.4.4.ebuild b/dev-ruby/ruby-prof/ruby-prof-1.4.4.ebuild
index 347bff9803d3..a23ae9460ff3 100644
--- a/dev-ruby/ruby-prof/ruby-prof-1.4.4.ebuild
+++ b/dev-ruby/ruby-prof/ruby-prof-1.4.4.ebuild
@@ -13,7 +13,7 @@ RUBY_FAKEGEM_GEMSPEC="ruby-prof.gemspec"
 RUBY_FAKEGEM_EXTENSIONS=(ext/ruby_prof/extconf.rb)
 RUBY_FAKEGEM_EXTENSION_LIBDIR="lib/ruby_prof"
 
-inherit multilib ruby-fakegem
+inherit ruby-fakegem
 
 DESCRIPTION="A module for profiling Ruby code"
 HOMEPAGE="https://github.com/ruby-prof/ruby-prof"