commit: e3f15e05ffd494b9691fc41e69639721861acc50 Author: Philipp Rösner <rndxelement <AT> protonmail <DOT> com> AuthorDate: Mon Jan 9 16:38:52 2023 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Fri Jan 20 13:50:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3f15e05
media-gfx/tuxpaint: 0.9.28-r2: fix parallel build The fix for https://bugs.gentoo.org/887391 resolved the parallel build issues, thus remove -j1 from emake. Bug: https://bugs.gentoo.org/887391 Closes: https://bugs.gentoo.org/859169 Signed-off-by: Philipp Rösner <rndxelement <AT> protonmail.com> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> media-gfx/tuxpaint/tuxpaint-0.9.28-r2.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/media-gfx/tuxpaint/tuxpaint-0.9.28-r2.ebuild b/media-gfx/tuxpaint/tuxpaint-0.9.28-r2.ebuild index e8221ae4e7d1..1ee910e78064 100644 --- a/media-gfx/tuxpaint/tuxpaint-0.9.28-r2.ebuild +++ b/media-gfx/tuxpaint/tuxpaint-0.9.28-r2.ebuild @@ -46,9 +46,7 @@ src_compile() { } src_install() { - # Parallel install may break the building process - # See: https://bugs.gentoo.org/859169 - emake -j1 DESTDIR="${D}" GENTOO_LIBDIR="$(get_libdir)" install + emake DESTDIR="${D}" GENTOO_LIBDIR="$(get_libdir)" install local file size for file in data/images/icon[0-9]*x[0-9]*.png; do size=${file##*/icon}
