Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mysql/
Date: Sat, 17 Aug 2019 00:50:34
Message-Id: 1566003005.1e9163dfe6a46601fa9c00c2f3af79a7a8e8ef4a.whissi@gentoo
1 commit: 1e9163dfe6a46601fa9c00c2f3af79a7a8e8ef4a
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 17 00:31:47 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 17 00:50:05 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e9163df
7
8 dev-db/mysql: man/zlib_decompress.1 not present in 5.6
9
10 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
11
12 dev-db/mysql/mysql-5.6.45.ebuild | 1 -
13 1 file changed, 1 deletion(-)
14
15 diff --git a/dev-db/mysql/mysql-5.6.45.ebuild b/dev-db/mysql/mysql-5.6.45.ebuild
16 index d25d5ae4af3..4c2579a3156 100644
17 --- a/dev-db/mysql/mysql-5.6.45.ebuild
18 +++ b/dev-db/mysql/mysql-5.6.45.ebuild
19 @@ -201,7 +201,6 @@ src_prepare() {
20 rm \
21 man/my_print_defaults.1 \
22 man/perror.1 \
23 - man/zlib_decompress.1 \
24 || die
25
26 if use libressl ; then