diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2010-01-04 16:15:26 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2010-01-04 16:15:26 +0000 |
commit | 4e46a23cb93ce011d154e23fa1391a7c1d1ea0a0 (patch) | |
tree | d921ea4f99d0ae112d1e2f9e8fe51bafce9ccf1e /x11-libs | |
parent | Remove deprecated USE="qt3" support. (diff) | |
download | historical-4e46a23cb93ce011d154e23fa1391a7c1d1ea0a0.tar.gz historical-4e46a23cb93ce011d154e23fa1391a7c1d1ea0a0.tar.bz2 historical-4e46a23cb93ce011d154e23fa1391a7c1d1ea0a0.zip |
inherit multilib
Package-Manager: portage-2.1.7.16/cvs/Linux x86_64
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libvdpau/libvdpau-0.3-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-libs/libvdpau/libvdpau-0.3-r1.ebuild b/x11-libs/libvdpau/libvdpau-0.3-r1.ebuild index 7e3c865f1959..2c1d636bb457 100644 --- a/x11-libs/libvdpau/libvdpau-0.3-r1.ebuild +++ b/x11-libs/libvdpau/libvdpau-0.3-r1.ebuild @@ -1,9 +1,11 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/libvdpau-0.3-r1.ebuild,v 1.1 2010/01/04 08:19:55 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/libvdpau-0.3-r1.ebuild,v 1.2 2010/01/04 16:15:26 cardoe Exp $ EAPI="2" +inherit multilib + DESCRIPTION="VDPAU wrapper and trace libraries" HOMEPAGE="http://www.freedesktop.org/wiki/Software/VDPAU" SRC_URI="http://people.freedesktop.org/~aplattner/vdpau/${P}.tar.gz" |