commit:     18e93fe766ac0d02896b8c547ad1b036d918125f
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 28 16:50:35 2020 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Tue Jul 28 18:12:02 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18e93fe7

sci-geosciences/gpsd: more die

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 sci-geosciences/gpsd/gpsd-3.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-geosciences/gpsd/gpsd-3.20.ebuild 
b/sci-geosciences/gpsd/gpsd-3.20.ebuild
index 1da8c9d4b80..14a77077867 100644
--- a/sci-geosciences/gpsd/gpsd-3.20.ebuild
+++ b/sci-geosciences/gpsd/gpsd-3.20.ebuild
@@ -105,7 +105,7 @@ python_prepare_all() {
        use gpsd_protocols_ublox && pybins+="+ ['ubxtool']"
        use gpsd_protocols_greis && pybins+="+ ['zerk']"
        local pysrcs=$(sed -n '/^ *python_extensions = {/,/}/{s:^ 
*::;s:os[.]sep:"/":g;p}' SConstruct)
-       local packet=$("${PYTHON}" -c "${pysrcs}; 
print(python_extensions['gps/packet'])")
+       local packet=$("${PYTHON}" -c "${pysrcs}; 
print(python_extensions['gps/packet'])" || die "Unable to extract packet types")
        # Post 3.19 the clienthelpers were merged into gps.packet
        sed \
                -e "s|@VERSION@|$(pyvar gpsd_version)|" \

Reply via email to