diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-02-13 00:47:04 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-02-13 22:07:05 +0100 |
commit | 9ca92b877119431db25cc9dbf61a2e2b31e052db (patch) | |
tree | 3b4683679274f11d50e998391f66693df1c29e25 /dev-ruby | |
parent | dev-perl/Palm: fix DeprecatedInsinto (diff) | |
download | gentoo-9ca92b877119431db25cc9dbf61a2e2b31e052db.tar.gz gentoo-9ca92b877119431db25cc9dbf61a2e2b31e052db.tar.bz2 gentoo-9ca92b877119431db25cc9dbf61a2e2b31e052db.zip |
dev-ruby/eventmachine: fix DeprecatedInsinto
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/eventmachine/eventmachine-1.2.7-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/eventmachine/eventmachine-1.2.7-r1.ebuild b/dev-ruby/eventmachine/eventmachine-1.2.7-r1.ebuild index 7128a0f86c49..b3220823080d 100644 --- a/dev-ruby/eventmachine/eventmachine-1.2.7-r1.ebuild +++ b/dev-ruby/eventmachine/eventmachine-1.2.7-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 @@ -87,6 +87,6 @@ each_ruby_test() { all_ruby_install() { all_fakegem_install - insinto /usr/share/doc/${PF}/ - doins -r examples + dodoc -r examples + docompress -x /usr/share/doc/${PF}/examples } |