diff options
Diffstat (limited to 'x11-libs/libvdpau')
-rw-r--r-- | x11-libs/libvdpau/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/libvdpau/libvdpau-0.4.1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-libs/libvdpau/ChangeLog b/x11-libs/libvdpau/ChangeLog index 1e8ea0576f4d..581ea3d3595c 100644 --- a/x11-libs/libvdpau/ChangeLog +++ b/x11-libs/libvdpau/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/libvdpau -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/ChangeLog,v 1.14 2010/10/01 01:09:09 ssuominen Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/ChangeLog,v 1.15 2011/02/11 12:32:45 phajdan.jr Exp $ + + 11 Feb 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> + libvdpau-0.4.1.ebuild: + x86 stable wrt bug #354161 01 Oct 2010; Samuli Suominen <ssuominen@gentoo.org> libvdpau-0.4.1.ebuild: Fix dependencies from xproto to dri2proto >= 2.2. Missing ./configure flag diff --git a/x11-libs/libvdpau/libvdpau-0.4.1.ebuild b/x11-libs/libvdpau/libvdpau-0.4.1.ebuild index b1b7740bc052..da19ff638ee3 100644 --- a/x11-libs/libvdpau/libvdpau-0.4.1.ebuild +++ b/x11-libs/libvdpau/libvdpau-0.4.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/libvdpau-0.4.1.ebuild,v 1.2 2010/10/01 01:09:09 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/libvdpau-0.4.1.ebuild,v 1.3 2011/02/11 12:32:45 phajdan.jr Exp $ EAPI=2 inherit multilib @@ -11,7 +11,7 @@ SRC_URI="http://people.freedesktop.org/~aplattner/vdpau/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-fbsd" +KEYWORDS="~amd64 x86 ~x86-fbsd" IUSE="doc" #unfortunately, there's driver versions in between that this works with |