Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 605086 - net-irc/telepathy-idle-0.2.0 Update twisted dep
Summary: net-irc/telepathy-idle-0.2.0 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: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords: Inclusion
Depends on:
Blocks: 605084
  Show dependency tree
 
Reported: 2017-01-08 18:13 UTC by Brian Dolbec
Modified: 2024-03-28 22:42 UTC (History)
0 users

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 18:13:49 UTC
diff --git a/net-irc/telepathy-idle/telepathy-idle-0.2.0.ebuild b/net-irc/telepathy-idle/telepathy-idle-0.2.0.ebuild
index e5a3a7a3fa..bb74a5e402 100644
@@ -26,7 +26,10 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
 	virtual/pkgconfig
-	test? ( dev-python/twisted-words )
+	test? ( || ( dev-python/twisted[${PYTHON_USEDEP}]
+				 dev-python/twisted-words[${PYTHON_USEDEP}]
+			)
+	)
 "
 


Reproducible: Always
Comment 1 Pacho Ramos gentoo-dev 2017-01-08 23:07:09 UTC
Feel free to migrate the deps :)
Comment 2 Brian Dolbec (RETIRED) gentoo-dev 2017-01-08 23:36:47 UTC
thank you
Comment 3 Andreas Sturmlechner gentoo-dev 2024-03-28 22:42:47 UTC
It appears this dependency is long gone.