mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-29 10:18:08 -07:00
dev-python/PyPDF2: Remove broken USE=examples
Closes: https://bugs.gentoo.org/849365 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -26,7 +26,6 @@ SRC_URI="
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
|
||||
IUSE="examples"
|
||||
|
||||
RDEPEND="
|
||||
$(python_gen_cond_dep '
|
||||
@@ -45,12 +44,3 @@ src_unpack() {
|
||||
mv "sample-files-${SAMPLE_COMMIT}"/* "${P}"/sample-files/ || die
|
||||
fi
|
||||
}
|
||||
|
||||
src_install() {
|
||||
if use examples; then
|
||||
docinto examples
|
||||
dodoc -r Sample_Code/.
|
||||
docompress -x /usr/share/doc/${PF}/examples
|
||||
fi
|
||||
distutils-r1_src_install
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user