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 * }