diff options
author | Michael Palimaka <kensington@gentoo.org> | 2013-05-13 13:28:33 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2013-05-13 13:28:33 +0000 |
commit | ace6f940117cf2c228c1275b387575671265e983 (patch) | |
tree | bb1fe14eeb61029de4bfdb491ee663bd510d370c /media-libs/raptor | |
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')
-rw-r--r-- | media-libs/raptor/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/raptor/raptor-2.0.9.ebuild | 6 |
2 files changed, 9 insertions, 2 deletions
diff --git a/media-libs/raptor/ChangeLog b/media-libs/raptor/ChangeLog index 7031f90f5db7..4c7ba18e6998 100644 --- a/media-libs/raptor/ChangeLog +++ b/media-libs/raptor/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/raptor # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.145 2013/04/13 08:14:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.146 2013/05/13 13:28:33 kensington Exp $ + + 13 May 2013; Michael Palimaka <kensington@gentoo.org> raptor-2.0.9.ebuild: + Run tests serially wrt bug #464284. 13 Apr 2013; Agostino Sarubbo <ago@gentoo.org> raptor-2.0.8.ebuild: Stable for sparc, wrt bug #464112 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 |