diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2009-03-24 04:28:27 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2009-03-24 04:28:27 +0000 |
commit | 38adebf87f0801fc8252e60f9849eee3dfa40e5c (patch) | |
tree | 103a9f7a5e8a925042a005b215e428ae67c2f046 /dev-libs/boost | |
parent | Remove x11-themes/qtcurve-qt4 kde from package.use.mask now that kde-base/kwi... (diff) | |
download | gentoo-2-38adebf87f0801fc8252e60f9849eee3dfa40e5c.tar.gz gentoo-2-38adebf87f0801fc8252e60f9849eee3dfa40e5c.tar.bz2 gentoo-2-38adebf87f0801fc8252e60f9849eee3dfa40e5c.zip |
Because versions of boost-build greater than 1.35.0-r1 are slotted and
won't work with this ebuild, lock the dependency to 1.35.0-r1.
(Portage version: 2.2_rc26/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/boost')
-rw-r--r-- | dev-libs/boost/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.35.0-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/boost/ChangeLog b/dev-libs/boost/ChangeLog index 1fb590d43633..45fe58bd97d4 100644 --- a/dev-libs/boost/ChangeLog +++ b/dev-libs/boost/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/boost # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.145 2009/03/23 23:13:39 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.146 2009/03/24 04:28:27 dirtyepic Exp $ + + 24 Mar 2009; Ryan Hill <dirtyepic@gentoo.org> boost-1.35.0-r2.ebuild: + Because versions of boost-build greater than 1.35.0-r1 are slotted and + won't work with this ebuild, lock the dependency to 1.35.0-r1. 23 Mar 2009; Ryan Hill <dirtyepic@gentoo.org> boost-1.35.0-r2.ebuild: Fix testsuite postprocessing for bug #245192. diff --git a/dev-libs/boost/boost-1.35.0-r2.ebuild b/dev-libs/boost/boost-1.35.0-r2.ebuild index 18383dc74486..ac4503293591 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.2 2009/03/23 23:13:39 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.35.0-r2.ebuild,v 1.3 2009/03/24 04:28:27 dirtyepic Exp $ inherit python flag-o-matic multilib toolchain-funcs versionator check-reqs @@ -23,7 +23,7 @@ RDEPEND="icu? ( >=dev-libs/icu-3.3 ) sys-libs/zlib virtual/python" DEPEND="${RDEPEND} - >=dev-util/boost-build-${PV}-r1" + =dev-util/boost-build-${PV}-r1" S=${WORKDIR}/${MY_P} |