mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 08:58:27 -07:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user