summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Hüttel <dilfridge@gentoo.org>2014-01-24 21:32:24 +0000
committerAndreas Hüttel <dilfridge@gentoo.org>2014-01-24 21:32:24 +0000
commit55dad2ee86229a6a7d09bbce26407ac4b3e9ebf0 (patch)
tree9d13b820aa3e3b75ce6d07c5a96333e3c2b17f5d /dev-python/simplecv/simplecv-1.3.ebuild
parentenable automake >= 1.14, bug#498718, thanks to wojtek (diff)
downloadhistorical-55dad2ee86229a6a7d09bbce26407ac4b3e9ebf0.tar.gz
historical-55dad2ee86229a6a7d09bbce26407ac4b3e9ebf0.tar.bz2
historical-55dad2ee86229a6a7d09bbce26407ac4b3e9ebf0.zip
Fix OpenCV dependencies (new useflag, migration to python-single-r1)
Package-Manager: portage-2.2.8-r1/cvs/Linux x86_64 Manifest-Sign-Key: 0xEBE6A336BE19039C!
Diffstat (limited to 'dev-python/simplecv/simplecv-1.3.ebuild')
-rw-r--r--dev-python/simplecv/simplecv-1.3.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/simplecv/simplecv-1.3.ebuild b/dev-python/simplecv/simplecv-1.3.ebuild
index ac7a7d648779..7602db75228c 100644
--- a/dev-python/simplecv/simplecv-1.3.ebuild
+++ b/dev-python/simplecv/simplecv-1.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/simplecv/simplecv-1.3.ebuild,v 1.2 2013/12/23 04:26:15 jsbronder Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/simplecv/simplecv-1.3.ebuild,v 1.3 2014/01/24 21:32:21 dilfridge Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
@@ -22,7 +22,7 @@ DEPEND="
test? ( dev-python/nose[${PYTHON_USEDEP}] )"
RDEPEND="
- >=media-libs/opencv-2.2
+ || ( <media-libs/opencv-2.4.8 >=media-libs/opencv-2.4.8[python,${PYTHON_USEDEP}] )
dev-python/numpy[${PYTHON_USEDEP}]
sci-libs/scipy[${PYTHON_USEDEP}]
virtual/python-imaging[${PYTHON_USEDEP}]