diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-04-05 05:23:28 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-04-05 05:23:28 +0000 |
commit | f49d993039fa4ba622365f26e428ca2274143d94 (patch) | |
tree | 40f7899a1e6f2cf18d0b148253dea53bf9563320 /dev-libs/boost/boost-1.35.0-r2.ebuild | |
parent | arm stable, bug #358791 (diff) | |
download | historical-f49d993039fa4ba622365f26e428ca2274143d94.tar.gz historical-f49d993039fa4ba622365f26e428ca2274143d94.tar.bz2 historical-f49d993039fa4ba622365f26e428ca2274143d94.zip |
Depend on dev-lang/python because virtual/python will go away, bug 358849.
Package-Manager: portage-2.1.9.45/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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/boost/boost-1.35.0-r2.ebuild b/dev-libs/boost/boost-1.35.0-r2.ebuild index 645c77bfe996..83b1de527592 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-2010 Gentoo Foundation +# Copyright 1999-2011 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.15 2010/04/25 18:28:14 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.35.0-r2.ebuild,v 1.16 2011/04/05 05:23:28 ulm Exp $ inherit python flag-o-matic multilib toolchain-funcs versionator check-reqs @@ -21,7 +21,7 @@ RDEPEND="icu? ( >=dev-libs/icu-3.3 ) expat? ( dev-libs/expat ) mpi? ( || ( sys-cluster/openmpi sys-cluster/mpich2 ) ) sys-libs/zlib - virtual/python" + dev-lang/python" DEPEND="${RDEPEND} =dev-util/boost-build-${PV}-r1" |