diff options
author | band-a-prend <torokhov-s-a@yandex.ru> | 2020-10-21 08:33:01 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-10-21 08:59:45 +0300 |
commit | 573e3d41bfb1ff44af4fa54d2912f0b49779ddd1 (patch) | |
tree | 979d381d740c5796492489f724fcdb21477d6cca /media-gfx/gimp | |
parent | app-admin/puppet: add 5.5.22 (diff) | |
download | gentoo-573e3d41bfb1ff44af4fa54d2912f0b49779ddd1.tar.gz gentoo-573e3d41bfb1ff44af4fa54d2912f0b49779ddd1.tar.bz2 gentoo-573e3d41bfb1ff44af4fa54d2912f0b49779ddd1.zip |
media-gfx/gimp: 2.10.22 fix mypaint-brushes dependency
While removing conditional check of mypaint-brushes version
the appropreate version of this dependency wasn't updated
resulting in configuration error if user still has mypaint-brushes-1.3.0,
that was already removed from portage tree at gimp version bump.
Offered change doesn't affect users that installed gimp-2.10.22
so there is no revision bump.
Closes: https://bugs.gentoo.org/747487
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/17985
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-gfx/gimp')
-rw-r--r-- | media-gfx/gimp/gimp-2.10.22.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/gimp/gimp-2.10.22.ebuild b/media-gfx/gimp/gimp-2.10.22.ebuild index bfe5f500c7e6..d417cccaddaa 100644 --- a/media-gfx/gimp/gimp-2.10.22.ebuild +++ b/media-gfx/gimp/gimp-2.10.22.ebuild @@ -27,7 +27,7 @@ COMMON_DEPEND=" dev-libs/libxml2:2 dev-libs/libxslt >=gnome-base/librsvg-2.40.6:2 - >=media-gfx/mypaint-brushes-1.3.0:= + >=media-gfx/mypaint-brushes-2.0.2:= >=media-libs/babl-0.1.78 >=media-libs/fontconfig-2.12.4 >=media-libs/freetype-2.1.7 |