diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-01-29 17:42:14 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-01-29 17:42:14 +0000 |
commit | 7a9b3ac0ffa2b1ed31efdb426a55dcc859b97189 (patch) | |
tree | 8ab30322c26ade62bc9f14292d48c4b9da9760c1 /media-libs/libsdl2 | |
parent | Switch to CPU_FLAGS_X86. (diff) | |
download | gentoo-2-7a9b3ac0ffa2b1ed31efdb426a55dcc859b97189.tar.gz gentoo-2-7a9b3ac0ffa2b1ed31efdb426a55dcc859b97189.tar.bz2 gentoo-2-7a9b3ac0ffa2b1ed31efdb426a55dcc859b97189.zip |
Convert to CPU_FLAGS_X86.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'media-libs/libsdl2')
-rw-r--r-- | media-libs/libsdl2/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libsdl2/libsdl2-2.0.3-r200.ebuild | 16 |
2 files changed, 12 insertions, 9 deletions
diff --git a/media-libs/libsdl2/ChangeLog b/media-libs/libsdl2/ChangeLog index c7aa4263f64e..9514ca84ade8 100644 --- a/media-libs/libsdl2/ChangeLog +++ b/media-libs/libsdl2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libsdl2 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl2/ChangeLog,v 1.30 2015/01/22 08:22:33 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl2/ChangeLog,v 1.31 2015/01/29 17:42:14 mgorny Exp $ + + 29 Jan 2015; Michał Górny <mgorny@gentoo.org> libsdl2-2.0.3-r200.ebuild: + Convert to CPU_FLAGS_X86. 22 Jan 2015; Michael Sterrett <mr_bones_@gentoo.org> -libsdl2-2.0.3-r100.ebuild: diff --git a/media-libs/libsdl2/libsdl2-2.0.3-r200.ebuild b/media-libs/libsdl2/libsdl2-2.0.3-r200.ebuild index 0e33b95670ed..862b6a62553b 100644 --- a/media-libs/libsdl2/libsdl2-2.0.3-r200.ebuild +++ b/media-libs/libsdl2/libsdl2-2.0.3-r200.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl2/libsdl2-2.0.3-r200.ebuild,v 1.5 2014/12/26 17:51:17 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl2/libsdl2-2.0.3-r200.ebuild,v 1.6 2015/01/29 17:42:14 mgorny Exp $ # TODO: convert FusionSound #484250 @@ -16,7 +16,7 @@ LICENSE="ZLIB" SLOT="0" KEYWORDS="~alpha amd64 ~arm x86" -IUSE="3dnow alsa altivec custom-cflags dbus fusionsound gles haptic +joystick mmx nas opengl oss pulseaudio +sound sse sse2 static-libs +threads tslib udev +video wayland X xinerama xscreensaver" +IUSE="cpu_flags_x86_3dnow alsa altivec custom-cflags dbus fusionsound gles haptic +joystick cpu_flags_x86_mmx nas opengl oss pulseaudio +sound cpu_flags_x86_sse cpu_flags_x86_sse2 static-libs +threads tslib udev +video wayland X xinerama xscreensaver" REQUIRED_USE=" alsa? ( sound ) fusionsound? ( sound ) @@ -92,11 +92,11 @@ multilib_src_configure() { --enable-cpuinfo \ --enable-atomic \ --enable-assembly \ - $(use_enable sse ssemath) \ - $(use_enable mmx) \ - $(use_enable 3dnow) \ - $(use_enable sse) \ - $(use_enable sse2) \ + $(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) \ |