diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-04-15 18:59:26 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-04-15 19:10:37 +0200 |
commit | 266031fd39f6cc00414ffe2b019f4cfc6187539f (patch) | |
tree | 14ecab7fe234bd8d546159ba9403480c97157118 /app-editors/emacs-vcs | |
parent | dev-perl/Crypt-SmbHash: arm stable wrt bug #652620 (diff) | |
download | gentoo-266031fd39f6cc00414ffe2b019f4cfc6187539f.tar.gz gentoo-266031fd39f6cc00414ffe2b019f4cfc6187539f.tar.bz2 gentoo-266031fd39f6cc00414ffe2b019f4cfc6187539f.zip |
app-editors/emacs-vcs: Upstream change of version number.
Temporarily block against app-editors/emacs-26.1* because the emacs-26
branch currently has version number 26.1 too.
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'app-editors/emacs-vcs')
-rw-r--r-- | app-editors/emacs-vcs/emacs-vcs-26.1.9999.ebuild (renamed from app-editors/emacs-vcs/emacs-vcs-26.0.9999-r1.ebuild) | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app-editors/emacs-vcs/emacs-vcs-26.0.9999-r1.ebuild b/app-editors/emacs-vcs/emacs-vcs-26.1.9999.ebuild index 5748a6ed4a4c..f06a4e3f3cf7 100644 --- a/app-editors/emacs-vcs/emacs-vcs-26.0.9999-r1.ebuild +++ b/app-editors/emacs-vcs/emacs-vcs-26.1.9999.ebuild @@ -118,6 +118,9 @@ DEPEND="${RDEPEND} if [[ ${PV##*.} = 9999 ]]; then DEPEND="${DEPEND} sys-apps/texinfo" + + RDEPEND="${RDEPEND} + !=app-editors/emacs-${PV%.*}*" fi EMACS_SUFFIX="${PN/emacs/emacs-${SLOT}}" |