diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-02-14 19:08:51 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-02-14 19:08:51 +0000 |
commit | 79f7a2fddba9c43f0d4eaa8c811d3737177b8aff (patch) | |
tree | e34f77eb71e21115b97c8062f1c9370be1c94760 /x11-libs/libva | |
parent | Version bump, hopefully fixes bug 457010. (diff) | |
download | gentoo-2-79f7a2fddba9c43f0d4eaa8c811d3737177b8aff.tar.gz gentoo-2-79f7a2fddba9c43f0d4eaa8c811d3737177b8aff.tar.bz2 gentoo-2-79f7a2fddba9c43f0d4eaa8c811d3737177b8aff.zip |
upstream master needs wayland-1
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'x11-libs/libva')
-rw-r--r-- | x11-libs/libva/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/libva/libva-9999.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-libs/libva/ChangeLog b/x11-libs/libva/ChangeLog index 529d68faebff..53e1f05c28f5 100644 --- a/x11-libs/libva/ChangeLog +++ b/x11-libs/libva/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libva # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v 1.47 2013/02/14 19:07:35 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v 1.48 2013/02/14 19:08:51 aballier Exp $ + + 14 Feb 2013; Alexis Ballier <aballier@gentoo.org> libva-9999.ebuild: + upstream master needs wayland-1 14 Feb 2013; Alexis Ballier <aballier@gentoo.org> libva-1.1.0.ebuild, +files/libva-1.1.0-wayland1.patch: diff --git a/x11-libs/libva/libva-9999.ebuild b/x11-libs/libva/libva-9999.ebuild index 77e1ec3f8c6e..1b1435b66472 100644 --- a/x11-libs/libva/libva-9999.ebuild +++ b/x11-libs/libva/libva-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-9999.ebuild,v 1.12 2012/11/21 18:13:30 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-9999.ebuild,v 1.13 2013/02/14 19:08:51 aballier Exp $ EAPI=4 @@ -44,7 +44,7 @@ RDEPEND=">=x11-libs/libdrm-2.4 ) egl? ( media-libs/mesa[egl] ) opengl? ( virtual/opengl ) - wayland? ( >=dev-libs/wayland-0.95.0 )" + wayland? ( >=dev-libs/wayland-1 )" DEPEND="${RDEPEND} virtual/pkgconfig" |