diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-04-12 19:29:03 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-04-12 19:29:03 +0200 |
commit | 7ca9167c5674748c5b636efffa228fb6fc2cd385 (patch) | |
tree | e2890ec19b90c38c0e21ca1960d7be093618a233 /app-editors | |
parent | app-editors/emacs-vcs: Drop 26.2 pretest versions. (diff) | |
download | gentoo-7ca9167c5674748c5b636efffa228fb6fc2cd385.tar.gz gentoo-7ca9167c5674748c5b636efffa228fb6fc2cd385.tar.bz2 gentoo-7ca9167c5674748c5b636efffa228fb6fc2cd385.zip |
app-editors/emacs-vcs: Upstream change of version number.
Temporarily block against app-editors/emacs-26.2* because the emacs-26
branch currently has version number 26.2 too.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/emacs-vcs/emacs-vcs-26.2.9999.ebuild (renamed from app-editors/emacs-vcs/emacs-vcs-26.1.9999.ebuild) | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app-editors/emacs-vcs/emacs-vcs-26.1.9999.ebuild b/app-editors/emacs-vcs/emacs-vcs-26.2.9999.ebuild index 4ae3b77727a6..9c0c728110ff 100644 --- a/app-editors/emacs-vcs/emacs-vcs-26.1.9999.ebuild +++ b/app-editors/emacs-vcs/emacs-vcs-26.2.9999.ebuild @@ -121,6 +121,9 @@ BDEPEND="virtual/pkgconfig if [[ ${PV##*.} = 9999 ]]; then DEPEND="${DEPEND} sys-apps/texinfo" + + RDEPEND="${RDEPEND} + !=app-editors/emacs-${PV%.*}*" fi EMACS_SUFFIX="${PN/emacs/emacs-${SLOT}}" |