Gentoo Archives: gentoo-commits

From: "罗百科" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/timescaledb/
Date: Sat, 19 Feb 2022 19:00:01
Message-Id: 1645297194.9c2a5cc87545d3f80302027aa5d98bda5b7af118.patrick@gentoo
1 commit: 9c2a5cc87545d3f80302027aa5d98bda5b7af118
2 Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 19 18:59:35 2022 +0000
4 Commit: 罗百科 <patrick <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 19 18:59:54 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c2a5cc8
7
8 dev-db/timescaledb: Fix postgresql[ssl] dependency
9
10 Closes: https://bugs.gentoo.org/833776
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org>
13
14 .../{timescaledb-2.5.2.ebuild => timescaledb-2.5.2-r1.ebuild} | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-db/timescaledb/timescaledb-2.5.2.ebuild b/dev-db/timescaledb/timescaledb-2.5.2-r1.ebuild
18 similarity index 96%
19 rename from dev-db/timescaledb/timescaledb-2.5.2.ebuild
20 rename to dev-db/timescaledb/timescaledb-2.5.2-r1.ebuild
21 index f45cf070514a..b6b5d265256d 100644
22 --- a/dev-db/timescaledb/timescaledb-2.5.2.ebuild
23 +++ b/dev-db/timescaledb/timescaledb-2.5.2-r1.ebuild
24 @@ -4,6 +4,7 @@
25 EAPI=7
26
27 POSTGRES_COMPAT=( 12 13 14 )
28 +POSTGRES_USEDEP="ssl"
29
30 inherit postgres-multi cmake
31
32 @@ -20,8 +21,7 @@ SLOT=0
33
34 RESTRICT="test"
35
36 -DEPEND="${POSTGRES_DEP}
37 - dev-libs/openssl:="
38 +DEPEND="${POSTGRES_DEP}"
39 RDEPEND="${DEPEND}"
40
41 CMAKE_IN_SOURCE_BUILD=yes