Gentoo Archives: gentoo-commits

From: "罗百科" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/
Date: Mon, 21 Feb 2022 15:26:24
Message-Id: 1645457178.d56751d773a6e226f07bf471461b77da3267be28.patrick@gentoo
1 commit: d56751d773a6e226f07bf471461b77da3267be28
2 Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 21 15:25:58 2022 +0000
4 Commit: 罗百科 <patrick <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 21 15:26:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d56751d7
7
8 dev-db/postgresql: add zstd support to -9999
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org>
12
13 dev-db/postgresql/postgresql-9999.ebuild | 6 ++++--
14 1 file changed, 4 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-db/postgresql/postgresql-9999.ebuild b/dev-db/postgresql/postgresql-9999.ebuild
17 index c922ae2da90f..f290a4330a72 100644
18 --- a/dev-db/postgresql/postgresql-9999.ebuild
19 +++ b/dev-db/postgresql/postgresql-9999.ebuild
20 @@ -18,9 +18,9 @@ LICENSE="POSTGRESQL GPL-2"
21 DESCRIPTION="PostgreSQL RDBMS"
22 HOMEPAGE="https://www.postgresql.org/"
23
24 -IUSE="debug icu kerberos ldap llvm lz4
25 +IUSE="debug icu kerberos ldap llvm +lz4
26 nls pam perl python +readline selinux server systemd
27 - ssl static-libs tcl threads uuid xml zlib"
28 + ssl static-libs tcl threads uuid xml zlib zstd"
29
30 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
31
32 @@ -48,6 +48,7 @@ tcl? ( >=dev-lang/tcl-8:0= )
33 uuid? ( dev-libs/ossp-uuid )
34 xml? ( dev-libs/libxml2 dev-libs/libxslt )
35 zlib? ( sys-libs/zlib )
36 +zstd? ( app-arch/zstd )
37 "
38
39 # uuid flags -- depend on sys-apps/util-linux for Linux libcs, or if no
40 @@ -173,6 +174,7 @@ src_configure() {
41 $(use_with xml libxml) \
42 $(use_with xml libxslt) \
43 $(use_with zlib) \
44 + $(use_with zstd ) \
45 $(use_with systemd) \
46 ${uuid_config}"
47 if use alpha; then