diff options
author | 2013-05-13 13:28:33 +0000 | |
---|---|---|
committer | 2013-05-13 13:28:33 +0000 | |
commit | ace6f940117cf2c228c1275b387575671265e983 (patch) | |
tree | bb1fe14eeb61029de4bfdb491ee663bd510d370c /media-libs/raptor/raptor-2.0.9.ebuild | |
parent | old (diff) | |
download | gentoo-2-ace6f940117cf2c228c1275b387575671265e983.tar.gz gentoo-2-ace6f940117cf2c228c1275b387575671265e983.tar.bz2 gentoo-2-ace6f940117cf2c228c1275b387575671265e983.zip |
Run tests serially wrt bug #464284.
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'media-libs/raptor/raptor-2.0.9.ebuild')
-rw-r--r-- | media-libs/raptor/raptor-2.0.9.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/media-libs/raptor/raptor-2.0.9.ebuild b/media-libs/raptor/raptor-2.0.9.ebuild index 96851d00df69..cd5f13d70cf1 100644 --- a/media-libs/raptor/raptor-2.0.9.ebuild +++ b/media-libs/raptor/raptor-2.0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-2.0.9.ebuild,v 1.2 2013/04/06 23:33:31 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-2.0.9.ebuild,v 1.3 2013/05/13 13:28:33 kensington Exp $ EAPI=5 inherit eutils libtool @@ -50,6 +50,10 @@ src_configure() { ${myconf} } +src_test() { + emake -j1 test +} + src_install() { default dohtml {NEWS,README,RELEASE,UPGRADING}.html |