summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2014-11-01 01:41:51 +0000
committerMike Frysinger <vapier@gentoo.org>2014-11-01 01:41:51 +0000
commit510f8f4a19b0836f82965ea433ce866bda73541c (patch)
treeb1190bd05d09d465b1d690aef622c7d41857cf86 /sys-devel
parentclean old impl, bump; add py3.4, rm old (diff)
downloadgentoo-2-510f8f4a19b0836f82965ea433ce866bda73541c.tar.gz
gentoo-2-510f8f4a19b0836f82965ea433ce866bda73541c.tar.bz2
gentoo-2-510f8f4a19b0836f82965ea433ce866bda73541c.zip
Run tests in parallel
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/libtool/ChangeLog5
-rw-r--r--sys-devel/libtool/libtool-2.4.3-r1.ebuild6
2 files changed, 9 insertions, 2 deletions
diff --git a/sys-devel/libtool/ChangeLog b/sys-devel/libtool/ChangeLog
index c7cd60fbdebc..5ff85c91afae 100644
--- a/sys-devel/libtool/ChangeLog
+++ b/sys-devel/libtool/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/libtool
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.228 2014/10/31 21:08:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.229 2014/11/01 01:41:51 vapier Exp $
+
+ 01 Nov 2014; Mike Frysinger <vapier@gentoo.org> libtool-2.4.3-r1.ebuild:
+ Run tests in parallel
*libtool-2.4.3-r1 (31 Oct 2014)
diff --git a/sys-devel/libtool/libtool-2.4.3-r1.ebuild b/sys-devel/libtool/libtool-2.4.3-r1.ebuild
index e7727f5b52ab..a5e768051aa8 100644
--- a/sys-devel/libtool/libtool-2.4.3-r1.ebuild
+++ b/sys-devel/libtool/libtool-2.4.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.4.3-r1.ebuild,v 1.1 2014/10/31 21:08:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.4.3-r1.ebuild,v 1.2 2014/11/01 01:41:51 vapier Exp $
EAPI="4"
@@ -69,6 +69,10 @@ multilib_src_configure() {
econf $(use_enable static-libs static)
}
+multilib_src_test() {
+ emake check
+}
+
multilib_src_install_all() {
dodoc AUTHORS ChangeLog* NEWS README THANKS TODO doc/PLATFORMS