summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2020-05-15 09:01:50 -0400
committerAaron W. Swenson <titanofold@gentoo.org>2020-05-15 09:07:51 -0400
commit5771e902827b33279d91fa8855412bfeb10d4869 (patch)
tree3f4ccd55e6a0752d46f5d89796272be0a30d6cd6 /dev-db/postgresql/postgresql-9.6.17.ebuild
parentdev-php/pecl-mailparse: Drop old (diff)
downloadgentoo-5771e902827b33279d91fa8855412bfeb10d4869.tar.gz
gentoo-5771e902827b33279d91fa8855412bfeb10d4869.tar.bz2
gentoo-5771e902827b33279d91fa8855412bfeb10d4869.zip
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 <titanofold@gentoo.org>
Diffstat (limited to 'dev-db/postgresql/postgresql-9.6.17.ebuild')
-rw-r--r--dev-db/postgresql/postgresql-9.6.17.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/postgresql/postgresql-9.6.17.ebuild b/dev-db/postgresql/postgresql-9.6.17.ebuild
index db31e5a8233d..cc62ab8a0c1a 100644
--- a/dev-db/postgresql/postgresql-9.6.17.ebuild
+++ b/dev-db/postgresql/postgresql-9.6.17.ebuild
@@ -25,7 +25,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} )"
@@ -152,7 +152,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) \