Skip to content

Commit

Permalink
dev-python/enable: Fix gcc5 patch (#599738 by Philippe Trottier)
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.31, Repoman-2.3.9
  • Loading branch information
pacho2 committed Apr 22, 2018
1 parent c68e118 commit b633db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-python/enable/files/enable-4.5.1-gcc-5.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b633db7

Please sign in to comment.