diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2016-09-05 00:26:59 +0200 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2016-09-05 01:19:53 +0200 |
commit | 74d7e315ab37546691c6011f9161c825a340c8e1 (patch) | |
tree | 8dc9ed642c674e003472fe8ac2f0e221d0fcb650 /gnome-extra | |
parent | media-gfx/gnome-photos: require more gegl plugins per source read (diff) | |
download | gentoo-74d7e315ab37546691c6011f9161c825a340c8e1.tar.gz gentoo-74d7e315ab37546691c6011f9161c825a340c8e1.tar.bz2 gentoo-74d7e315ab37546691c6011f9161c825a340c8e1.zip |
gnome-extra/gnome-characters: raise gtk+ to 3.20 and fix test deps again
gtk+-3.20 is required for the app to start at all, otherwise only garbage gjs error messages are shown.
Package-Manager: portage-2.3.0
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/gnome-characters/gnome-characters-3.20.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnome-extra/gnome-characters/gnome-characters-3.20.1.ebuild b/gnome-extra/gnome-characters/gnome-characters-3.20.1.ebuild index b07d933c1719..c587862f83bb 100644 --- a/gnome-extra/gnome-characters/gnome-characters-3.20.1.ebuild +++ b/gnome-extra/gnome-characters/gnome-characters-3.20.1.ebuild @@ -21,7 +21,7 @@ RDEPEND=" >=dev-libs/glib-2.32:2 >=dev-libs/gobject-introspection-1.35.9:= >=dev-libs/libunistring-0.9.5 - >=x11-libs/gtk+-3:3[introspection] + >=x11-libs/gtk+-3.20:3[introspection] >=x11-libs/pango-1.36[introspection] " DEPEND="${RDEPEND} @@ -35,11 +35,11 @@ DEPEND="${RDEPEND} " python_check_deps() { - has_version "dev-util/dogtail[${PYTHON_USEDEP}]" + use test && has_version "dev-util/dogtail[${PYTHON_USEDEP}]" } pkg_setup() { - [[ ${MERGE_TYPE} != binary ]] && use test && python-any-r1_pkg_setup + use test && python-any-r1_pkg_setup } src_prepare() { |