Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/postr/
Date: Tue, 11 Apr 2017 23:59:09
Message-Id: 1491955039.68192ce64a194de02c57f737462ef8ab0479b7f1.leio@gentoo
1 commit: 68192ce64a194de02c57f737462ef8ab0479b7f1
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 11 23:57:16 2017 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 11 23:57:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68192ce6
7
8 media-gfx/postr: update twisted deps
9
10 Gentoo-bug: 606660
11 Thanks-to: Frederico Freire Boaventura
12
13 media-gfx/postr/postr-0.13.1.ebuild | 11 ++++++++---
14 1 file changed, 8 insertions(+), 3 deletions(-)
15
16 diff --git a/media-gfx/postr/postr-0.13.1.ebuild b/media-gfx/postr/postr-0.13.1.ebuild
17 index 8a9db0453d5..0f140ae5582 100644
18 --- a/media-gfx/postr/postr-0.13.1.ebuild
19 +++ b/media-gfx/postr/postr-0.13.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="5"
26 @@ -30,8 +30,13 @@ RDEPEND="${COMMON_DEPEND}
27 dev-python/gtkspell-python[${PYTHON_USEDEP}]
28 dev-python/libgnome-python[${PYTHON_USEDEP}]
29 dev-python/pygobject:2[${PYTHON_USEDEP}]
30 - dev-python/twisted-core[${PYTHON_USEDEP}]
31 - dev-python/twisted-web[${PYTHON_USEDEP}]
32 + || (
33 + dev-python/twisted[${PYTHON_USEDEP}]
34 + (
35 + dev-python/twisted-core[${PYTHON_USEDEP}]
36 + dev-python/twisted-web[${PYTHON_USEDEP}]
37 + )
38 + )
39 "
40 DEPEND="${COMMON_DEPEND}
41 app-text/gnome-doc-utils