summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2016-08-09 13:00:27 +0300
committerPatrice Clement <monsieurp@gentoo.org>2016-08-09 20:26:59 +0200
commit350aeb3f9f59fa01d6e66525aec583f1c7090220 (patch)
treebfaad2c8c3d3f33b2c3dceda2a7b63ad7785b264 /app-shells
parenttoolchain-funcs.eclass: add or1k tuple support #589682 (diff)
downloadgentoo-350aeb3f9f59fa01d6e66525aec583f1c7090220.tar.gz
gentoo-350aeb3f9f59fa01d6e66525aec583f1c7090220.tar.bz2
gentoo-350aeb3f9f59fa01d6e66525aec583f1c7090220.zip
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.ebuild2
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 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
"