diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-02-13 00:57:03 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-02-13 22:07:13 +0100 |
commit | 5adbcf9aafc7606666713a95111cf992d712d46c (patch) | |
tree | 446127b9c99c990c07c085895a40667ee223136a /media-libs/cogl | |
parent | media-libs/clutter-gtk: fix DeprecatedInsinto (diff) | |
download | gentoo-5adbcf9aafc7606666713a95111cf992d712d46c.tar.gz gentoo-5adbcf9aafc7606666713a95111cf992d712d46c.tar.bz2 gentoo-5adbcf9aafc7606666713a95111cf992d712d46c.zip |
media-libs/cogl: fix DeprecatedInsinto
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'media-libs/cogl')
-rw-r--r-- | media-libs/cogl/cogl-1.22.8-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/media-libs/cogl/cogl-1.22.8-r1.ebuild b/media-libs/cogl/cogl-1.22.8-r1.ebuild index 037d055dd7dd..a5e772c9b85e 100644 --- a/media-libs/cogl/cogl-1.22.8-r1.ebuild +++ b/media-libs/cogl/cogl-1.22.8-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 @@ -114,8 +114,9 @@ src_configure() { src_install() { if use examples; then - insinto /usr/share/doc/${PF}/examples - doins examples/{*.c,*.jpg} + docinto examples + dodoc examples/{*.c,*.jpg} + docompress -x /usr/share/doc/${PF}/examples fi gnome2_src_install |