dev-db/percona-server: don't install man pages installed by mysql-connector-c
authorThomas Deutschmann <whissi@gentoo.org>
Fri, 2 Aug 2019 16:48:24 +0000 (18:48 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Fri, 2 Aug 2019 16:56:20 +0000 (18:56 +0200)
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
dev-db/percona-server/percona-server-5.7.26.29.ebuild

index 61f7b02b6e22d2b67ba5790e84059b74e4321af5..b69fc97ed144faf61c0eb4e1bd6cd8a50c30f6c7 100644 (file)
@@ -335,6 +335,13 @@ src_prepare() {
                "${S}"/zlib \
                || die
 
+       # Don't clash with dev-db/mysql-connector-c
+       rm \
+               man/my_print_defaults.1 \
+               man/perror.1 \
+               man/zlib_decompress.1 \
+               || die
+
        # Remove the centos and rhel selinux policies to support mysqld_safe under SELinux
        if [[ -d "${S}/support-files/SELinux" ]] ; then
                echo > "${S}/support-files/SELinux/CMakeLists.txt" || die