dev-python/enable: Fix gcc5 patch (#599738 by Philippe Trottier)

Package-Manager: Portage-2.3.31, Repoman-2.3.9
This commit is contained in:
Pacho Ramos
2018-04-22 11:00:09 +02:00
parent c68e118e38
commit b633db7078

View File

@@ -16,7 +16,7 @@ index 5b4d458..c6e290a 100644
line0 = f.readline()
f.close()
- m = re.match(r'.+?\s(3|4)\.\d+', line0)
+ m = re.match(r'.+?\s([3-5])\.\d+', line0)
+ m = re.match(r'.+?\s([3-8])\.\d+', line0)
if int(m.group(1)) < 4:
use_32bit_workaround = True