--- hplip-3.9.12-r1.ebuild.old 2010-03-30 23:40:06.000000000 +0200 +++ hplip-3.9.12-r1.ebuild 2010-03-30 23:46:21.000000000 +0200 @@ -106,6 +106,10 @@ # Upstream bug: https://bugs.launchpad.net/hplip/+bug/335662 epatch "${FILESDIR}"/${PN}-3.9.12-systray.patch + # fix crash when trying to close the systray + # upstream bug: https://bugs.launchpad.net/hplip/+bug/486698 + epatch "${FILESDIR}"/${PN}-3.9.12-segfault.patch + # SYSFS deprecated but kept upstream for compatibility reasons # Upstream bug: https://bugs.launchpad.net/hplip/+bug/346390 sed -i -e "s/SYSFS/ATTRS/g" -e "s/sysfs/attrs/g" data/rules/56-hpmud_support.rules \