idella4 14/10/14 02:52:12 Modified: graph-tool-2.2.35.ebuild ChangeLog Log: 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)
Revision Changes Path 1.2 dev-python/graph-tool/graph-tool-2.2.35.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/graph-tool-2.2.35.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/graph-tool-2.2.35.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/graph-tool-2.2.35.ebuild?r1=1.1&r2=1.2 Index: graph-tool-2.2.35.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/graph-tool/graph-tool-2.2.35.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- graph-tool-2.2.35.ebuild 4 Oct 2014 07:46:18 -0000 1.1 +++ graph-tool-2.2.35.ebuild 14 Oct 2014 02:52:12 -0000 1.2 @@ -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 @@ 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}] 1.17 dev-python/graph-tool/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/ChangeLog?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/ChangeLog?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/ChangeLog?r1=1.16&r2=1.17 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/graph-tool/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ChangeLog 9 Oct 2014 17:09:11 -0000 1.16 +++ ChangeLog 14 Oct 2014 02:52:12 -0000 1.17 @@ -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 <[email protected]> graph-tool-2.2.35.ebuild: + reset border version of dev-libs/boost, fixes Bug #524524 09 Oct 2014; Tim Harder <[email protected]> graph-tool-9999.ebuild: Add python-3.4 support.
