mgorny      14/04/23 19:51:01

  Modified:             simplecv-1.3.ebuild ChangeLog
  Log:
  Fix Python dependencies. Switch to single impl because of deps.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.4                  dev-python/simplecv/simplecv-1.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplecv/simplecv-1.3.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplecv/simplecv-1.3.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplecv/simplecv-1.3.ebuild?r1=1.3&r2=1.4

Index: simplecv-1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/simplecv/simplecv-1.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- simplecv-1.3.ebuild 24 Jan 2014 21:32:21 -0000      1.3
+++ simplecv-1.3.ebuild 23 Apr 2014 19:51:01 -0000      1.4
@@ -1,8 +1,10 @@
 # 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.3 2014/01/24 21:32:21 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/simplecv/simplecv-1.3.ebuild,v 
1.4 2014/04/23 19:51:01 mgorny Exp $
 
 EAPI=5
+
+DISTUTILS_SINGLE_IMPL=1
 PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1 vcs-snapshot
@@ -22,7 +24,7 @@
        test? ( dev-python/nose[${PYTHON_USEDEP}] )"
 
 RDEPEND="
-       || ( <media-libs/opencv-2.4.8 
>=media-libs/opencv-2.4.8[python,${PYTHON_USEDEP}] )
+       >=media-libs/opencv-2.4.8[python,${PYTHON_USEDEP}]
        dev-python/numpy[${PYTHON_USEDEP}]
        sci-libs/scipy[${PYTHON_USEDEP}]
        virtual/python-imaging[${PYTHON_USEDEP}]



1.4                  dev-python/simplecv/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplecv/ChangeLog?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplecv/ChangeLog?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplecv/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/simplecv/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   24 Jan 2014 21:32:21 -0000      1.3
+++ ChangeLog   23 Apr 2014 19:51:01 -0000      1.4
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/simplecv
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/simplecv/ChangeLog,v 1.3 
2014/01/24 21:32:21 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/simplecv/ChangeLog,v 1.4 
2014/04/23 19:51:01 mgorny Exp $
+
+  23 Apr 2014; Michał Górny <[email protected]> simplecv-1.3.ebuild:
+  Fix Python dependencies. Switch to single impl because of deps.
 
   24 Jan 2014; Andreas K. Huettel <[email protected]> simplecv-1.3.ebuild:
   Fix OpenCV dependencies (new useflag, migration to python-single-r1)
@@ -15,4 +18,3 @@
   +files/remove-failing-test.patch, +files/remove-failing-tests.patch,
   +metadata.xml:
   Initial import
-




Reply via email to