diff options
author | Matt Turner <mattst88@gentoo.org> | 2011-11-01 20:12:08 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2011-11-01 20:12:08 +0000 |
commit | 61456d6a18eccdb17cab7409d1b954dac2ac63e8 (patch) | |
tree | 1399e1cc99a8466465e5880e125071ae93732333 /x11-libs/libvdpau | |
parent | Version bump. (diff) | |
download | gentoo-2-61456d6a18eccdb17cab7409d1b954dac2ac63e8.tar.gz gentoo-2-61456d6a18eccdb17cab7409d1b954dac2ac63e8.tar.bz2 gentoo-2-61456d6a18eccdb17cab7409d1b954dac2ac63e8.zip |
Add ~alpha (vdpau works with g3dvl/radeon)
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libvdpau')
-rw-r--r-- | x11-libs/libvdpau/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/libvdpau/libvdpau-0.4.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/libvdpau/ChangeLog b/x11-libs/libvdpau/ChangeLog index 508efc866d57..fae2409b3d74 100644 --- a/x11-libs/libvdpau/ChangeLog +++ b/x11-libs/libvdpau/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libvdpau # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/ChangeLog,v 1.17 2011/08/20 08:10:27 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/ChangeLog,v 1.18 2011/11/01 20:12:08 mattst88 Exp $ + + 01 Nov 2011; Matt Turner <mattst88@gentoo.org> libvdpau-0.4.1.ebuild: + Add ~alpha (vdpau works with g3dvl/radeon) 20 Aug 2011; Alexis Ballier <aballier@gentoo.org> libvdpau-0.4.ebuild, libvdpau-0.4.1.ebuild: diff --git a/x11-libs/libvdpau/libvdpau-0.4.1.ebuild b/x11-libs/libvdpau/libvdpau-0.4.1.ebuild index 2db58e5b94ba..f82a60916204 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-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.5 2011/08/20 08:10:27 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/libvdpau-0.4.1.ebuild,v 1.6 2011/11/01 20:12:08 mattst88 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="~alpha amd64 x86 ~x86-fbsd" IUSE="doc" #unfortunately, there's driver versions in between that this works with |