commit: 18779934c83275fa077d7f4d7a8f6ec72a4316d5 Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Sun Apr 29 19:57:18 2018 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Sun Apr 29 20:24:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18779934
eclass: mysql - Add net-libs/libnsl for bug 643038 Bug: https://bugs.gentoo.org/643038 eclass/mysql-multilib-r1.eclass | 3 ++- eclass/mysql-v2.eclass | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/eclass/mysql-multilib-r1.eclass b/eclass/mysql-multilib-r1.eclass index ebc054f0fef..48f300f9bbc 100644 --- a/eclass/mysql-multilib-r1.eclass +++ b/eclass/mysql-multilib-r1.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-20178Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # @ECLASS: mysql-multilib-r1.eclass @@ -187,6 +187,7 @@ DEPEND=" libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP},static-libs?] ) >=sys-libs/zlib-1.2.3:0=[${MULTILIB_USEDEP},static-libs?] sys-libs/ncurses:0= + net-libs/libnsl:0= " # prefix: first need to implement something for #196294 diff --git a/eclass/mysql-v2.eclass b/eclass/mysql-v2.eclass index 766d5641014..1b1aa333274 100644 --- a/eclass/mysql-v2.eclass +++ b/eclass/mysql-v2.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # @ECLASS: mysql-v2.eclass @@ -273,6 +273,7 @@ DEPEND=" >=sys-apps/sed-4 >=sys-apps/texinfo-4.7-r1 >=sys-libs/zlib-1.2.3 + net-libs/libnsl " # TODO: add this as a dep if it is moved from the overlay # !dev-db/mariadb-native-client[mysqlcompat]
