| Index: lib/webports/util.py
|
| diff --git a/lib/webports/util.py b/lib/webports/util.py
|
| index 219b2094f5a69e0b614a887b2be72e1f670b43df..c52d0c8c99c034a2dba9f39990f14125f8d846e1 100644
|
| --- a/lib/webports/util.py
|
| +++ b/lib/webports/util.py
|
| @@ -29,7 +29,7 @@ GS_MIRROR_URL = '%s%s/mirror' % (GS_URL, GS_BUCKET)
|
| # and tested against the pepper_canary release. To build aginst older
|
| # versions of the SDK use the one of the pepper_XX branches (or use
|
| # --skip-sdk-version-check).
|
| -MIN_SDK_VERSION = 46
|
| +MIN_SDK_VERSION = 49
|
|
|
| arch_to_pkgarch = {
|
| 'x86_64': 'x86-64',
|
|
|