media-gfx/gimp: migrate live and 2.10.18-r1 to CPU_FLAGS_PPC
authorGeorgy Yakovlev <gyakovlev@gentoo.org>
Mon, 16 Mar 2020 02:54:38 +0000 (19:54 -0700)
committerGeorgy Yakovlev <gyakovlev@gentoo.org>
Wed, 18 Mar 2020 18:56:19 +0000 (11:56 -0700)
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Acked-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
media-gfx/gimp/gimp-2.10.18-r1.ebuild
media-gfx/gimp/gimp-9999.ebuild

index c190f94dae50ba184a68ddd3f23ae5b855909716..361fd3237c269a49c4376bf52e93729dbc9b676a 100644 (file)
@@ -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)
index a8add4680ec18c13e53ce8bf0d3f01e37a514a84..f73b18199f44fca2999747b9c32a1858a90961b7 100644 (file)
@@ -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)