summaryrefslogtreecommitdiff
path: root/dev-python/PyPDF2/PyPDF2-1.27.11.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-05-02 20:46:22 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-05-02 20:46:22 +0000
commitcf786d149b14a3c2ff94eb31288fa70903522296 (patch)
tree4a3d2c7bdcdbcfba1f23e4ba93a0e0bb3eae6874 /dev-python/PyPDF2/PyPDF2-1.27.11.ebuild
parent4074f66428fb80b420c673bfe9953d714c4cf38a (diff)
downloadbaldeagleos-repo-cf786d149b14a3c2ff94eb31288fa70903522296.tar.gz
baldeagleos-repo-cf786d149b14a3c2ff94eb31288fa70903522296.tar.xz
baldeagleos-repo-cf786d149b14a3c2ff94eb31288fa70903522296.zip
Adding metadata
Diffstat (limited to 'dev-python/PyPDF2/PyPDF2-1.27.11.ebuild')
-rw-r--r--dev-python/PyPDF2/PyPDF2-1.27.11.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/PyPDF2/PyPDF2-1.27.11.ebuild b/dev-python/PyPDF2/PyPDF2-1.27.11.ebuild
index bf7b9825fa55..1a552c572ff0 100644
--- a/dev-python/PyPDF2/PyPDF2-1.27.11.ebuild
+++ b/dev-python/PyPDF2/PyPDF2-1.27.11.ebuild
@@ -36,7 +36,9 @@ distutils_enable_tests pytest
src_unpack() {
default
- mv "sample-files-${SAMPLE_COMMIT}"/* "${P}"/sample-files/ || die
+ if use test; then
+ mv "sample-files-${SAMPLE_COMMIT}"/* "${P}"/sample-files/ || die
+ fi
}
src_install() {