commit:     b8419f7297a3ea019eefeb2a35bdba4a3d9df751
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 12 02:03:28 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 12 02:30:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8419f72

app-doc/diveintopython: fix dodoc->doins

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../{diveintopython-3.ebuild => diveintopython-3-r1.ebuild}           | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 bc2f6bfcc2c..2fce9fa8d37 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 *
 }

Reply via email to