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 57584158CBB for ; Mon, 8 May 2023 07:36:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CE60E0870; Mon, 8 May 2023 07:36:40 +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 42BCFE0870 for ; Mon, 8 May 2023 07:36:40 +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 BD814340B28 for ; Mon, 8 May 2023 07:36:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C031A63 for ; Mon, 8 May 2023 07:36:37 +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: <1683531365.28a7be8c9e3b551771c4ba5ad6f31cd28c4074d9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gmp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/gmp/gmp-6.2.1-r2.ebuild dev-libs/gmp/gmp-6.2.1-r5.ebuild X-VCS-Directories: dev-libs/gmp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 28a7be8c9e3b551771c4ba5ad6f31cd28c4074d9 X-VCS-Branch: master Date: Mon, 8 May 2023 07:36:37 +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: e095ec00-76a2-4e6a-babf-64c729ac2dfb X-Archives-Hash: 0dc156d4843dcb7b33117bab104aafc6 commit: 28a7be8c9e3b551771c4ba5ad6f31cd28c4074d9 Author: Sam James gentoo org> AuthorDate: Mon May 8 07:35:40 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 8 07:36:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28a7be8c dev-libs/gmp: fix MissingInherits Closes: https://bugs.gentoo.org/905920 Fixes: 570a3e436ff2a642f9470809fdc8ef63ce560494 Signed-off-by: Sam James gentoo.org> dev-libs/gmp/gmp-6.2.1-r2.ebuild | 2 +- dev-libs/gmp/gmp-6.2.1-r5.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/gmp/gmp-6.2.1-r2.ebuild b/dev-libs/gmp/gmp-6.2.1-r2.ebuild index 4fc7e6093e5d..f2cf7e98c6d9 100644 --- a/dev-libs/gmp/gmp-6.2.1-r2.ebuild +++ b/dev-libs/gmp/gmp-6.2.1-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit libtool multilib-minimal toolchain-funcs +inherit libtool flag-o-matic multilib-minimal toolchain-funcs MY_PV=${PV/_p*} MY_PV=${MY_PV/_/-} diff --git a/dev-libs/gmp/gmp-6.2.1-r5.ebuild b/dev-libs/gmp/gmp-6.2.1-r5.ebuild index 48ef9cdfac29..58542549983b 100644 --- a/dev-libs/gmp/gmp-6.2.1-r5.ebuild +++ b/dev-libs/gmp/gmp-6.2.1-r5.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit gnuconfig libtool multilib-minimal toolchain-funcs +inherit gnuconfig libtool flag-o-matic multilib-minimal toolchain-funcs MY_PV=${PV/_p*} MY_PV=${MY_PV/_/-}