From b188081f0c09dd760201dd3ecea59297ca3ef781 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 9 Feb 2020 14:13:04 +0100 Subject: [PATCH] dev-util/duma: [QA] Fix DeprecatedInsinto Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert --- dev-util/duma/duma-2.5.15-r2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-util/duma/duma-2.5.15-r2.ebuild b/dev-util/duma/duma-2.5.15-r2.ebuild index 5f6cbd88a61c..411a077e3369 100644 --- a/dev-util/duma/duma-2.5.15-r2.ebuild +++ b/dev-util/duma/duma-2.5.15-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -78,8 +78,8 @@ src_install(){ dodoc CHANGELOG TODO GNUmakefile if use examples; then - insinto /usr/share/doc/${PF}/examples - doins example[1-6].cpp example_makes/ex6/Makefile + docinto examples + dodoc example[1-6].cpp example_makes/ex6/Makefile fi } -- 2.26.2