commit: adb329da274b69c4410df17320e84ef3fd2aee52
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 4 06:20:46 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 4 06:20:46 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adb329da
sci-physics/lhapdf: fix WhitespaceFound
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-physics/lhapdf/lhapdf-6.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-physics/lhapdf/lhapdf-6.3.0.ebuild
b/sci-physics/lhapdf/lhapdf-6.3.0.ebuild
index f28072c4f40..6c93048a666 100644
--- a/sci-physics/lhapdf/lhapdf-6.3.0.ebuild
+++ b/sci-physics/lhapdf/lhapdf-6.3.0.ebuild
@@ -66,7 +66,7 @@ src_install() {
use examples && doins examples/*.cc
if use python; then
- cd "${S}"/wrappers/python || die
+ cd "${S}"/wrappers/python || die
distutils-r1_src_install
fi