Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 605098

Summary: media-video/syncplay: Update twisted dep
Product: Gentoo Linux Reporter: Brian Dolbec <dolsen>
Component: Current packagesAssignee: Mykyta Holubakha <hilobakho>
Status: RESOLVED FIXED    
Severity: normal CC: proxy-maint
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 605084    

Description Brian Dolbec (RETIRED) gentoo-dev 2017-01-08 19:12:27 UTC
Please update the dep to the new dev-python twisted pkg.  The old split twisted-* pkgs are no longer supported upstream.

eg:

diff --git a/media-video/syncplay/syncplay-1.4.0_rc2.ebuild b/media-video/syncplay/syncplay-1.4.0_rc2.ebuild
index 5d6e7300ac..2ab7394f9d 100644
@@ -24,7 +24,10 @@ REQUIRED_USE="vlc? ( client )
 
 DEPEND=""
 RDEPEND="${PYTHON_DEPS}
-	dev-python/twisted-core[${PYTHON_USEDEP}]
+	| (
+		>=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
+		dev-python/twisted-core[${PYTHON_USEDEP}]
+	)
 	gui? ( dev-python/pyside[${PYTHON_USEDEP}] )
 	vlc? ( media-video/vlc[lua] )"
 


Reproducible: Always
Comment 1 Mykyta Holubakha 2017-01-09 14:37:25 UTC
Will get fixed with 1.4.0 verbump.