Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gimp/
Date: Mon, 04 Feb 2019 18:13:49
Message-Id: 1549303960.5e3fa59c7f0c0268546088ce7d76be59632d39ec.mattst88@gentoo
1 commit: 5e3fa59c7f0c0268546088ce7d76be59632d39ec
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 4 18:11:56 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 4 18:12:40 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e3fa59c
7
8 media-gfx/gimp: Remove silly IUSE=smp
9
10 Closes: https://bugs.gentoo.org/674938
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 media-gfx/gimp/gimp-2.10.8-r1.ebuild | 4 ++--
14 media-gfx/gimp/gimp-9999.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/media-gfx/gimp/gimp-2.10.8-r1.ebuild b/media-gfx/gimp/gimp-2.10.8-r1.ebuild
18 index 887d43c208e..f4e16cd1bf9 100644
19 --- a/media-gfx/gimp/gimp-2.10.8-r1.ebuild
20 +++ b/media-gfx/gimp/gimp-2.10.8-r1.ebuild
21 @@ -18,7 +18,7 @@ SLOT="2"
22 KEYWORDS="~amd64 ~x86"
23
24 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"
25 -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"
26 +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"
27
28 RDEPEND=">=dev-libs/glib-2.56.0:2
29 >=dev-libs/atk-2.2.0
30 @@ -128,7 +128,7 @@ src_configure() {
31 $(use_with webp)
32 $(use_with heif libheif)
33 $(use_enable python)
34 - $(use_enable smp mp)
35 + --enable-mp
36 $(use_enable cpu_flags_x86_sse sse)
37 $(use_with udev gudev)
38 $(use_with unwind libunwind)
39
40 diff --git a/media-gfx/gimp/gimp-9999.ebuild b/media-gfx/gimp/gimp-9999.ebuild
41 index b4f7112177a..726f300ada2 100644
42 --- a/media-gfx/gimp/gimp-9999.ebuild
43 +++ b/media-gfx/gimp/gimp-9999.ebuild
44 @@ -16,7 +16,7 @@ SLOT="2"
45 KEYWORDS=""
46
47 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"
48 -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"
49 +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"
50
51 RDEPEND=">=dev-libs/glib-2.56.0:2
52 >=dev-libs/atk-2.2.0
53 @@ -126,7 +126,7 @@ src_configure() {
54 $(use_with webp)
55 $(use_with heif libheif)
56 $(use_enable python)
57 - $(use_enable smp mp)
58 + --enable-mp
59 $(use_enable cpu_flags_x86_sse sse)
60 $(use_with udev gudev)
61 $(use_with unwind)