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 C7E0215A7D9 for ; Sat, 18 Mar 2023 19:48:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BAE32E085B; Sat, 18 Mar 2023 19:48:08 +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 946E9E085B for ; Sat, 18 Mar 2023 19:48:08 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9BB77341378 for ; Sat, 18 Mar 2023 19:48:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F33B8D6 for ; Sat, 18 Mar 2023 19:48:06 +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: <1679168884.a43dd1170156d01738a5821a95ccefb434ae13fa.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/postgresql/postgresql-9999.ebuild X-VCS-Directories: dev-db/postgresql/ X-VCS-Committer: patrick X-VCS-Committer-Name: 罗百科 X-VCS-Revision: a43dd1170156d01738a5821a95ccefb434ae13fa X-VCS-Branch: master Date: Sat, 18 Mar 2023 19:48:06 +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: 6dbeee8e-b953-41a9-8274-c22c3ac3b8c0 X-Archives-Hash: c40eec8a7f43c80f5f3a08794e2cf8a5 commit: a43dd1170156d01738a5821a95ccefb434ae13fa Author: Patrick Lauer gentoo org> AuthorDate: Sat Mar 18 19:34:44 2023 +0000 Commit: 罗百科 gentoo org> CommitDate: Sat Mar 18 19:48:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a43dd117 dev-db/postgresql: Fix build Signed-off-by: Patrick Lauer gentoo.org> dev-db/postgresql/postgresql-9999.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev-db/postgresql/postgresql-9999.ebuild b/dev-db/postgresql/postgresql-9999.ebuild index 6915e96b7cec..34af349c05ac 100644 --- a/dev-db/postgresql/postgresql-9999.ebuild +++ b/dev-db/postgresql/postgresql-9999.ebuild @@ -108,9 +108,6 @@ pkg_setup() { } src_prepare() { - # still needed as of 2021-08-13 - eapply "${FILESDIR}"/${PN}-13.3-riscv-spinlocks.patch - # Set proper run directory sed "s|\(PGSOCKET_DIR\s\+\)\"/tmp\"|\1\"${EPREFIX}/run/postgresql\"|" \ -i src/include/pg_config_manual.h || die