Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 605098 - media-video/syncplay: Update twisted dep
Summary: media-video/syncplay: Update twisted dep
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mykyta Holubakha
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 605084
  Show dependency tree
 
Reported: 2017-01-08 19:12 UTC by Brian Dolbec
Modified: 2017-01-31 17:28 UTC (History)
1 user (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 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.