diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2018-06-26 06:12:04 -0400 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2018-06-26 06:12:04 -0400 |
commit | 0d6d0841461d70a12f9b493567dafe3e0cc6214c (patch) | |
tree | b1bfa98e8dca428fdfd4dcd95d9cf49f92808ed3 /dev-db/postgresql/postgresql-9999.ebuild | |
parent | sys-libs/glibc: add USE=multiarch (enabled by default) (diff) | |
download | gentoo-0d6d0841461d70a12f9b493567dafe3e0cc6214c.tar.gz gentoo-0d6d0841461d70a12f9b493567dafe3e0cc6214c.tar.bz2 gentoo-0d6d0841461d70a12f9b493567dafe3e0cc6214c.zip |
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
Diffstat (limited to 'dev-db/postgresql/postgresql-9999.ebuild')
-rw-r--r-- | dev-db/postgresql/postgresql-9999.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dev-db/postgresql/postgresql-9999.ebuild b/dev-db/postgresql/postgresql-9999.ebuild index c63f1facc0ed..65ea48f8b86c 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 |