dev-haskell/asn1-encoding: workaround test failures on 32-bit systems
authorSergei Trofimovich <slyfox@gentoo.org>
Mon, 31 Aug 2015 18:27:35 +0000 (19:27 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Mon, 31 Aug 2015 18:27:35 +0000 (19:27 +0100)
commitbaad1564153376068bc6dbe9c3289c912640b172
tree7299390208b2d3242bedf987796e240d253ae1e0
parent496b416809334cdf27e8c782e84cc69fc4aaf7bb
dev-haskell/asn1-encoding: workaround test failures on 32-bit systems

On 32-bit systems Hourglass silently breaks dates
out of range '1970 +- 68' years due to use of
'time_t' and 'gmtime_r' from installed libc.

Workaround test failures by not testing times out of this range.

Github-bug: https://github.com/vincenthz/hs-hourglass/issues/21
Github-bug: https://github.com/vincenthz/hs-asn1/issues/12

Package-Manager: portage-2.2.20
dev-haskell/asn1-encoding/asn1-encoding-0.9.0.ebuild
dev-haskell/asn1-encoding/files/asn1-encoding-0.9.0-32bit-tests.patch [new file with mode: 0644]