1 |
commit: 91a503d1dacafb9e25663ee514dca3dae9e7bf5a |
2 |
Author: Brian Evans <grknight <AT> gentoo <DOT> org> |
3 |
AuthorDate: Mon Apr 30 00:05:51 2018 +0000 |
4 |
Commit: Brian Evans <grknight <AT> gentoo <DOT> org> |
5 |
CommitDate: Mon Apr 30 00:05:51 2018 +0000 |
6 |
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91a503d1 |
7 |
|
8 |
Revert "eclass: mysql - Add net-libs/libnsl for bug 643038" |
9 |
|
10 |
This reverts commit 18779934c83275fa077d7f4d7a8f6ec72a4316d5. |
11 |
|
12 |
eclass/mysql-multilib-r1.eclass | 3 +-- |
13 |
eclass/mysql-v2.eclass | 3 +-- |
14 |
2 files changed, 2 insertions(+), 4 deletions(-) |
15 |
|
16 |
diff --git a/eclass/mysql-multilib-r1.eclass b/eclass/mysql-multilib-r1.eclass |
17 |
index 48f300f9bbc..ebc054f0fef 100644 |
18 |
--- a/eclass/mysql-multilib-r1.eclass |
19 |
+++ b/eclass/mysql-multilib-r1.eclass |
20 |
@@ -1,4 +1,4 @@ |
21 |
-# Copyright 1999-20178Gentoo Foundation |
22 |
+# Copyright 1999-2017 Gentoo Foundation |
23 |
# Distributed under the terms of the GNU General Public License v2 |
24 |
|
25 |
# @ECLASS: mysql-multilib-r1.eclass |
26 |
@@ -187,7 +187,6 @@ 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 1b1aa333274..766d5641014 100644 |
37 |
--- a/eclass/mysql-v2.eclass |
38 |
+++ b/eclass/mysql-v2.eclass |
39 |
@@ -1,4 +1,4 @@ |
40 |
-# Copyright 1999-2018 Gentoo Foundation |
41 |
+# Copyright 1999-2015 Gentoo Foundation |
42 |
# Distributed under the terms of the GNU General Public License v2 |
43 |
|
44 |
# @ECLASS: mysql-v2.eclass |
45 |
@@ -273,7 +273,6 @@ 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] |