Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/zabbix/
Date: Sat, 24 Aug 2019 10:30:31
Message-Id: 1566642611.5d82541aa1851e6045648b970de56f8bd062fcdc.whissi@gentoo
1 commit: 5d82541aa1851e6045648b970de56f8bd062fcdc
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 24 10:20:46 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 24 10:30:11 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d82541a
7
8 net-analyzer/zabbix: migrate to dev-db/mysql-connector-c
9
10 Package-Manager: Portage-2.3.72, Repoman-2.3.17
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 net-analyzer/zabbix/zabbix-2.2.16.ebuild | 4 ++--
14 net-analyzer/zabbix/zabbix-2.2.21.ebuild | 4 ++--
15 net-analyzer/zabbix/zabbix-2.2.23.ebuild | 4 ++--
16 net-analyzer/zabbix/zabbix-3.2.11.ebuild | 4 ++--
17 4 files changed, 8 insertions(+), 8 deletions(-)
18
19 diff --git a/net-analyzer/zabbix/zabbix-2.2.16.ebuild b/net-analyzer/zabbix/zabbix-2.2.16.ebuild
20 index 16a773d1440..6449f4cd9d5 100644
21 --- a/net-analyzer/zabbix/zabbix-2.2.16.ebuild
22 +++ b/net-analyzer/zabbix/zabbix-2.2.16.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 +# Copyright 1999-2019 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI="6"
29 @@ -65,7 +65,7 @@ DEPEND="${COMMON_DEPEND}
30 =dev-libs/cyrus-sasl-2*[static-libs]
31 net-libs/gnutls[static-libs]
32 )
33 - mysql? ( >=virtual/mysql-5.0.3 virtual/libmysqlclient[static-libs] )
34 + mysql? ( >=virtual/mysql-5.0.3 dev-db/mysql-connector-c:=[static-libs] )
35 sqlite? ( >=dev-db/sqlite-3.3.5[static-libs] )
36 postgres? ( dev-db/postgresql:*[static-libs] )
37 libxml2? ( dev-libs/libxml2[static-libs] )
38
39 diff --git a/net-analyzer/zabbix/zabbix-2.2.21.ebuild b/net-analyzer/zabbix/zabbix-2.2.21.ebuild
40 index cbd15dd4953..5cf01256455 100644
41 --- a/net-analyzer/zabbix/zabbix-2.2.21.ebuild
42 +++ b/net-analyzer/zabbix/zabbix-2.2.21.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2018 Gentoo Foundation
45 +# Copyright 1999-2019 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI="6"
49 @@ -65,7 +65,7 @@ DEPEND="${COMMON_DEPEND}
50 =dev-libs/cyrus-sasl-2*[static-libs]
51 net-libs/gnutls[static-libs]
52 )
53 - mysql? ( >=virtual/mysql-5.0.3 virtual/libmysqlclient[static-libs] )
54 + mysql? ( >=virtual/mysql-5.0.3 dev-db/mysql-connector-c:=[static-libs] )
55 sqlite? ( >=dev-db/sqlite-3.3.5[static-libs] )
56 postgres? ( dev-db/postgresql:*[static-libs] )
57 libxml2? ( dev-libs/libxml2[static-libs] )
58
59 diff --git a/net-analyzer/zabbix/zabbix-2.2.23.ebuild b/net-analyzer/zabbix/zabbix-2.2.23.ebuild
60 index cbd15dd4953..5cf01256455 100644
61 --- a/net-analyzer/zabbix/zabbix-2.2.23.ebuild
62 +++ b/net-analyzer/zabbix/zabbix-2.2.23.ebuild
63 @@ -1,4 +1,4 @@
64 -# Copyright 1999-2018 Gentoo Foundation
65 +# Copyright 1999-2019 Gentoo Authors
66 # Distributed under the terms of the GNU General Public License v2
67
68 EAPI="6"
69 @@ -65,7 +65,7 @@ DEPEND="${COMMON_DEPEND}
70 =dev-libs/cyrus-sasl-2*[static-libs]
71 net-libs/gnutls[static-libs]
72 )
73 - mysql? ( >=virtual/mysql-5.0.3 virtual/libmysqlclient[static-libs] )
74 + mysql? ( >=virtual/mysql-5.0.3 dev-db/mysql-connector-c:=[static-libs] )
75 sqlite? ( >=dev-db/sqlite-3.3.5[static-libs] )
76 postgres? ( dev-db/postgresql:*[static-libs] )
77 libxml2? ( dev-libs/libxml2[static-libs] )
78
79 diff --git a/net-analyzer/zabbix/zabbix-3.2.11.ebuild b/net-analyzer/zabbix/zabbix-3.2.11.ebuild
80 index 318cb957524..39902958a7e 100644
81 --- a/net-analyzer/zabbix/zabbix-3.2.11.ebuild
82 +++ b/net-analyzer/zabbix/zabbix-3.2.11.ebuild
83 @@ -1,4 +1,4 @@
84 -# Copyright 1999-2018 Gentoo Foundation
85 +# Copyright 1999-2019 Gentoo Authors
86 # Distributed under the terms of the GNU General Public License v2
87
88 EAPI="6"
89 @@ -66,7 +66,7 @@ DEPEND="${COMMON_DEPEND}
90 =dev-libs/cyrus-sasl-2*[static-libs]
91 net-libs/gnutls[static-libs]
92 )
93 - mysql? ( >=virtual/mysql-5.0.3 virtual/libmysqlclient[static-libs] )
94 + mysql? ( >=virtual/mysql-5.0.3 dev-db/mysql-connector-c:=[static-libs] )
95 sqlite? ( >=dev-db/sqlite-3.3.5[static-libs] )
96 postgres? ( dev-db/postgresql:*[static-libs] )
97 libxml2? ( dev-libs/libxml2[static-libs] )