commit: 573e3d41bfb1ff44af4fa54d2912f0b49779ddd1 Author: band-a-prend <torokhov-s-a <AT> yandex <DOT> ru> AuthorDate: Wed Oct 21 05:33:01 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Wed Oct 21 05:59:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=573e3d41
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 <AT> yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/17985 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> media-gfx/gimp/gimp-2.10.22.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/gimp/gimp-2.10.22.ebuild b/media-gfx/gimp/gimp-2.10.22.ebuild index bfe5f500c7e..d417cccadda 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
