commit: 74e4f96ed3800a6b4e8a88e8c31014740e2f2bb5
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 5 13:17:51 2020 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Aug 5 13:18:27 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74e4f96e
app-editors/emacs: Rename live ebuild for Emacs 27.
Following upstream change of version number.
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-editors/emacs/{emacs-27.0.9999-r1.ebuild => emacs-27.1.9999.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/emacs/emacs-27.0.9999-r1.ebuild
b/app-editors/emacs/emacs-27.1.9999.ebuild
similarity index 99%
rename from app-editors/emacs/emacs-27.0.9999-r1.ebuild
rename to app-editors/emacs/emacs-27.1.9999.ebuild
index 6b20eefd9d2..0adb5bb850d 100644
--- a/app-editors/emacs/emacs-27.0.9999-r1.ebuild
+++ b/app-editors/emacs/emacs-27.1.9999.ebuild
@@ -20,7 +20,7 @@ else
# operations later on
FULL_VERSION="${PV%%_*}"
S="${WORKDIR}/emacs-${FULL_VERSION}"
- [[ ${FULL_VERSION} != ${PV} ]] && S="${WORKDIR}/emacs"
+ [[ ${PV} == *_pre* ]] && S="${WORKDIR}/emacs"
fi
DESCRIPTION="The extensible, customizable, self-documenting real-time display
editor"