diff options
author | Dirkjan Ochtman <djc@gentoo.org> | 2009-10-21 13:58:13 +0000 |
---|---|---|
committer | Dirkjan Ochtman <djc@gentoo.org> | 2009-10-21 13:58:13 +0000 |
commit | c0b2064c65fe9432ddabe1abcd049caa2edd13c2 (patch) | |
tree | 48630e0f61fba5dcffe2f3cb09b3d7f865155896 /dev-libs/boost/boost-1.35.0-r2.ebuild | |
parent | Remove old freedist license from Boost ebuilds (#215129). (diff) | |
download | gentoo-2-c0b2064c65fe9432ddabe1abcd049caa2edd13c2.tar.gz gentoo-2-c0b2064c65fe9432ddabe1abcd049caa2edd13c2.tar.bz2 gentoo-2-c0b2064c65fe9432ddabe1abcd049caa2edd13c2.zip |
Fix use of FEATURES in boost ebuilds (#278753).
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/boost/boost-1.35.0-r2.ebuild')
-rw-r--r-- | dev-libs/boost/boost-1.35.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/boost/boost-1.35.0-r2.ebuild b/dev-libs/boost/boost-1.35.0-r2.ebuild index 85897e1bb05b..adc99dda9ae8 100644 --- a/dev-libs/boost/boost-1.35.0-r2.ebuild +++ b/dev-libs/boost/boost-1.35.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.35.0-r2.ebuild,v 1.12 2009/10/21 13:42:37 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.35.0-r2.ebuild,v 1.13 2009/10/21 13:58:13 djc Exp $ inherit python flag-o-matic multilib toolchain-funcs versionator check-reqs @@ -32,7 +32,7 @@ S=${WORKDIR}/${MY_P} # - write a patch to support /dev/urandom on FreeBSD and OSX (see below) pkg_setup() { - if has test ${FEATURES} ; then + if use test ; then CHECKREQS_DISK_BUILD="1024" check_reqs |