Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-characters/
Date: Mon, 05 Sep 2016 01:17:13
Message-Id: 1473031193.74d7e315ab37546691c6011f9161c825a340c8e1.eva@gentoo
1 commit: 74d7e315ab37546691c6011f9161c825a340c8e1
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 4 22:26:59 2016 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 4 23:19:53 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74d7e315
7
8 gnome-extra/gnome-characters: raise gtk+ to 3.20 and fix test deps again
9
10 gtk+-3.20 is required for the app to start at all, otherwise only garbage gjs error messages are shown.
11
12 Package-Manager: portage-2.3.0
13
14 gnome-extra/gnome-characters/gnome-characters-3.20.1.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/gnome-extra/gnome-characters/gnome-characters-3.20.1.ebuild b/gnome-extra/gnome-characters/gnome-characters-3.20.1.ebuild
18 index b07d933..c587862 100644
19 --- a/gnome-extra/gnome-characters/gnome-characters-3.20.1.ebuild
20 +++ b/gnome-extra/gnome-characters/gnome-characters-3.20.1.ebuild
21 @@ -21,7 +21,7 @@ RDEPEND="
22 >=dev-libs/glib-2.32:2
23 >=dev-libs/gobject-introspection-1.35.9:=
24 >=dev-libs/libunistring-0.9.5
25 - >=x11-libs/gtk+-3:3[introspection]
26 + >=x11-libs/gtk+-3.20:3[introspection]
27 >=x11-libs/pango-1.36[introspection]
28 "
29 DEPEND="${RDEPEND}
30 @@ -35,11 +35,11 @@ DEPEND="${RDEPEND}
31 "
32
33 python_check_deps() {
34 - has_version "dev-util/dogtail[${PYTHON_USEDEP}]"
35 + use test && has_version "dev-util/dogtail[${PYTHON_USEDEP}]"
36 }
37
38 pkg_setup() {
39 - [[ ${MERGE_TYPE} != binary ]] && use test && python-any-r1_pkg_setup
40 + use test && python-any-r1_pkg_setup
41 }
42
43 src_prepare() {