app-editors/emacs-vcs: Temporarily block against Emacs 25.2.
authorUlrich Müller <ulm@gentoo.org>
Sat, 4 Feb 2017 16:33:28 +0000 (17:33 +0100)
committerUlrich Müller <ulm@gentoo.org>
Sat, 4 Feb 2017 16:33:28 +0000 (17:33 +0100)
... and its release candidates, too.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

app-editors/emacs-vcs/emacs-vcs-25.2.9999.ebuild

index eeb4f3ff9db5ee59318938e5a921aa450d0e9239..e0c06443e048d566c17a78755efc001b580853ab 100644 (file)
@@ -100,6 +100,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}}"