diff options
| author | Davide Pesavento <pesa@gentoo.org> | 2018-12-22 20:39:21 +0100 |
|---|---|---|
| committer | Davide Pesavento <pesa@gentoo.org> | 2018-12-22 20:39:54 +0100 |
| commit | 6812c957f01c2ebd972b3aa8315247d035afb1ec (patch) | |
| tree | 71d6b20f694400a7b0846fb5fd26e54bc2903636 /dev-python/PyQt5/PyQt5-5.11.3.ebuild | |
| parent | d9ac0992837337ae12797f6393372d654b5c5c09 (diff) | |
| download | gentoo-6812c957f01c2ebd972b3aa8315247d035afb1ec.tar.gz gentoo-6812c957f01c2ebd972b3aa8315247d035afb1ec.tar.bz2 gentoo-6812c957f01c2ebd972b3aa8315247d035afb1ec.zip | |
dev-python/PyQt5: use a more unique name for tmp_root
Closes: https://bugs.gentoo.org/654804
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Davide Pesavento <pesa@gentoo.org>
Diffstat (limited to 'dev-python/PyQt5/PyQt5-5.11.3.ebuild')
| -rw-r--r-- | dev-python/PyQt5/PyQt5-5.11.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/PyQt5/PyQt5-5.11.3.ebuild b/dev-python/PyQt5/PyQt5-5.11.3.ebuild index 5eedcadd3ead..b072e6d3cd77 100644 --- a/dev-python/PyQt5/PyQt5-5.11.3.ebuild +++ b/dev-python/PyQt5/PyQt5-5.11.3.ebuild @@ -163,7 +163,7 @@ src_compile() { src_install() { installation() { - local tmp_root=${D}/tmp + local tmp_root=${D}/${PN}_tmp_root # parallel install fails (same issue as qscintilla-python-2.10.8) emake -j1 INSTALL_ROOT="${tmp_root}" install |
