mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
dev-libs/poco: fix DeprecatedInsinto
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
@@ -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
|
||||
@@ -126,8 +126,8 @@ src_install() {
|
||||
|
||||
if use examples ; then
|
||||
for sd in */samples ; do
|
||||
insinto /usr/share/doc/${PF}/examples/${sd%/samples}
|
||||
doins -r ${sd}
|
||||
docinto examples/${sd%/samples}
|
||||
dodoc -r ${sd}
|
||||
done
|
||||
find "${D}/usr/share/doc/${PF}/examples" \
|
||||
-iname "*.sln" -or -iname "*.vcproj" -or \
|
||||
|
||||
Reference in New Issue
Block a user