summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2022-02-13 00:23:24 +0100
committerConrad Kostecki <conikost@gentoo.org>2022-02-13 22:06:47 +0100
commit7b71577ee471ddc0a0f9a7caedaf927416ff4834 (patch)
tree0dd452e9c5f8cd4864b8f46613bccdb81cf30d71 /dev-db/mysql-connector-c++
parentdev-cpp/tbb: fix DeprecatedInsinto (diff)
downloadgentoo-7b71577ee471ddc0a0f9a7caedaf927416ff4834.tar.gz
gentoo-7b71577ee471ddc0a0f9a7caedaf927416ff4834.tar.bz2
gentoo-7b71577ee471ddc0a0f9a7caedaf927416ff4834.zip
dev-db/mysql-connector-c++: fix DeprecatedInsinto
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-db/mysql-connector-c++')
-rw-r--r--dev-db/mysql-connector-c++/mysql-connector-c++-1.1.12-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.12-r1.ebuild b/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.12-r1.ebuild
index a80ceec4db35..039fa95c392b 100644
--- a/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.12-r1.ebuild
+++ b/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.12-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -56,7 +56,7 @@ src_install() {
# examples
if use examples; then
- insinto /usr/share/doc/${PF}/examples
- doins "${S}"/examples/*
+ dodoc -r examples
+ docompress -x /usr/share/doc/${PF}/examples
fi
}