diff options
author | Tom Wijsman <tomwij@gentoo.org> | 2014-04-06 15:07:37 +0000 |
---|---|---|
committer | Tom Wijsman <tomwij@gentoo.org> | 2014-04-06 15:07:37 +0000 |
commit | 32e2cf21e1b0fa32dcb9440c494bd7de68cbb473 (patch) | |
tree | 3e7137914a2da4eb680ede8d96db6a8a24e85e83 /media-video | |
parent | Add arm64 love. (diff) | |
download | gentoo-2-32e2cf21e1b0fa32dcb9440c494bd7de68cbb473.tar.gz gentoo-2-32e2cf21e1b0fa32dcb9440c494bd7de68cbb473.tar.bz2 gentoo-2-32e2cf21e1b0fa32dcb9440c494bd7de68cbb473.zip |
Added missing x11-libs/libX11 dependency; fixes bug #506942, proxied commit for Nikoli.
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mpv/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/mpv/mpv-0.3.7.ebuild | 3 | ||||
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 3 |
3 files changed, 10 insertions, 3 deletions
diff --git a/media-video/mpv/ChangeLog b/media-video/mpv/ChangeLog index f002686e35b2..bf89bf09a5b4 100644 --- a/media-video/mpv/ChangeLog +++ b/media-video/mpv/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-video/mpv # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v 1.62 2014/04/02 07:50:09 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v 1.63 2014/04/06 15:07:37 tomwij Exp $ + + 06 Apr 2014; Tom Wijsman <TomWij@gentoo.org> mpv-0.3.7.ebuild, + mpv-9999.ebuild: + Added missing x11-libs/libX11 dependency; fixes bug #506942, proxied commit + for Nikoli. *mpv-0.3.7 (02 Apr 2014) diff --git a/media-video/mpv/mpv-0.3.7.ebuild b/media-video/mpv/mpv-0.3.7.ebuild index 8fc2f3159a32..f479ffff0952 100644 --- a/media-video/mpv/mpv-0.3.7.ebuild +++ b/media-video/mpv/mpv-0.3.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.3.7.ebuild,v 1.1 2014/04/02 07:50:09 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.3.7.ebuild,v 1.2 2014/04/06 15:07:37 tomwij Exp $ EAPI=5 @@ -51,6 +51,7 @@ RDEPEND+=" sys-libs/ncurses sys-libs/zlib X? ( + x11-libs/libX11 x11-libs/libXext x11-libs/libXxf86vm opengl? ( virtual/opengl ) diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 919cbe470b08..d506b7f285b0 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.40 2014/03/10 19:32:43 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-9999.ebuild,v 1.41 2014/04/06 15:07:37 tomwij Exp $ EAPI=5 @@ -51,6 +51,7 @@ RDEPEND+=" sys-libs/ncurses sys-libs/zlib X? ( + x11-libs/libX11 x11-libs/libXext x11-libs/libXxf86vm opengl? ( virtual/opengl ) |