From c5e8de4798a4bc2ee564a31c204d7ee31ed52607 Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Sun, 13 Feb 2022 01:21:35 +0100 Subject: [PATCH] sys-fs/cachefilesd: fix DeprecatedInsinto Signed-off-by: Conrad Kostecki --- sys-fs/cachefilesd/cachefilesd-0.10.10-r1.ebuild | 6 +++--- sys-fs/cachefilesd/cachefilesd-0.10.9.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys-fs/cachefilesd/cachefilesd-0.10.10-r1.ebuild b/sys-fs/cachefilesd/cachefilesd-0.10.10-r1.ebuild index 7b7c61767c296..94bbc2597dd03 100644 --- a/sys-fs/cachefilesd/cachefilesd-0.10.10-r1.ebuild +++ b/sys-fs/cachefilesd/cachefilesd-0.10.10-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=6 @@ -35,8 +35,8 @@ src_install() { default if use selinux; then - insinto /usr/share/doc/${P} - doins -r selinux + dodoc -r selinux + docompress -x /usr/share/doc/${PF}/selinux fi dodoc howto.txt diff --git a/sys-fs/cachefilesd/cachefilesd-0.10.9.ebuild b/sys-fs/cachefilesd/cachefilesd-0.10.9.ebuild index 849ad870b21df..3d5bb6f165876 100644 --- a/sys-fs/cachefilesd/cachefilesd-0.10.9.ebuild +++ b/sys-fs/cachefilesd/cachefilesd-0.10.9.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=6 @@ -32,8 +32,8 @@ src_install() { default if use selinux; then - insinto /usr/share/doc/${P} - doins -r selinux + dodoc -r selinux + docompress -x /usr/share/doc/${PF}/selinux fi dodoc howto.txt