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: Sun, 29 Apr 2018 20:24:42
Message-Id: 1525033462.18779934c83275fa077d7f4d7a8f6ec72a4316d5.grknight@gentoo
1 commit: 18779934c83275fa077d7f4d7a8f6ec72a4316d5
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 29 19:57:18 2018 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 29 20:24:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18779934
7
8 eclass: mysql - Add net-libs/libnsl for bug 643038
9
10 Bug: https://bugs.gentoo.org/643038
11
12 eclass/mysql-multilib-r1.eclass | 3 ++-
13 eclass/mysql-v2.eclass | 3 ++-
14 2 files changed, 4 insertions(+), 2 deletions(-)
15
16 diff --git a/eclass/mysql-multilib-r1.eclass b/eclass/mysql-multilib-r1.eclass
17 index ebc054f0fef..48f300f9bbc 100644
18 --- a/eclass/mysql-multilib-r1.eclass
19 +++ b/eclass/mysql-multilib-r1.eclass
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-20178Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 # @ECLASS: mysql-multilib-r1.eclass
26 @@ -187,6 +187,7 @@ DEPEND="
27 libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP},static-libs?] )
28 >=sys-libs/zlib-1.2.3:0=[${MULTILIB_USEDEP},static-libs?]
29 sys-libs/ncurses:0=
30 + net-libs/libnsl:0=
31 "
32
33 # prefix: first need to implement something for #196294
34
35 diff --git a/eclass/mysql-v2.eclass b/eclass/mysql-v2.eclass
36 index 766d5641014..1b1aa333274 100644
37 --- a/eclass/mysql-v2.eclass
38 +++ b/eclass/mysql-v2.eclass
39 @@ -1,4 +1,4 @@
40 -# Copyright 1999-2015 Gentoo Foundation
41 +# Copyright 1999-2018 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43
44 # @ECLASS: mysql-v2.eclass
45 @@ -273,6 +273,7 @@ DEPEND="
46 >=sys-apps/sed-4
47 >=sys-apps/texinfo-4.7-r1
48 >=sys-libs/zlib-1.2.3
49 + net-libs/libnsl
50 "
51 # TODO: add this as a dep if it is moved from the overlay
52 # !dev-db/mariadb-native-client[mysqlcompat]