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 BA735138334 for ; Tue, 26 Jun 2018 10:12:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74279E0788; Tue, 26 Jun 2018 10:12:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 40D1FE0788 for ; Tue, 26 Jun 2018 10:12:23 +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 41372335C90 for ; Tue, 26 Jun 2018 10:12:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC7D62E1 for ; Tue, 26 Jun 2018 10:12:18 +0000 (UTC) From: "Aaron Swenson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Swenson" Message-ID: <1530007924.0d6d0841461d70a12f9b493567dafe3e0cc6214c.titanofold@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: titanofold X-VCS-Committer-Name: Aaron Swenson X-VCS-Revision: 0d6d0841461d70a12f9b493567dafe3e0cc6214c X-VCS-Branch: master Date: Tue, 26 Jun 2018 10:12:18 +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-Archives-Salt: a540feac-83d0-4777-9ee0-d0452e7988ac X-Archives-Hash: 7deef765ce4c90a2189e56904dce9b16 commit: 0d6d0841461d70a12f9b493567dafe3e0cc6214c Author: Aaron W. Swenson gentoo org> AuthorDate: Tue Jun 26 10:12:04 2018 +0000 Commit: Aaron Swenson gentoo org> CommitDate: Tue Jun 26 10:12:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d6d0841 dev-db/postgresql: Slot bump live ebuild Bump the slot to 12. Also, remove obsolete bool fix. Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-db/postgresql/postgresql-9999.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-db/postgresql/postgresql-9999.ebuild b/dev-db/postgresql/postgresql-9999.ebuild index c63f1facc0e..65ea48f8b86 100644 --- a/dev-db/postgresql/postgresql-9999.ebuild +++ b/dev-db/postgresql/postgresql-9999.ebuild @@ -11,7 +11,7 @@ inherit eutils flag-o-matic git-r3 linux-info multilib pam prefix \ KEYWORDS="" # Bump when rc released. -SLOT="11" +SLOT="12" EGIT_REPO_URI="https://git.postgresql.org/git/postgresql.git" @@ -97,9 +97,6 @@ pkg_setup() { } src_prepare() { - # Work around PPC{,64} compilation bug where bool is already defined - sed '/#ifndef __cplusplus/a #undef bool' -i src/include/c.h || die - # Set proper run directory sed "s|\(PGSOCKET_DIR\s\+\)\"/tmp\"|\1\"${EPREFIX}/run/postgresql\"|" \ -i src/include/pg_config_manual.h || die