diff options
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 adc99dda9ae8..f52e05d9168c 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.13 2009/10/21 13:58:13 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.35.0-r2.ebuild,v 1.14 2009/10/21 16:57:23 djc Exp $ inherit python flag-o-matic multilib toolchain-funcs versionator check-reqs @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/boost/${MY_P}.tar.bz2 mirror://gentoo/boost-patches-${PATCHSET_VERSION}.tbz2" LICENSE="Boost-1.0" SLOT="0" -IUSE="debug doc expat icu mpi tools" +IUSE="debug doc expat icu mpi test tools" RDEPEND="icu? ( >=dev-libs/icu-3.3 ) expat? ( dev-libs/expat ) |