From b8419f7297a3ea019eefeb2a35bdba4a3d9df751 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 12 Apr 2021 03:03:28 +0100 Subject: [PATCH] app-doc/diveintopython: fix dodoc->doins Signed-off-by: Sam James --- .../{diveintopython-3.ebuild => diveintopython-3-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename app-doc/diveintopython/{diveintopython-3.ebuild => diveintopython-3-r1.ebuild} (87%) diff --git a/app-doc/diveintopython/diveintopython-3.ebuild b/app-doc/diveintopython/diveintopython-3-r1.ebuild similarity index 87% rename from app-doc/diveintopython/diveintopython-3.ebuild rename to app-doc/diveintopython/diveintopython-3-r1.ebuild index bc2f6bfcc2c39..2fce9fa8d3774 100644 --- a/app-doc/diveintopython/diveintopython-3.ebuild +++ b/app-doc/diveintopython/diveintopython-3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,6 +18,6 @@ IUSE="pdf" src_install() { insinto "/usr/share/doc/${PN}-${SLOT}" - use pdf && dodoc "${P}.pdf" + use pdf && doins "${P}.pdf" doins -r * }