From 350aeb3f9f59fa01d6e66525aec583f1c7090220 Mon Sep 17 00:00:00 2001 From: Ilya Tumaykin Date: Tue, 9 Aug 2016 13:00:27 +0300 Subject: app-shells/mpv-bash-completion: require mpv>=0.14.0 for 3.3.4. mpv-bash-completion-3.3.4 doesn't build otherwise. Gentoo-Bug: https://bugs.gentoo.org/590794 Closes: https://github.com/gentoo/gentoo/pull/2047 Package-Manager: portage-2.3.0 Signed-off-by: Patrice Clement --- app-shells/mpv-bash-completion/mpv-bash-completion-3.3.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-shells') diff --git a/app-shells/mpv-bash-completion/mpv-bash-completion-3.3.4.ebuild b/app-shells/mpv-bash-completion/mpv-bash-completion-3.3.4.ebuild index fc46881998b7..862931bc975a 100644 --- a/app-shells/mpv-bash-completion/mpv-bash-completion-3.3.4.ebuild +++ b/app-shells/mpv-bash-completion/mpv-bash-completion-3.3.4.ebuild @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64" IUSE="luajit" -COMMON_DEPEND="media-video/mpv[cli]" +COMMON_DEPEND=">=media-video/mpv-0.14.0[cli]" RDEPEND="${COMMON_DEPEND} >=app-shells/bash-completion-2.3-r1 " -- cgit v1.2.3-65-gdbad