diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-04-04 09:14:39 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-04-04 09:15:14 +0200 |
commit | 6c81a3f14aa41558c51f48dc4907bd6015b604f7 (patch) | |
tree | 1d54d0bc07115cb8897b096465583866e7802781 /app-emacs/magit-popup | |
parent | sys-fs/btrfs-progs: Removed old. (diff) | |
download | gentoo-6c81a3f14aa41558c51f48dc4907bd6015b604f7.tar.gz gentoo-6c81a3f14aa41558c51f48dc4907bd6015b604f7.tar.bz2 gentoo-6c81a3f14aa41558c51f48dc4907bd6015b604f7.zip |
app-emacs/magit-popup: Fix blocker.
Closes: https://bugs.gentoo.org/652390
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'app-emacs/magit-popup')
-rw-r--r-- | app-emacs/magit-popup/magit-popup-2.12.3.ebuild | 3 |
1 files changed, 2 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 38c56f440499..10997ff1cf60 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,5 @@ DOCS="README.md" CDEPEND=">=app-emacs/dash-2.13.0" DEPEND="${CDEPEND} sys-apps/texinfo" -RDEPEND="!!<app-emacs/magit-2.13.0 $CDEPEND" +RDEPEND="!!<app-emacs/magit-2.12.1 + ${CDEPEND}" |