diff options
author | Hans de Graaff <graaff@gentoo.org> | 2018-04-03 07:59:35 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2018-04-03 07:59:35 +0200 |
commit | ce24474821f28b455d5d33f46eb3945f44683b5e (patch) | |
tree | d342fb4aff147e4ad000e22fe91abad00ef1ba08 /app-emacs/magit-popup | |
parent | dev-ruby/did_you_mean: add 1.2.1 (diff) | |
download | gentoo-ce24474821f28b455d5d33f46eb3945f44683b5e.tar.gz gentoo-ce24474821f28b455d5d33f46eb3945f44683b5e.tar.bz2 gentoo-ce24474821f28b455d5d33f46eb3945f44683b5e.zip |
app-emacs/magit-popup: add blocker to avoid file collision
Closes: https://bugs.gentoo.org/652218
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-emacs/magit-popup')
-rw-r--r-- | app-emacs/magit-popup/magit-popup-2.12.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/magit-popup/magit-popup-2.12.3.ebuild b/app-emacs/magit-popup/magit-popup-2.12.3.ebuild index 2a8b77e6c533..38c56f440499 100644 --- a/app-emacs/magit-popup/magit-popup-2.12.3.ebuild +++ b/app-emacs/magit-popup/magit-popup-2.12.3.ebuild @@ -20,4 +20,4 @@ DOCS="README.md" CDEPEND=">=app-emacs/dash-2.13.0" DEPEND="${CDEPEND} sys-apps/texinfo" -RDEPEND=$CDEPEND +RDEPEND="!!<app-emacs/magit-2.13.0 $CDEPEND" |