Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Mon, 18 Feb 2019 15:18:11
Message-Id: 1550502866.cd4f85a1ef9b333d30cc1a3bd1e3f0bf8e4d9ecf.grknight@gentoo
1 commit: cd4f85a1ef9b333d30cc1a3bd1e3f0bf8e4d9ecf
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 18 15:14:26 2019 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 18 15:14:26 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd4f85a1
7
8 eclass: Update mysql dependency in emboss-r2
9
10 Closes: https://bugs.gentoo.org/show_bug.cgi?id=677592
11 Closes: https://bugs.gentoo.org/show_bug.cgi?id=666016
12 Closes: https://bugs.gentoo.org/show_bug.cgi?id=666018
13 Closes: https://bugs.gentoo.org/show_bug.cgi?id=666020
14 Closes: https://bugs.gentoo.org/show_bug.cgi?id=666022
15 Closes: https://bugs.gentoo.org/show_bug.cgi?id=666024
16 Closes: https://bugs.gentoo.org/show_bug.cgi?id=666026
17 Closes: https://bugs.gentoo.org/show_bug.cgi?id=666028
18 Closes: https://bugs.gentoo.org/show_bug.cgi?id=666030
19 Closes: https://bugs.gentoo.org/show_bug.cgi?id=666032
20 Closes: https://bugs.gentoo.org/show_bug.cgi?id=666034
21 Closes: https://bugs.gentoo.org/show_bug.cgi?id=666036
22 Closes: https://bugs.gentoo.org/show_bug.cgi?id=666038
23 Closes: https://bugs.gentoo.org/show_bug.cgi?id=666040
24 Closes: https://bugs.gentoo.org/show_bug.cgi?id=666042
25 Closes: https://bugs.gentoo.org/show_bug.cgi?id=666044
26 Closes: https://bugs.gentoo.org/show_bug.cgi?id=666046
27 Closes: https://bugs.gentoo.org/show_bug.cgi?id=666048
28 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
29
30 eclass/emboss-r2.eclass | 4 ++--
31 1 file changed, 2 insertions(+), 2 deletions(-)
32
33 diff --git a/eclass/emboss-r2.eclass b/eclass/emboss-r2.eclass
34 index 266c4583c18..1eca48b42b3 100644
35 --- a/eclass/emboss-r2.eclass
36 +++ b/eclass/emboss-r2.eclass
37 @@ -1,4 +1,4 @@
38 -# Copyright 1999-2017 Gentoo Foundation
39 +# Copyright 1999-2019 Gentoo Authors
40 # Distributed under the terms of the GNU General Public License v2
41
42 # @ECLASS: emboss-r2.eclass
43 @@ -58,7 +58,7 @@ RDEPEND="
44 dev-libs/libpcre:3
45 sci-libs/plplot:=
46 sys-libs/zlib
47 - mysql? ( virtual/mysql )
48 + mysql? ( dev-db/mysql-connector-c:0= )
49 pdf? ( media-libs/libharu:= )
50 png? ( media-libs/gd:2=[png] )
51 postgres? ( dev-db/postgresql:= )