Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/emacs-vcs/
Date: Mon, 28 May 2018 17:27:27
Message-Id: 1527528433.08199f428aebc72ab41b8ab0f0f5a40e6ace1b8e.ulm@gentoo
1 commit: 08199f428aebc72ab41b8ab0f0f5a40e6ace1b8e
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 28 16:29:49 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon May 28 17:27:13 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08199f42
7
8 app-editors/emacs-vcs: Drop blocker against released version.
9
10 Upstream version was changed to 26.1.50, so it will no longer conflict
11 with 26.1 of the released version.
12
13 Package-Manager: Portage-2.3.40, Repoman-2.3.9
14
15 app-editors/emacs-vcs/emacs-vcs-26.1.9999.ebuild | 3 ---
16 1 file changed, 3 deletions(-)
17
18 diff --git a/app-editors/emacs-vcs/emacs-vcs-26.1.9999.ebuild b/app-editors/emacs-vcs/emacs-vcs-26.1.9999.ebuild
19 index 15ae125f66b..20578fca5ac 100644
20 --- a/app-editors/emacs-vcs/emacs-vcs-26.1.9999.ebuild
21 +++ b/app-editors/emacs-vcs/emacs-vcs-26.1.9999.ebuild
22 @@ -120,9 +120,6 @@ DEPEND="${RDEPEND}
23 if [[ ${PV##*.} = 9999 ]]; then
24 DEPEND="${DEPEND}
25 sys-apps/texinfo"
26 -
27 - RDEPEND="${RDEPEND}
28 - !=app-editors/emacs-${PV%.*}*"
29 fi
30
31 EMACS_SUFFIX="${PN/emacs/emacs-${SLOT}}"