diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2013-06-15 08:17:57 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2013-06-15 08:17:57 +0000 |
commit | 249defb6a6c5374cc4a07e8416406910a02952d9 (patch) | |
tree | 78ed30c033b11165bd07d62ed2c9b56c12388889 /media-video | |
parent | Version bump, drop old (diff) | |
download | gentoo-2-249defb6a6c5374cc4a07e8416406910a02952d9.tar.gz gentoo-2-249defb6a6c5374cc4a07e8416406910a02952d9.tar.bz2 gentoo-2-249defb6a6c5374cc4a07e8416406910a02952d9.zip |
Raise dep on libxbcommon. Thanks to Nikoli for patch.
(Portage version: 2.2.0_alpha179/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mpv/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-video/mpv/ChangeLog b/media-video/mpv/ChangeLog index fdba16eecea7..01ea37428ec4 100644 --- a/media-video/mpv/ChangeLog +++ b/media-video/mpv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/mpv # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v 1.6 2013/05/21 07:29:42 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v 1.7 2013/06/15 08:17:57 scarabeus Exp $ + + 15 Jun 2013; Tomáš Chvátal <scarabeus@gentoo.org> mpv-9999.ebuild: + Raise dep on libxbcommon. Thanks to Nikoli for patch. 21 May 2013; Tim Harder <radhermit@gentoo.org> mpv-9999.ebuild: Update DOCS with new readme filename (patch by Nikoli). diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 89c411511c20..a3fb33caad2e 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-9999.ebuild,v 1.6 2013/05/21 07:29:42 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-9999.ebuild,v 1.7 2013/06/15 08:17:57 scarabeus Exp $ EAPI=5 @@ -87,7 +87,7 @@ RDEPEND+=" wayland? ( >=dev-libs/wayland-1.0.0 media-libs/mesa[egl,wayland] - >=x11-libs/libxkbcommon-0.2.0 + >=x11-libs/libxkbcommon-0.3.0 ) >=virtual/ffmpeg-9[encode?] " |