From: Georgy Yakovlev Date: Mon, 16 Mar 2020 02:54:38 +0000 (-0700) Subject: media-gfx/gimp: migrate live and 2.10.18-r1 to CPU_FLAGS_PPC X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ce196548c5b5db19b877241d745e482e09350c53;p=gentoo.git media-gfx/gimp: migrate live and 2.10.18-r1 to CPU_FLAGS_PPC Package-Manager: Portage-2.3.94, Repoman-2.3.21 Acked-by: Sergey Torokhov Signed-off-by: Georgy Yakovlev --- diff --git a/media-gfx/gimp/gimp-2.10.18-r1.ebuild b/media-gfx/gimp/gimp-2.10.18-r1.ebuild index c190f94dae50..361fd3237c26 100644 --- a/media-gfx/gimp/gimp-2.10.18-r1.ebuild +++ b/media-gfx/gimp/gimp-2.10.18-r1.ebuild @@ -15,7 +15,7 @@ LICENSE="GPL-3 LGPL-3" SLOT="2" KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~ppc64 ~x86" -IUSE="aalib alsa altivec aqua debug doc gnome heif jpeg2k mng openexr postscript python udev unwind vector-icons webp wmf xpm cpu_flags_x86_mmx cpu_flags_x86_sse" +IUSE="aalib alsa aqua debug doc gnome heif jpeg2k mng openexr postscript python udev unwind vector-icons webp wmf xpm cpu_flags_ppc_altivec cpu_flags_x86_mmx cpu_flags_x86_sse" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RESTRICT="!test? ( test )" @@ -144,7 +144,7 @@ src_configure() { --without-libbacktrace --without-webkit --without-xvfb-run - $(use_enable altivec) + $(use_enable cpu_flags_ppc_altivec altivec) $(use_enable cpu_flags_x86_mmx mmx) $(use_enable cpu_flags_x86_sse sse) $(use_enable python) diff --git a/media-gfx/gimp/gimp-9999.ebuild b/media-gfx/gimp/gimp-9999.ebuild index a8add4680ec1..f73b18199f44 100644 --- a/media-gfx/gimp/gimp-9999.ebuild +++ b/media-gfx/gimp/gimp-9999.ebuild @@ -16,7 +16,7 @@ LICENSE="GPL-3 LGPL-3" SLOT="2" KEYWORDS="" -IUSE="aalib alsa altivec aqua debug doc gnome heif javascript jpeg2k lua mng openexr postscript python udev unwind vector-icons webp wmf xpm cpu_flags_x86_mmx cpu_flags_x86_sse" +IUSE="aalib alsa aqua debug doc gnome heif javascript jpeg2k lua mng openexr postscript python udev unwind vector-icons webp wmf xpm cpu_flags_ppc_altivec cpu_flags_x86_mmx cpu_flags_x86_sse" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RESTRICT="!test? ( test )" @@ -159,7 +159,7 @@ src_configure() { --without-libbacktrace --without-webkit --without-xvfb-run - $(use_enable altivec) + $(use_enable cpu_flags_ppc_altivec altivec) $(use_enable cpu_flags_x86_mmx mmx) $(use_enable cpu_flags_x86_sse sse) $(use_enable doc gtk_doc)