From 5771e902827b33279d91fa8855412bfeb10d4869 Mon Sep 17 00:00:00 2001 From: "Aaron W. Swenson" Date: Fri, 15 May 2020 09:01:50 -0400 Subject: dev-db/postgresql: Version Bumps and more Bump versions to: 12.3, 11.8, 10.13, 9.6.18, 9.5.22 The 9.4 series is now EOL, and will be masked for removal. Additionally: - Dropped L10N since it doesn't actually do anything - Removed the underscore in a use flag to comply with policy: pg_legacytimestamp is now pg-legacytimestamp - Removed outdated and nonexistent blockers - Added "server" use flag to help clean up some harmless notices in gentoo-ci - Migrated from user.eclass to GLEP 81 Closes: https://bugs.gentoo.org/723082 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Aaron W. Swenson --- dev-db/postgresql/postgresql-9.5.21.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-db/postgresql/postgresql-9.5.21.ebuild') diff --git a/dev-db/postgresql/postgresql-9.5.21.ebuild b/dev-db/postgresql/postgresql-9.5.21.ebuild index 00537608230f..11de5150b264 100644 --- a/dev-db/postgresql/postgresql-9.5.21.ebuild +++ b/dev-db/postgresql/postgresql-9.5.21.ebuild @@ -22,7 +22,7 @@ DESCRIPTION="PostgreSQL RDBMS" HOMEPAGE="https://www.postgresql.org/" IUSE="debug doc kerberos kernel_linux ldap libressl nls pam perl - -pg_legacytimestamp python +readline selinux +server systemd ssl + -pg-legacytimestamp python +readline selinux +server systemd ssl static-libs tcl threads uuid xml zlib" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" @@ -148,7 +148,7 @@ src_configure() { --sysconfdir="${PO}/etc/postgresql-${SLOT}" \ --with-system-tzdata="${PO}/usr/share/zoneinfo" \ $(use_enable !alpha spinlocks) \ - $(use_enable !pg_legacytimestamp integer-datetimes) \ + $(use_enable !pg-legacytimestamp integer-datetimes) \ $(use_enable debug) \ $(use_enable threads thread-safety) \ $(use_with kerberos gssapi) \ -- cgit v1.2.3