commit:     c5e8de4798a4bc2ee564a31c204d7ee31ed52607
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 13 00:21:35 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Feb 13 21:07:36 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5e8de47

sys-fs/cachefilesd: fix DeprecatedInsinto

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 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 7b7c61767c29..94bbc2597dd0 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 849ad870b21d..3d5bb6f16587 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

Reply via email to