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 37DFC138359 for ; Wed, 25 Nov 2020 05:34:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 430B5E0828; Wed, 25 Nov 2020 05:34:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2A512E0828 for ; Wed, 25 Nov 2020 05:34:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F39BD34103B for ; Wed, 25 Nov 2020 05:34:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 437233FB for ; Wed, 25 Nov 2020 05:34:35 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1606282469.525e9e97e2dafea711da2a198122275fd1e6dacd.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/ceph/ceph-15.2.6-r1.ebuild sys-cluster/ceph/ceph-15.2.6.ebuild X-VCS-Directories: sys-cluster/ceph/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 525e9e97e2dafea711da2a198122275fd1e6dacd X-VCS-Branch: master Date: Wed, 25 Nov 2020 05:34:35 +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: caa8e76d-c17b-43a4-b396-f3b42a9b7c51 X-Archives-Hash: 8525a802f15eee1d7736c845d46680bf commit: 525e9e97e2dafea711da2a198122275fd1e6dacd Author: Patrick McLean sony com> AuthorDate: Wed Nov 25 05:34:01 2020 +0000 Commit: Patrick McLean gentoo org> CommitDate: Wed Nov 25 05:34:29 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=525e9e97 sys-cluster/ceph-15.2.6-r1: Drop patch to systemd unit (bug #756031) Closes: https://bugs.gentoo.org/756031 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Patrick McLean gentoo.org> sys-cluster/ceph/{ceph-15.2.6.ebuild => ceph-15.2.6-r1.ebuild} | 1 - 1 file changed, 1 deletion(-) diff --git a/sys-cluster/ceph/ceph-15.2.6.ebuild b/sys-cluster/ceph/ceph-15.2.6-r1.ebuild similarity index 99% rename from sys-cluster/ceph/ceph-15.2.6.ebuild rename to sys-cluster/ceph/ceph-15.2.6-r1.ebuild index 9e98afd12a0..fc7c749fbf7 100644 --- a/sys-cluster/ceph/ceph-15.2.6.ebuild +++ b/sys-cluster/ceph/ceph-15.2.6-r1.ebuild @@ -201,7 +201,6 @@ PATCHES=( "${FILESDIR}/ceph-15.2.3-spdk-compile.patch" "${FILESDIR}/ceph-15.2.4-system-uring.patch" "${FILESDIR}/ceph-15.2.5-missing-includes.patch" - "${FILESDIR}/ceph-15.2.5-systemd-unit-fix.patch" "${FILESDIR}/ceph-15.2.5-glibc-2.32.patch" )