commit: 68192ce64a194de02c57f737462ef8ab0479b7f1
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 11 23:57:16 2017 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Tue Apr 11 23:57:19 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68192ce6
media-gfx/postr: update twisted deps
Gentoo-bug: 606660
Thanks-to: Frederico Freire Boaventura
media-gfx/postr/postr-0.13.1.ebuild | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/media-gfx/postr/postr-0.13.1.ebuild
b/media-gfx/postr/postr-0.13.1.ebuild
index 8a9db0453d5..0f140ae5582 100644
--- a/media-gfx/postr/postr-0.13.1.ebuild
+++ b/media-gfx/postr/postr-0.13.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -30,8 +30,13 @@ RDEPEND="${COMMON_DEPEND}
dev-python/gtkspell-python[${PYTHON_USEDEP}]
dev-python/libgnome-python[${PYTHON_USEDEP}]
dev-python/pygobject:2[${PYTHON_USEDEP}]
- dev-python/twisted-core[${PYTHON_USEDEP}]
- dev-python/twisted-web[${PYTHON_USEDEP}]
+ || (
+ dev-python/twisted[${PYTHON_USEDEP}]
+ (
+ dev-python/twisted-core[${PYTHON_USEDEP}]
+ dev-python/twisted-web[${PYTHON_USEDEP}]
+ )
+ )
"
DEPEND="${COMMON_DEPEND}
app-text/gnome-doc-utils