diff options
author | Dirkjan Ochtman <djc@gentoo.org> | 2009-10-21 16:57:23 +0000 |
---|---|---|
committer | Dirkjan Ochtman <djc@gentoo.org> | 2009-10-21 16:57:23 +0000 |
commit | 97ac01827dfb639c5ede9f09e4c94ba42a2a1b26 (patch) | |
tree | b870e3bd109898e289c66c4389f0a648138839ec /dev-libs/boost/boost-1.35.0-r5.ebuild | |
parent | Stable on alpha, bug # (diff) | |
download | historical-97ac01827dfb639c5ede9f09e4c94ba42a2a1b26.tar.gz historical-97ac01827dfb639c5ede9f09e4c94ba42a2a1b26.tar.bz2 historical-97ac01827dfb639c5ede9f09e4c94ba42a2a1b26.zip |
Forgot to add test to IUSE previously, this should fix it.
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 135d5565bd9e..7ca5e1ae9483 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.8 2009/10/21 13:58:13 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.35.0-r5.ebuild,v 1.9 2009/10/21 16:57:23 djc Exp $ EAPI="2" @@ -18,7 +18,7 @@ SRC_URI="mirror://sourceforge/boost/${MY_P}.tar.bz2 http://www.gentoo.org/~dev-zero/distfiles/boost-patches-${PATCHSET_VERSION}.tbz2" LICENSE="Boost-1.0" SLOT="0" -IUSE="doc +eselect expat icu mpi python tools" +IUSE="doc +eselect expat icu mpi python test tools" RDEPEND="icu? ( >=dev-libs/icu-3.3 ) expat? ( dev-libs/expat ) |