diff options
author | Brian Evans <grknight@gentoo.org> | 2021-01-06 16:28:32 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2021-01-06 16:29:20 -0500 |
commit | d03a59348f9eb14b84f6a7a079106f24a47249bb (patch) | |
tree | 7bbe9d4b72375623cd74dccd418e8b3886e1d4de /media-sound | |
parent | sci-mathematics/gmp-ecm: Really drop x86-macos (diff) | |
download | gentoo-d03a59348f9eb14b84f6a7a079106f24a47249bb.tar.gz gentoo-d03a59348f9eb14b84f6a7a079106f24a47249bb.tar.bz2 gentoo-d03a59348f9eb14b84f6a7a079106f24a47249bb.zip |
media-sound/mpg123: Really remove x86-macos
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/mpg123/mpg123-1.25.13.ebuild | 3 | ||||
-rw-r--r-- | media-sound/mpg123/mpg123-1.26.3.ebuild | 3 | ||||
-rw-r--r-- | media-sound/mpg123/mpg123-1.26.4.ebuild | 3 |
3 files changed, 0 insertions, 9 deletions
diff --git a/media-sound/mpg123/mpg123-1.25.13.ebuild b/media-sound/mpg123/mpg123-1.25.13.ebuild index 2a5c65350d9e..634c8ef13f42 100644 --- a/media-sound/mpg123/mpg123-1.25.13.ebuild +++ b/media-sound/mpg123/mpg123-1.25.13.ebuild @@ -65,9 +65,6 @@ multilib_src_configure() { elif use x86 && gcc-specs-pie ; then # Don't use any mmx, 3dnow, sse and 3dnowext #bug 164504 _cpu=generic_fpu - elif use x86-macos ; then - # ASM doesn't work quite as expected with the Darwin linker - _cpu=generic_fpu else use cpu_flags_x86_mmx && _cpu=mmx use cpu_flags_x86_3dnow && _cpu=3dnow diff --git a/media-sound/mpg123/mpg123-1.26.3.ebuild b/media-sound/mpg123/mpg123-1.26.3.ebuild index dc32bcffb7e6..0a9547accb74 100644 --- a/media-sound/mpg123/mpg123-1.26.3.ebuild +++ b/media-sound/mpg123/mpg123-1.26.3.ebuild @@ -65,9 +65,6 @@ multilib_src_configure() { elif use x86 && gcc-specs-pie ; then # Don't use any mmx, 3dnow, sse and 3dnowext #bug 164504 _cpu=generic_fpu - elif use x86-macos ; then - # ASM doesn't work quite as expected with the Darwin linker - _cpu=generic_fpu else use cpu_flags_x86_mmx && _cpu=mmx use cpu_flags_x86_3dnow && _cpu=3dnow diff --git a/media-sound/mpg123/mpg123-1.26.4.ebuild b/media-sound/mpg123/mpg123-1.26.4.ebuild index dc32bcffb7e6..0a9547accb74 100644 --- a/media-sound/mpg123/mpg123-1.26.4.ebuild +++ b/media-sound/mpg123/mpg123-1.26.4.ebuild @@ -65,9 +65,6 @@ multilib_src_configure() { elif use x86 && gcc-specs-pie ; then # Don't use any mmx, 3dnow, sse and 3dnowext #bug 164504 _cpu=generic_fpu - elif use x86-macos ; then - # ASM doesn't work quite as expected with the Darwin linker - _cpu=generic_fpu else use cpu_flags_x86_mmx && _cpu=mmx use cpu_flags_x86_3dnow && _cpu=3dnow |