Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(278)

Side by Side Diff: ports/devenv-latest/pkg_info

Issue 1285953002: Switch devenv to use pkg packages (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@toolchain_install
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 NAME=devenv-latest 1 NAME=devenv-latest
2 VERSION=0.1 2 VERSION=0.1
3 # Currently only builds on linux (due to dependency on openssl) 3 # Currently only builds on linux (due to dependency on openssl)
4 BUILD_OS=linux 4 BUILD_OS=linux
5 DEPENDS=(devenv coreutils git make python curl) 5 DEPENDS=(corelibs devenv coreutils git make python curl)
6 # Disabled for bionic due to bash. 6 # Disabled for bionic due to bash.
7 DISABLED_LIBC=(bionic) 7 DISABLED_LIBC=(bionic)
8 DISABLED_TOOLCHAIN=(emscripten) 8 DISABLED_TOOLCHAIN=(emscripten)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698