diff options
author | 2019-09-08 15:29:00 -0400 | |
---|---|---|
committer | 2019-09-11 23:46:34 -0400 | |
commit | 71fdf613a9ffa9be6b2189bb0b91f2288b7f8bf6 (patch) | |
tree | e5b1a8acb96abb7283b667d4753a66203ed4e153 /sci-geosciences/gpsd/gpsd-3.17-r4.ebuild | |
parent | sci-geosciences/gpsd: fix xgps python shebangs (diff) | |
download | gentoo-71fdf613a9ffa9be6b2189bb0b91f2288b7f8bf6.tar.gz gentoo-71fdf613a9ffa9be6b2189bb0b91f2288b7f8bf6.tar.bz2 gentoo-71fdf613a9ffa9be6b2189bb0b91f2288b7f8bf6.zip |
sci-geosciences/gpsd: fix building with Python 3 as default
Pull in upstream fixes for running scons when Python 3 is default.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'sci-geosciences/gpsd/gpsd-3.17-r4.ebuild')
-rw-r--r-- | sci-geosciences/gpsd/gpsd-3.17-r4.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sci-geosciences/gpsd/gpsd-3.17-r4.ebuild b/sci-geosciences/gpsd/gpsd-3.17-r4.ebuild index dc6247feaeb3..5ffc9c07ef39 100644 --- a/sci-geosciences/gpsd/gpsd-3.17-r4.ebuild +++ b/sci-geosciences/gpsd/gpsd-3.17-r4.ebuild @@ -79,6 +79,8 @@ src_prepare() { fi epatch "${FILESDIR}"/${P}-do_not_rm_library.patch + epatch "${FILESDIR}"/${P}-scons-print.patch + epatch "${FILESDIR}"/${P}-scons-py3.patch # Avoid useless -L paths to the install dir sed -i \ |