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 15C0515806E for ; Tue, 16 May 2023 20:21:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B484E0864; Tue, 16 May 2023 20:21:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 05CABE0864 for ; Tue, 16 May 2023 20:21:25 +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 1207C340D78 for ; Tue, 16 May 2023 20:21:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B69EA6F for ; Tue, 16 May 2023 20:21:23 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1684268073.e37ba707d5dcbb6218c524c087ea6ed0b3c1d21b.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/php/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/php/php-8.1.18-r1.ebuild X-VCS-Directories: dev-lang/php/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: e37ba707d5dcbb6218c524c087ea6ed0b3c1d21b X-VCS-Branch: master Date: Tue, 16 May 2023 20:21:23 +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: 8cfd0da3-19e9-4a1d-950e-0939f3f0fa75 X-Archives-Hash: dab08da8117eefc27230809e4812d395 commit: e37ba707d5dcbb6218c524c087ea6ed0b3c1d21b Author: Michael Orlitzky gentoo org> AuthorDate: Tue May 16 20:14:33 2023 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Tue May 16 20:14:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e37ba707 dev-lang/php: fix indirect inherit QA warning in php-8.1.18-r1.ebuild. Signed-off-by: Michael Orlitzky gentoo.org> dev-lang/php/php-8.1.18-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/php/php-8.1.18-r1.ebuild b/dev-lang/php/php-8.1.18-r1.ebuild index bdd36d3fc8f6..c0e72501cd78 100644 --- a/dev-lang/php/php-8.1.18-r1.ebuild +++ b/dev-lang/php/php-8.1.18-r1.ebuild @@ -5,7 +5,7 @@ EAPI="8" WANT_AUTOMAKE="none" -inherit flag-o-matic systemd autotools +inherit flag-o-matic multilib systemd autotools MY_PV=${PV/_rc/RC} DESCRIPTION="The PHP language runtime engine"