diff --git a/app-editors/emacs/emacs-29.0.50~git.recipe b/app-editors/emacs/emacs-29.0.60~git.recipe similarity index 94% rename from app-editors/emacs/emacs-29.0.50~git.recipe rename to app-editors/emacs/emacs-29.0.60~git.recipe index 632062ae3..152ccbc87 100644 --- a/app-editors/emacs/emacs-29.0.50~git.recipe +++ b/app-editors/emacs/emacs-29.0.60~git.recipe @@ -13,11 +13,11 @@ news reader, debugger interface, calendar, and more. HOMEPAGE="https://gnu.org/s/emacs/" COPYRIGHT="2001-2022 Free Software Foundation, Inc." LICENSE="GNU GPL v3" -REVISION="15" -srcGitRev="1d62c964238a82ccfcbd07a554abe8e6c096fcd5" +REVISION="1" +srcGitRev="00cb6e052a6adce087e24871068737e10c8adc10" SOURCE_URI="https://github.com/emacs-mirror/emacs/archive/$srcGitRev.tar.gz" SOURCE_DIR="emacs-$srcGitRev" -CHECKSUM_SHA256="a2091e349de1feae57b1b3b1a2cb8f4e58646d62771f24ef8b07332e4c15a43e" +CHECKSUM_SHA256="b22bc130e8bf06f589ee7bcbe853093a34df3a7f4284a752a8cffab4505ca044" ADDITIONAL_FILES="emacs.rdef.in" ARCHITECTURES="all !x86_gcc2" @@ -104,7 +104,8 @@ BUILD() --sbindir="$commandBinDir" \ --with-be-app - make $jobArgs + # FIXME make fails the first time around + make $jobArgs || make $jobArgs } INSTALL()