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 | 3116d0ba0d96af90f16551908aa21ffb83f8e8ac (patch) | |
tree | 29f8a0ea3fe50f03492410ab54a8449fe048f0ad /dev-libs/boost/boost-1.35.0-r5.ebuild | |
parent | Remove old freedist license from Boost ebuilds (#215129). (diff) | |
download | historical-3116d0ba0d96af90f16551908aa21ffb83f8e8ac.tar.gz historical-3116d0ba0d96af90f16551908aa21ffb83f8e8ac.tar.bz2 historical-3116d0ba0d96af90f16551908aa21ffb83f8e8ac.zip |
Fix use of FEATURES in boost ebuilds (#278753).
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'dev-libs/boost/boost-1.35.0-r5.ebuild')
-rw-r--r-- | dev-libs/boost/boost-1.35.0-r5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/boost/boost-1.35.0-r5.ebuild b/dev-libs/boost/boost-1.35.0-r5.ebuild index efcf03cba5bf..135d5565bd9e 100644 --- a/dev-libs/boost/boost-1.35.0-r5.ebuild +++ b/dev-libs/boost/boost-1.35.0-r5.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-r5.ebuild,v 1.7 2009/10/21 13:42:37 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.35.0-r5.ebuild,v 1.8 2009/10/21 13:58:13 djc Exp $ EAPI="2" @@ -55,7 +55,7 @@ _add_line() { } pkg_setup() { - if has test ${FEATURES} ; then + if use test ; then CHECKREQS_DISK_BUILD="1024" check_reqs |