diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-10-14 02:52:12 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-10-14 02:52:12 +0000 |
commit | c9a221398db7d0afb7c67cd22db4260b7d8a3efa (patch) | |
tree | 9edf0390e1546661f5cf7cb876d06268ddfa4e70 /dev-python/graph-tool | |
parent | Fix building against media-libs/phonon (bug 525354). (diff) | |
download | gentoo-2-c9a221398db7d0afb7c67cd22db4260b7d8a3efa.tar.gz gentoo-2-c9a221398db7d0afb7c67cd22db4260b7d8a3efa.tar.bz2 gentoo-2-c9a221398db7d0afb7c67cd22db4260b7d8a3efa.zip |
reset border version of dev-libs/boost, fixes Bug #524524
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/graph-tool')
-rw-r--r-- | dev-python/graph-tool/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/graph-tool/graph-tool-2.2.35.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/graph-tool/ChangeLog b/dev-python/graph-tool/ChangeLog index 48cd7056fcfe..57db3e7806ff 100644 --- a/dev-python/graph-tool/ChangeLog +++ b/dev-python/graph-tool/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/graph-tool # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/graph-tool/ChangeLog,v 1.16 2014/10/09 17:09:11 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/graph-tool/ChangeLog,v 1.17 2014/10/14 02:52:12 idella4 Exp $ + + 14 Oct 2014; Ian Delaney <idella4@gentoo.org> graph-tool-2.2.35.ebuild: + reset border version of dev-libs/boost, fixes Bug #524524 09 Oct 2014; Tim Harder <radhermit@gentoo.org> graph-tool-9999.ebuild: Add python-3.4 support. diff --git a/dev-python/graph-tool/graph-tool-2.2.35.ebuild b/dev-python/graph-tool/graph-tool-2.2.35.ebuild index 7436e33b6533..4caa02ae467c 100644 --- a/dev-python/graph-tool/graph-tool-2.2.35.ebuild +++ b/dev-python/graph-tool/graph-tool-2.2.35.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/graph-tool/graph-tool-2.2.35.ebuild,v 1.1 2014/10/04 07:46:18 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/graph-tool/graph-tool-2.2.35.ebuild,v 1.2 2014/10/14 02:52:12 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) @@ -22,8 +22,9 @@ LICENSE="GPL-3" SLOT="0" IUSE="+cairo openmp" +# Bug 524524 CDEPEND="${PYTHON_DEPS} - >=dev-libs/boost-1.46.0[python,${PYTHON_USEDEP}] + >=dev-libs/boost-1.54.0[python,${PYTHON_USEDEP}] dev-libs/expat dev-python/numpy[${PYTHON_USEDEP}] sci-libs/scipy[${PYTHON_USEDEP}] |