Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/
Date: Wed, 29 May 2019 10:03:50
Message-Id: 1559124072.609d93ea62940bdfc1b9f0a74b2364ec855735f8.mgorny@gentoo
1 commit: 609d93ea62940bdfc1b9f0a74b2364ec855735f8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 28 18:45:24 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 29 10:01:12 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=609d93ea
7
8 net-analyzer/cacti-spine: [QA] Fix openssl dep to :0=
9
10 The package requires OpenSSL at build time, so only slot 0 can satisfy
11 it. The package links to OpenSSL, so := is in place.
12
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 .../{cacti-spine-1.1.38-r1.ebuild => cacti-spine-1.1.38-r2.ebuild} | 2 +-
16 .../{cacti-spine-1.2.2.ebuild => cacti-spine-1.2.2-r1.ebuild} | 2 +-
17 2 files changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.38-r1.ebuild b/net-analyzer/cacti-spine/cacti-spine-1.1.38-r2.ebuild
20 similarity index 97%
21 rename from net-analyzer/cacti-spine/cacti-spine-1.1.38-r1.ebuild
22 rename to net-analyzer/cacti-spine/cacti-spine-1.1.38-r2.ebuild
23 index ad41da8c915..23a8cb6b9a4 100644
24 --- a/net-analyzer/cacti-spine/cacti-spine-1.1.38-r1.ebuild
25 +++ b/net-analyzer/cacti-spine/cacti-spine-1.1.38-r2.ebuild
26 @@ -15,7 +15,7 @@ SLOT="0"
27 KEYWORDS="alpha amd64 hppa ~ppc ~ppc64 sparc x86"
28
29 CDEPEND="
30 - dev-libs/openssl:*
31 + dev-libs/openssl:0=
32 net-analyzer/net-snmp:=
33 dev-db/mysql-connector-c:0=
34 "
35
36 diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.2.ebuild b/net-analyzer/cacti-spine/cacti-spine-1.2.2-r1.ebuild
37 similarity index 97%
38 rename from net-analyzer/cacti-spine/cacti-spine-1.2.2.ebuild
39 rename to net-analyzer/cacti-spine/cacti-spine-1.2.2-r1.ebuild
40 index 877f39bf52c..9a49a508792 100644
41 --- a/net-analyzer/cacti-spine/cacti-spine-1.2.2.ebuild
42 +++ b/net-analyzer/cacti-spine/cacti-spine-1.2.2-r1.ebuild
43 @@ -15,7 +15,7 @@ SLOT="0"
44 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
45
46 CDEPEND="
47 - dev-libs/openssl:*
48 + dev-libs/openssl:0=
49 net-analyzer/net-snmp:=
50 dev-db/mysql-connector-c:0=
51 "