commit: 350aeb3f9f59fa01d6e66525aec583f1c7090220 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com> AuthorDate: Tue Aug 9 10:00:27 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Tue Aug 9 18:26:59 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=350aeb3f
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 <monsieurp <AT> gentoo.org> app-shells/mpv-bash-completion/mpv-bash-completion-3.3.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 fc46881..862931b 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 "