Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 674938 - media-gfx/gimp: Remove IUSE=smp
Summary: media-gfx/gimp: Remove IUSE=smp
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sebastian Pipping
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-09 07:19 UTC by Matt Turner
Modified: 2019-02-09 01:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Turner gentoo-dev 2019-01-09 07:19:11 UTC
The smp USE flag controls only whether a configuration knob appears in Edit -> Preferences -> Environment -> "Number of _threads to use".

There's no value to offering the ability to disable this configuration knob, and it causes users to have to add USE=smp to make.conf or package.use.

Please remove. (Should be removed from upstream as well, IMO, but that's not your job to do :)
Comment 1 Larry the Git Cow gentoo-dev 2019-02-04 18:13:43 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e3fa59c7f0c0268546088ce7d76be59632d39ec

commit 5e3fa59c7f0c0268546088ce7d76be59632d39ec
Author:     Matt Turner <mattst88@gentoo.org>
AuthorDate: 2019-02-04 18:11:56 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2019-02-04 18:12:40 +0000

    media-gfx/gimp: Remove silly IUSE=smp
    
    Closes: https://bugs.gentoo.org/674938
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 media-gfx/gimp/gimp-2.10.8-r1.ebuild | 4 ++--
 media-gfx/gimp/gimp-9999.ebuild      | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 2 Alec Ari 2019-02-09 01:23:17 UTC
Thank you for documenting the USE flag, Matt. I thought multi-core support with GIMP 2.10.8 had a bug, but this is all over a config knob. All the best!