diff options
author | Brian Evans <grknight@gentoo.org> | 2018-04-29 15:57:18 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2018-04-29 16:24:22 -0400 |
commit | 18779934c83275fa077d7f4d7a8f6ec72a4316d5 (patch) | |
tree | 49386290ca6f4e7356984126cdd2d55d062243de /eclass | |
parent | sys-devel/binutils: Revision bump (no keywords), 2.30 patchset 2 (diff) | |
download | gentoo-18779934c83275fa077d7f4d7a8f6ec72a4316d5.tar.gz gentoo-18779934c83275fa077d7f4d7a8f6ec72a4316d5.tar.bz2 gentoo-18779934c83275fa077d7f4d7a8f6ec72a4316d5.zip |
eclass: mysql - Add net-libs/libnsl for bug 643038
Bug: https://bugs.gentoo.org/643038
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mysql-multilib-r1.eclass | 3 | ||||
-rw-r--r-- | 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 ebc054f0fefd..48f300f9bbcc 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 766d5641014a..1b1aa333274b 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] |