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

Side by Side Diff: ports/emacs/pkg_info

Issue 1417223003: Switch from using 'nacl_main' to 'main' entry point (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 5 years, 1 month 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
« no previous file with comments | « ports/emacs/emacs_pepper.c ('k') | ports/findutils/build.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 NAME=emacs 1 NAME=emacs
2 VERSION=24.3 2 VERSION=24.3
3 URL=http://mirrors.kernel.org/gnu/emacs/emacs-24.3.tar.gz 3 URL=http://mirrors.kernel.org/gnu/emacs/emacs-24.3.tar.gz
4 LICENSE=GPL 4 LICENSE=GPL
5 BUILD_OS=linux 5 BUILD_OS=linux
6 DEPENDS=(ncurses libtar nacl-spawn) 6 DEPENDS=(ncurses libtar nacl-spawn)
7 SHA1=3c672a176df06e20d2661058ad49893f184b4956 7 SHA1=3c672a176df06e20d2661058ad49893f184b4956
8 DISABLED_TOOLCHAIN=(emscripten pnacl bionic) 8 DISABLED_TOOLCHAIN=(emscripten pnacl bionic)
9 CONFLICTS=(emacs)
OLDNEW
« no previous file with comments | « ports/emacs/emacs_pepper.c ('k') | ports/findutils/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698