summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-doc/diveintopython/diveintopython-3-r1.ebuild (renamed from app-doc/diveintopython/diveintopython-3.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-doc/diveintopython/diveintopython-3.ebuild b/app-doc/diveintopython/diveintopython-3-r1.ebuild
index bc2f6bfcc2c3..2fce9fa8d377 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 *
}