summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2014-12-26 12:06:12 +0000
committerPatrick Lauer <patrick@gentoo.org>2014-12-26 12:06:12 +0000
commitcf4ecfc4beb46af16351cc6779747be5e1056747 (patch)
treed7b1ec4388cda680ea2c84b347855eaf6e936236 /dev-libs/boost-numpy
parentRemove old. (diff)
downloadgentoo-2-cf4ecfc4beb46af16351cc6779747be5e1056747.tar.gz
gentoo-2-cf4ecfc4beb46af16351cc6779747be5e1056747.tar.bz2
gentoo-2-cf4ecfc4beb46af16351cc6779747be5e1056747.zip
Fix boost/python dep #514766
(Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-libs/boost-numpy')
-rw-r--r--dev-libs/boost-numpy/ChangeLog6
-rw-r--r--dev-libs/boost-numpy/boost-numpy-0_pre20131206.ebuild4
-rw-r--r--dev-libs/boost-numpy/boost-numpy-9999.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-libs/boost-numpy/ChangeLog b/dev-libs/boost-numpy/ChangeLog
index 94f1a3d6ceba..e3da26cc32e9 100644
--- a/dev-libs/boost-numpy/ChangeLog
+++ b/dev-libs/boost-numpy/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/boost-numpy
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost-numpy/ChangeLog,v 1.2 2014/05/01 10:33:41 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost-numpy/ChangeLog,v 1.3 2014/12/26 12:06:12 patrick Exp $
+
+ 26 Dec 2014; Patrick Lauer <patrick@gentoo.org>
+ boost-numpy-0_pre20131206.ebuild, boost-numpy-9999.ebuild:
+ Fix boost/python dep #514766
01 May 2014; Michał Górny <mgorny@gentoo.org>
boost-numpy-0_pre20131206.ebuild, boost-numpy-9999.ebuild:
diff --git a/dev-libs/boost-numpy/boost-numpy-0_pre20131206.ebuild b/dev-libs/boost-numpy/boost-numpy-0_pre20131206.ebuild
index 15552f94616c..e952729e6ba8 100644
--- a/dev-libs/boost-numpy/boost-numpy-0_pre20131206.ebuild
+++ b/dev-libs/boost-numpy/boost-numpy-0_pre20131206.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-libs/boost-numpy/boost-numpy-0_pre20131206.ebuild,v 1.2 2014/05/01 10:33:41 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost-numpy/boost-numpy-0_pre20131206.ebuild,v 1.3 2014/12/26 12:06:12 patrick Exp $
EAPI=5
@@ -22,7 +22,7 @@ IUSE="doc examples"
KEYWORDS="~amd64"
CDEPEND="dev-python/numpy
- dev-libs/boost"
+ dev-libs/boost[python]"
DEPEND="${CDEPEND}"
RDEPEND="${CDEPEND}"
diff --git a/dev-libs/boost-numpy/boost-numpy-9999.ebuild b/dev-libs/boost-numpy/boost-numpy-9999.ebuild
index 903f6072e1df..7f40e1c2d9e3 100644
--- a/dev-libs/boost-numpy/boost-numpy-9999.ebuild
+++ b/dev-libs/boost-numpy/boost-numpy-9999.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-libs/boost-numpy/boost-numpy-9999.ebuild,v 1.2 2014/05/01 10:33:41 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost-numpy/boost-numpy-9999.ebuild,v 1.3 2014/12/26 12:06:12 patrick Exp $
EAPI=5
@@ -22,7 +22,7 @@ IUSE="doc examples"
KEYWORDS=""
CDEPEND="dev-python/numpy
- dev-libs/boost"
+ dev-libs/boost[python]"
DEPEND="${CDEPEND}"
RDEPEND="${CDEPEND}"