diff options
| author | Aaron W. Swenson <titanofold@gentoo.org> | 2020-05-15 09:01:50 -0400 |
|---|---|---|
| committer | Aaron W. Swenson <titanofold@gentoo.org> | 2020-05-15 09:07:51 -0400 |
| commit | 5771e902827b33279d91fa8855412bfeb10d4869 (patch) | |
| tree | 3f4ccd55e6a0752d46f5d89796272be0a30d6cd6 /dev-db/postgresql/postgresql-9.5.21.ebuild | |
| parent | 8cc23f88b6a90f91e4536625c247c73029abd524 (diff) | |
| download | gentoo-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.5.21.ebuild')
| -rw-r--r-- | dev-db/postgresql/postgresql-9.5.21.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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) \ |
