Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 369823 - dev-python/shiboken-1.0.3: update DEPEND
Summary: dev-python/shiboken-1.0.3: update DEPEND
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Dominik Kapusta (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-02 16:33 UTC by Michael Ossmann
Modified: 2011-07-28 22:32 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Ossmann 2011-06-02 16:33:30 UTC
Build can fail if older versions of apiextractor or generatorrunner are installed.  DEPEND can be updated to avoid this problem.  The versions that should be required are apiextractor-0.10.3 and generatorrunner-0.6.10.

Reproducible: Always

Steps to Reproduce:
1. install apiextractor 0.8.1
2. install generatorrunner 0.6.2
3. emerge shiboken 1.0.3
Actual Results:  
build complains that acceptable versions of dependencies were not found


--- shiboken-1.0.3.ebuild.old   2011-06-02 10:03:23.000000000 -0600
+++ shiboken-1.0.3.ebuild.new   2011-06-02 10:03:38.000000000 -0600
@@ -20,8 +20,8 @@
 KEYWORDS="~amd64 ~x86"
 IUSE="debug"
 
-DEPEND=">=dev-python/apiextractor-0.8.1
-       >=dev-python/generatorrunner-0.6.1
+DEPEND=">=dev-python/apiextractor-0.10.3
+       >=dev-python/generatorrunner-0.6.10
        >=x11-libs/qt-core-4.5.0"
 RDEPEND="${DEPEND}
        !dev-python/boostpythongenerator"
Comment 1 Patrick Lauer gentoo-dev 2011-07-28 22:32:55 UTC
+  28 Jul 2011; Patrick Lauer <patrick@gentoo.org> shiboken-1.0.3.ebuild:
+  Small dep fixes for #369823