diff options
author | band-a-prend <torokhov-s-a@yandex.ru> | 2020-01-23 13:51:42 +0300 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-25 22:09:40 +0100 |
commit | bfb86f35ff1e6afed35c9d221b8dc1048394e07d (patch) | |
tree | c1925ea038ce9601bf0e0bc33e5c6dc10ea7ff80 /media-gfx | |
parent | media-libs/gegl: 0.4.20 version bump, 9999 deps update (diff) | |
download | gentoo-bfb86f35ff1e6afed35c9d221b8dc1048394e07d.tar.gz gentoo-bfb86f35ff1e6afed35c9d221b8dc1048394e07d.tar.bz2 gentoo-bfb86f35ff1e6afed35c9d221b8dc1048394e07d.zip |
media-gfx/gimp: update 9999.ebuild dependencies
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/gimp/gimp-9999.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/media-gfx/gimp/gimp-9999.ebuild b/media-gfx/gimp/gimp-9999.ebuild index 6155d061b952..31756e7a18c7 100644 --- a/media-gfx/gimp/gimp-9999.ebuild +++ b/media-gfx/gimp/gimp-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) GNOME2_EAUTORECONF=yes inherit autotools git-r3 gnome2 python-single-r1 virtualx @@ -30,14 +30,15 @@ COMMON_DEPEND=" >=app-text/poppler-data-0.4.9 >=dev-libs/atk-2.4.0 >=dev-libs/glib-2.56.0:2 + >=dev-libs/json-glib-1.2.6 dev-libs/libxml2 dev-libs/libxslt >=gnome-base/librsvg-2.40.6:2 >=media-gfx/mypaint-brushes-1.3.0 - >=media-libs/babl-0.1.72[introspection] + >=media-libs/babl-0.1.74[introspection] >=media-libs/fontconfig-2.12.4 >=media-libs/freetype-2.1.7 - >=media-libs/gegl-0.4.18:0.4[cairo,introspection] + >=media-libs/gegl-0.4.20:0.4[cairo,introspection] >=media-libs/gexiv2-0.10.6 >=media-libs/harfbuzz-0.9.19 >=media-libs/lcms-2.8:2 |