diff options
author | Julian Ospald <hasufell@gentoo.org> | 2014-03-15 20:37:51 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2014-03-15 20:37:51 +0000 |
commit | 36b5d4f4cb9deeb8c0adcb5ec7d5fe2c47c36711 (patch) | |
tree | 4b50733bb742b2a8321331c934ce59e306bcd438 /dev-libs/libuv | |
parent | sci-physics/lammps-20140314: Version bump. (diff) | |
download | gentoo-2-36b5d4f4cb9deeb8c0adcb5ec7d5fe2c47c36711.tar.gz gentoo-2-36b5d4f4cb9deeb8c0adcb5ec7d5fe2c47c36711.tar.bz2 gentoo-2-36b5d4f4cb9deeb8c0adcb5ec7d5fe2c47c36711.zip |
fix tests in out-of-source build
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Diffstat (limited to 'dev-libs/libuv')
-rw-r--r-- | dev-libs/libuv/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libuv/libuv-0.11.22-r1.ebuild | 8 |
2 files changed, 11 insertions, 2 deletions
diff --git a/dev-libs/libuv/ChangeLog b/dev-libs/libuv/ChangeLog index 1dcf515cf374..065b3ef851af 100644 --- a/dev-libs/libuv/ChangeLog +++ b/dev-libs/libuv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libuv # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libuv/ChangeLog,v 1.14 2014/03/15 20:09:41 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libuv/ChangeLog,v 1.15 2014/03/15 20:37:51 hasufell Exp $ + + 15 Mar 2014; Julian Ospald <hasufell@gentoo.org> libuv-0.11.22-r1.ebuild: + fix tests in out-of-source build *libuv-0.11.22-r1 (15 Mar 2014) diff --git a/dev-libs/libuv/libuv-0.11.22-r1.ebuild b/dev-libs/libuv/libuv-0.11.22-r1.ebuild index 2a24c9e41765..ac7154d93396 100644 --- a/dev-libs/libuv/libuv-0.11.22-r1.ebuild +++ b/dev-libs/libuv/libuv-0.11.22-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/dev-libs/libuv/libuv-0.11.22-r1.ebuild,v 1.1 2014/03/15 20:09:41 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libuv/libuv-0.11.22-r1.ebuild,v 1.2 2014/03/15 20:37:51 hasufell Exp $ EAPI=5 @@ -29,6 +29,12 @@ multilib_src_configure() { $(use_enable static-libs static) } +multilib_src_test() { + mkdir "${BUILD_DIR}"/test || die + cp -pPR "${S}"/test/fixtures "${BUILD_DIR}"/test/fixtures || die + default +} + multilib_src_install_all() { einstalldocs prune_libtool_files |