summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2020-08-05 15:17:51 +0200
committerUlrich Müller <ulm@gentoo.org>2020-08-05 15:18:27 +0200
commit74e4f96ed3800a6b4e8a88e8c31014740e2f2bb5 (patch)
treec699db6af2565f4366b202409c195b14182472a5 /app-editors
parentapp-text/dictd: Fix (upstream) typo (diff)
downloadgentoo-74e4f96ed3800a6b4e8a88e8c31014740e2f2bb5.tar.gz
gentoo-74e4f96ed3800a6b4e8a88e8c31014740e2f2bb5.tar.bz2
gentoo-74e4f96ed3800a6b4e8a88e8c31014740e2f2bb5.zip
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@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/emacs/emacs-27.1.9999.ebuild (renamed from app-editors/emacs/emacs-27.0.9999-r1.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/emacs/emacs-27.0.9999-r1.ebuild b/app-editors/emacs/emacs-27.1.9999.ebuild
index 6b20eefd9d28..0adb5bb850d0 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"