From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 36E3A138350 for ; Wed, 18 Mar 2020 18:53:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B93EE0BEA; Wed, 18 Mar 2020 18:53:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5F57BE0BEA for ; Wed, 18 Mar 2020 18:53:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5BEC134F2D3 for ; Wed, 18 Mar 2020 18:53:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04DB02B for ; Wed, 18 Mar 2020 18:53:25 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1584557588.8268e5d89fae68b11efc7f9c213fe302787384cc.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsdl2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libsdl2/libsdl2-2.0.12.ebuild X-VCS-Directories: media-libs/libsdl2/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 8268e5d89fae68b11efc7f9c213fe302787384cc X-VCS-Branch: master Date: Wed, 18 Mar 2020 18:53:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bd9769b1-8a6d-4281-b6b7-3eb979dd5ac8 X-Archives-Hash: 296512c51c1301fb0b2f65ad42fc1da7 commit: 8268e5d89fae68b11efc7f9c213fe302787384cc Author: Georgy Yakovlev gentoo org> AuthorDate: Mon Mar 16 02:46:00 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Wed Mar 18 18:53:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8268e5d8 media-libs/libsdl2: migrate to CPU_FLAGS_PPC Package-Manager: Portage-2.3.94, Repoman-2.3.21 Acked-by: James Le Cuirot gentoo.org> Signed-off-by: Georgy Yakovlev gentoo.org> media-libs/libsdl2/libsdl2-2.0.12.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libsdl2/libsdl2-2.0.12.ebuild b/media-libs/libsdl2/libsdl2-2.0.12.ebuild index 9c8910e8500..e8daba276a7 100644 --- a/media-libs/libsdl2/libsdl2-2.0.12.ebuild +++ b/media-libs/libsdl2/libsdl2-2.0.12.ebuild @@ -13,7 +13,7 @@ LICENSE="ZLIB" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="alsa altivec aqua cpu_flags_x86_3dnow cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 custom-cflags dbus gles haptic jack +joystick kms libsamplerate nas opengl oss pulseaudio +sound static-libs +threads tslib udev +video video_cards_vc4 vulkan wayland X xinerama xscreensaver" +IUSE="alsa aqua cpu_flags_ppc_altivec cpu_flags_x86_3dnow cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 custom-cflags dbus gles haptic jack +joystick kms libsamplerate nas opengl oss pulseaudio +sound static-libs +threads tslib udev +video video_cards_vc4 vulkan wayland X xinerama xscreensaver" REQUIRED_USE=" alsa? ( sound ) gles? ( video ) @@ -117,12 +117,12 @@ multilib_src_configure() { --enable-loadso --enable-cpuinfo --enable-assembly + $(use_enable cpu_flags_ppc_altivec altivec) $(use_enable cpu_flags_x86_sse ssemath) $(use_enable cpu_flags_x86_mmx mmx) $(use_enable cpu_flags_x86_3dnow 3dnow) $(use_enable cpu_flags_x86_sse sse) $(use_enable cpu_flags_x86_sse2 sse2) - $(use_enable altivec) $(use_enable oss) $(use_enable alsa) --disable-alsa-shared