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 6331D158094 for ; Tue, 23 Aug 2022 09:09:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B8FBE07B3; Tue, 23 Aug 2022 09:09:58 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6C4A9E07B3 for ; Tue, 23 Aug 2022 09:09:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 88C88340E70 for ; Tue, 23 Aug 2022 09:09:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25BD6571 for ; Tue, 23 Aug 2022 09:09:56 +0000 (UTC) From: "罗百科" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "罗百科" Message-ID: <1661245794.c479f734d92b2c44f51c2d85b1ec32be8306517a.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/ceph/ceph-16.2.10-r1.ebuild sys-cluster/ceph/ceph-16.2.10-r2.ebuild X-VCS-Directories: sys-cluster/ceph/ X-VCS-Committer: patrick X-VCS-Committer-Name: 罗百科 X-VCS-Revision: c479f734d92b2c44f51c2d85b1ec32be8306517a X-VCS-Branch: master Date: Tue, 23 Aug 2022 09:09:56 +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: cc1af007-3f79-4f89-8140-3e1b5d64af22 X-Archives-Hash: 38243eb6e5831b1a098e81276c588ee3 commit: c479f734d92b2c44f51c2d85b1ec32be8306517a Author: Patrick Lauer gentoo org> AuthorDate: Tue Aug 23 09:09:42 2022 +0000 Commit: 罗百科 gentoo org> CommitDate: Tue Aug 23 09:09:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c479f734 sys-cluster/ceph: Fix patches and compilation for 16.2.10 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Patrick Lauer gentoo.org> sys-cluster/ceph/{ceph-16.2.10-r1.ebuild => ceph-16.2.10-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/ceph/ceph-16.2.10-r1.ebuild b/sys-cluster/ceph/ceph-16.2.10-r2.ebuild similarity index 99% rename from sys-cluster/ceph/ceph-16.2.10-r1.ebuild rename to sys-cluster/ceph/ceph-16.2.10-r2.ebuild index fab42ed01f7d..93265481033e 100644 --- a/sys-cluster/ceph/ceph-16.2.10-r1.ebuild +++ b/sys-cluster/ceph/ceph-16.2.10-r2.ebuild @@ -218,7 +218,7 @@ PATCHES=( "${FILESDIR}/ceph-16.2.7-string-includes.patch" "${FILESDIR}/ceph-17.2.0-fuse3.patch" "${FILESDIR}/ceph-16.2.9-python310.patch" - "${FILESDIR}/ceph-16.2.10-gcc12.patch" + "${FILESDIR}/ceph-17.2.0-gcc12-header.patch" ) check-reqs_export_vars() {