diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2014-07-20 19:26:04 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2014-07-20 19:26:04 +0000 |
commit | 4ae2194eb5970113489f03ecbb1de5697f5c24aa (patch) | |
tree | e05bd4f696a2be17924d60951fc8970e08308c4f /x11-libs/libvdpau | |
parent | Respect cflags, thanks to Nikoli (diff) | |
download | gentoo-2-4ae2194eb5970113489f03ecbb1de5697f5c24aa.tar.gz gentoo-2-4ae2194eb5970113489f03ecbb1de5697f5c24aa.tar.bz2 gentoo-2-4ae2194eb5970113489f03ecbb1de5697f5c24aa.zip |
Use virtualx.eclass for the testsuite wrt #517604 by Nikoli
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'x11-libs/libvdpau')
-rw-r--r-- | x11-libs/libvdpau/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/libvdpau/libvdpau-0.8.ebuild | 9 |
2 files changed, 11 insertions, 3 deletions
diff --git a/x11-libs/libvdpau/ChangeLog b/x11-libs/libvdpau/ChangeLog index 9cf02c6791b1..98d3109a9780 100644 --- a/x11-libs/libvdpau/ChangeLog +++ b/x11-libs/libvdpau/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libvdpau # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/ChangeLog,v 1.34 2014/07/20 15:31:24 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/ChangeLog,v 1.35 2014/07/20 19:26:04 ssuominen Exp $ + + 20 Jul 2014; Samuli Suominen <ssuominen@gentoo.org> libvdpau-0.8.ebuild: + Use virtualx.eclass for the testsuite wrt #517604 by Nikoli *libvdpau-0.8 (20 Jul 2014) diff --git a/x11-libs/libvdpau/libvdpau-0.8.ebuild b/x11-libs/libvdpau/libvdpau-0.8.ebuild index 01227d3be143..71f9037e7260 100644 --- a/x11-libs/libvdpau/libvdpau-0.8.ebuild +++ b/x11-libs/libvdpau/libvdpau-0.8.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/libvdpau-0.8.ebuild,v 1.1 2014/07/20 15:31:24 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/libvdpau-0.8.ebuild,v 1.2 2014/07/20 19:26:04 ssuominen Exp $ EAPI=5 -inherit autotools-multilib +VIRTUALX_REQUIRED="test" +inherit autotools-multilib virtualx DESCRIPTION="VDPAU wrapper and trace libraries" HOMEPAGE="http://www.freedesktop.org/wiki/Software/VDPAU" @@ -39,6 +40,10 @@ src_configure() { autotools-multilib_src_configure } +multilib_src_test() { + Xemake check +} + src_install() { autotools-multilib_src_install prune_libtool_files --modules |