@@ -, +, @@ emacs-helm.sh --- .../files/helm-3.6.0-no-autoload-check.patch | 24 +++++++++++++++++++ ...helm-3.6.0.ebuild => helm-3.6.0-r1.ebuild} | 6 ++--- 2 files changed, 27 insertions(+), 3 deletions(-) create mode 100644 app-emacs/helm/files/helm-3.6.0-no-autoload-check.patch rename app-emacs/helm/{helm-3.6.0.ebuild => helm-3.6.0-r1.ebuild} (83%) --- a/app-emacs/helm/files/helm-3.6.0-no-autoload-check.patch +++ a/app-emacs/helm/files/helm-3.6.0-no-autoload-check.patch @@ -0,0 +1,24 @@ +https://bugs.gentoo.org/800177 + +--- helm-3.6.0/emacs-helm.sh ++++ helm-3.6.0/emacs-helm.sh +@@ -137,19 +137,6 @@ + + cd "${0%/*}" || exit 1 + +-# Check if autoload file exists. +-# It may be in a different directory if emacs-helm.sh is a symlink. +-TRUENAME=$(find . -samefile "$0" -printf "%l") +-if [ ! -z "$TRUENAME" ]; then +- AUTO_FILE="${TRUENAME%/*}/helm-autoloads.el" +-else +- AUTO_FILE="helm-autoloads.el" +-fi +-if [ ! -e "$AUTO_FILE" ]; then +- echo No autoloads found, please run make first to generate autoload file +- exit 1 +-fi +- + + cat > $CONF_FILE <