diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2016-08-09 13:00:27 +0300 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-08-09 20:26:59 +0200 |
commit | 350aeb3f9f59fa01d6e66525aec583f1c7090220 (patch) | |
tree | bfaad2c8c3d3f33b2c3dceda2a7b63ad7785b264 /app-shells | |
parent | 88bbbd5a0d7e190677c2f22321141146ab1c12f2 (diff) | |
download | gentoo-350aeb3f9f59fa01d6e66525aec583f1c7090220.tar.gz gentoo-350aeb3f9f59fa01d6e66525aec583f1c7090220.tar.xz |
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@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/mpv-bash-completion/mpv-bash-completion-3.3.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 fc46881998b..862931bc975 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 " |