commit: d56751d773a6e226f07bf471461b77da3267be28 Author: Patrick Lauer <patrick <AT> gentoo <DOT> org> AuthorDate: Mon Feb 21 15:25:58 2022 +0000 Commit: 罗百科 <patrick <AT> gentoo <DOT> org> CommitDate: Mon Feb 21 15:26:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d56751d7
dev-db/postgresql: add zstd support to -9999 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org> dev-db/postgresql/postgresql-9999.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-db/postgresql/postgresql-9999.ebuild b/dev-db/postgresql/postgresql-9999.ebuild index c922ae2da90f..f290a4330a72 100644 --- a/dev-db/postgresql/postgresql-9999.ebuild +++ b/dev-db/postgresql/postgresql-9999.ebuild @@ -18,9 +18,9 @@ LICENSE="POSTGRESQL GPL-2" DESCRIPTION="PostgreSQL RDBMS" HOMEPAGE="https://www.postgresql.org/" -IUSE="debug icu kerberos ldap llvm lz4 +IUSE="debug icu kerberos ldap llvm +lz4 nls pam perl python +readline selinux server systemd - ssl static-libs tcl threads uuid xml zlib" + ssl static-libs tcl threads uuid xml zlib zstd" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" @@ -48,6 +48,7 @@ tcl? ( >=dev-lang/tcl-8:0= ) uuid? ( dev-libs/ossp-uuid ) xml? ( dev-libs/libxml2 dev-libs/libxslt ) zlib? ( sys-libs/zlib ) +zstd? ( app-arch/zstd ) " # uuid flags -- depend on sys-apps/util-linux for Linux libcs, or if no @@ -173,6 +174,7 @@ src_configure() { $(use_with xml libxml) \ $(use_with xml libxslt) \ $(use_with zlib) \ + $(use_with zstd ) \ $(use_with systemd) \ ${uuid_config}" if use alpha; then
