diff options
author | Philipp Rösner <rndxelement@protonmail.com> | 2023-01-09 17:38:52 +0100 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-01-20 15:50:36 +0200 |
commit | e3f15e05ffd494b9691fc41e69639721861acc50 (patch) | |
tree | 11b0bdc40937dec355593566017cac12e2d8ca79 /media-gfx | |
parent | www-servers/nginx-unit: stabilize 1.29.0 for amd64 (diff) | |
download | gentoo-e3f15e05ffd494b9691fc41e69639721861acc50.tar.gz gentoo-e3f15e05ffd494b9691fc41e69639721861acc50.tar.bz2 gentoo-e3f15e05ffd494b9691fc41e69639721861acc50.zip |
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@protonmail.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/tuxpaint/tuxpaint-0.9.28-r2.ebuild | 4 |
1 files changed, 1 insertions, 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} |