summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2015-12-23 16:37:18 +0100
committerSebastian Pipping <sping@gentoo.org>2015-12-23 16:37:18 +0100
commit4a67438e5990e45b6cd37086a59720cbb9d142b8 (patch)
treece3a7887196d6159d8171bc02cb3a55e2c1a9427 /app-laptop
parentsci-mathematics/maxima: remove 5.37.3-r1 (diff)
downloadgentoo-4a67438e5990e45b6cd37086a59720cbb9d142b8.tar.gz
gentoo-4a67438e5990e45b6cd37086a59720cbb9d142b8.tar.bz2
gentoo-4a67438e5990e45b6cd37086a59720cbb9d142b8.zip
app-laptop/tp_smapi: Filter -mssse3 (bug #492964)
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-laptop')
-rw-r--r--app-laptop/tp_smapi/tp_smapi-0.41-r1.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/app-laptop/tp_smapi/tp_smapi-0.41-r1.ebuild b/app-laptop/tp_smapi/tp_smapi-0.41-r1.ebuild
index fe6add2bf3e0..1ce472b3430f 100644
--- a/app-laptop/tp_smapi/tp_smapi-0.41-r1.ebuild
+++ b/app-laptop/tp_smapi/tp_smapi-0.41-r1.ebuild
@@ -62,6 +62,7 @@ src_compile() {
# So we need to ensure that appended user CLAGS do not re-enable SSE
# https://bugs.gentoo.org/show_bug.cgi?id=492964
replace-flags '-msse*' ''
+ replace-flags '-mssse3' ''
linux-mod_src_compile
}