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.37.0-r1.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.37.0-r1.ebuild')
-rw-r--r-- | dev-libs/boost/boost-1.37.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/boost/boost-1.37.0-r1.ebuild b/dev-libs/boost/boost-1.37.0-r1.ebuild index eba013752394..3fdd5dff0951 100644 --- a/dev-libs/boost/boost-1.37.0-r1.ebuild +++ b/dev-libs/boost/boost-1.37.0-r1.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.37.0-r1.ebuild,v 1.10 2009/10/21 13:42:37 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.37.0-r1.ebuild,v 1.11 2009/10/21 13:58:13 djc Exp $ EAPI="2" @@ -56,7 +56,7 @@ _add_line() { } pkg_setup() { - if has test ${FEATURES} ; then + if use test ; then CHECKREQS_DISK_BUILD="1024" check_reqs |