diff options
author | Sam James <sam@gentoo.org> | 2021-03-04 06:20:46 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-04 06:20:46 +0000 |
commit | adb329da274b69c4410df17320e84ef3fd2aee52 (patch) | |
tree | 67ca6663043884f5a03fcf95944d9d3d6c4951e7 /sci-physics | |
parent | app-editors/retext: fix WhitespaceFound (diff) | |
download | gentoo-adb329da274b69c4410df17320e84ef3fd2aee52.tar.gz gentoo-adb329da274b69c4410df17320e84ef3fd2aee52.tar.bz2 gentoo-adb329da274b69c4410df17320e84ef3fd2aee52.zip |
sci-physics/lhapdf: fix WhitespaceFound
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/lhapdf/lhapdf-6.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-physics/lhapdf/lhapdf-6.3.0.ebuild b/sci-physics/lhapdf/lhapdf-6.3.0.ebuild index f28072c4f40d..6c93048a666b 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 |