diff options
author | 2012-01-08 11:42:29 +0000 | |
---|---|---|
committer | 2012-01-08 11:42:29 +0000 | |
commit | dea4875932fdef1c83bf45c5a65fe62a5acbcc07 (patch) | |
tree | 1774c0e76da85fd6f87fc6dc6d8aa397805f8405 /dev-libs/boost/boost-1.46.1-r1.ebuild | |
parent | Multiple fixes. Bug #394325, #394323, #394321 (diff) | |
download | gentoo-2-dea4875932fdef1c83bf45c5a65fe62a5acbcc07.tar.gz gentoo-2-dea4875932fdef1c83bf45c5a65fe62a5acbcc07.tar.bz2 gentoo-2-dea4875932fdef1c83bf45c5a65fe62a5acbcc07.zip |
Add units for CHECKREQS_DISK_BUILD because people change eclasses without fixing ebuilds
(Portage version: 2.2.0_alpha82/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/boost/boost-1.46.1-r1.ebuild')
-rw-r--r-- | dev-libs/boost/boost-1.46.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/boost/boost-1.46.1-r1.ebuild b/dev-libs/boost/boost-1.46.1-r1.ebuild index 100c241447ce..985602f9a284 100644 --- a/dev-libs/boost/boost-1.46.1-r1.ebuild +++ b/dev-libs/boost/boost-1.46.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.46.1-r1.ebuild,v 1.6 2011/12/28 19:23:01 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.46.1-r1.ebuild,v 1.7 2012/01/08 11:42:28 hwoarang Exp $ EAPI="2" @@ -59,7 +59,7 @@ pkg_setup() { fi if use test ; then - CHECKREQS_DISK_BUILD="15360" + CHECKREQS_DISK_BUILD="15G" check_reqs ewarn "The tests may take several hours on a recent machine" |