Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/magit-popup/
Date: Tue, 03 Apr 2018 05:59:56
Message-Id: 1522735175.ce24474821f28b455d5d33f46eb3945f44683b5e.graaff@gentoo
1 commit: ce24474821f28b455d5d33f46eb3945f44683b5e
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 3 05:59:35 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 3 05:59:35 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce244748
7
8 app-emacs/magit-popup: add blocker to avoid file collision
9
10 Closes: https://bugs.gentoo.org/652218
11 Package-Manager: Portage-2.3.24, Repoman-2.3.6
12
13 app-emacs/magit-popup/magit-popup-2.12.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-emacs/magit-popup/magit-popup-2.12.3.ebuild b/app-emacs/magit-popup/magit-popup-2.12.3.ebuild
17 index 2a8b77e6c53..38c56f44049 100644
18 --- a/app-emacs/magit-popup/magit-popup-2.12.3.ebuild
19 +++ b/app-emacs/magit-popup/magit-popup-2.12.3.ebuild
20 @@ -20,4 +20,4 @@ DOCS="README.md"
21
22 CDEPEND=">=app-emacs/dash-2.13.0"
23 DEPEND="${CDEPEND} sys-apps/texinfo"
24 -RDEPEND=$CDEPEND
25 +RDEPEND="!!<app-emacs/magit-2.13.0 $CDEPEND"