diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-02-04 10:11:56 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-02-04 10:12:40 -0800 |
commit | 5e3fa59c7f0c0268546088ce7d76be59632d39ec (patch) | |
tree | 206d474efb152c3757428509dcb91fe9a2a0e344 /media-gfx | |
parent | profiles: Remove stale net/dnsmasq libidn2 mask (diff) | |
download | gentoo-5e3fa59c7f0c0268546088ce7d76be59632d39ec.tar.gz gentoo-5e3fa59c7f0c0268546088ce7d76be59632d39ec.tar.bz2 gentoo-5e3fa59c7f0c0268546088ce7d76be59632d39ec.zip |
media-gfx/gimp: Remove silly IUSE=smp
Closes: https://bugs.gentoo.org/674938
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/gimp/gimp-2.10.8-r1.ebuild | 4 | ||||
-rw-r--r-- | media-gfx/gimp/gimp-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-gfx/gimp/gimp-2.10.8-r1.ebuild b/media-gfx/gimp/gimp-2.10.8-r1.ebuild index 887d43c208e8..f4e16cd1bf9b 100644 --- a/media-gfx/gimp/gimp-2.10.8-r1.ebuild +++ b/media-gfx/gimp/gimp-2.10.8-r1.ebuild @@ -18,7 +18,7 @@ SLOT="2" KEYWORDS="~amd64 ~x86" LANGS="am ar ast az be bg br ca ca@valencia cs csb da de dz el en_CA en_GB eo es et eu fa fi fr ga gl gu he hi hr hu id is it ja ka kk km kn ko lt lv mk ml ms my nb nds ne nl nn oc pa pl pt pt_BR ro ru rw si sk sl sr sr@latin sv ta te th tr tt uk vi xh yi zh_CN zh_HK zh_TW" -IUSE="alsa aalib altivec aqua debug doc openexr gnome heif postscript jpeg2k cpu_flags_x86_mmx mng python smp cpu_flags_x86_sse udev unwind vector-icons webp wmf xpm" +IUSE="alsa aalib altivec aqua debug doc openexr gnome heif postscript jpeg2k cpu_flags_x86_mmx mng python cpu_flags_x86_sse udev unwind vector-icons webp wmf xpm" RDEPEND=">=dev-libs/glib-2.56.0:2 >=dev-libs/atk-2.2.0 @@ -128,7 +128,7 @@ src_configure() { $(use_with webp) $(use_with heif libheif) $(use_enable python) - $(use_enable smp mp) + --enable-mp $(use_enable cpu_flags_x86_sse sse) $(use_with udev gudev) $(use_with unwind libunwind) diff --git a/media-gfx/gimp/gimp-9999.ebuild b/media-gfx/gimp/gimp-9999.ebuild index b4f7112177ad..726f300ada28 100644 --- a/media-gfx/gimp/gimp-9999.ebuild +++ b/media-gfx/gimp/gimp-9999.ebuild @@ -16,7 +16,7 @@ SLOT="2" KEYWORDS="" LANGS="am ar ast az be bg br ca ca@valencia cs csb da de dz el en_CA en_GB eo es et eu fa fi fr ga gl gu he hi hr hu id is it ja ka kk km kn ko lt lv mk ml ms my nb nds ne nl nn oc pa pl pt pt_BR ro ru rw si sk sl sr sr@latin sv ta te th tr tt uk vi xh yi zh_CN zh_HK zh_TW" -IUSE="alsa aalib altivec aqua debug doc openexr gnome heif postscript jpeg2k cpu_flags_x86_mmx mng python smp cpu_flags_x86_sse udev unwind vector-icons webp wmf xpm" +IUSE="alsa aalib altivec aqua debug doc openexr gnome heif postscript jpeg2k cpu_flags_x86_mmx mng python cpu_flags_x86_sse udev unwind vector-icons webp wmf xpm" RDEPEND=">=dev-libs/glib-2.56.0:2 >=dev-libs/atk-2.2.0 @@ -126,7 +126,7 @@ src_configure() { $(use_with webp) $(use_with heif libheif) $(use_enable python) - $(use_enable smp mp) + --enable-mp $(use_enable cpu_flags_x86_sse sse) $(use_with udev gudev) $(use_with unwind) |