diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-08-06 01:41:45 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-08-07 20:49:10 +0100 |
commit | a13f68d153ae0c124bd2f3fc025085101a6be63e (patch) | |
tree | d6f65542ce755cd599bef1f4bc05f562c2bce344 | |
parent | profiles/enlightenment/build: dev-lang/luajit is a host-dependency (diff) | |
download | portage-a13f68d153ae0c124bd2f3fc025085101a6be63e.tar.xz |
profiles/enlightenment/build/native/x86_64-pc-linux-gnux32: Disable
luajittex USE flag by default
-rw-r--r-- | profiles/enlightenment/build/native/x86_64-pc-linux-gnux32/make.defaults | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/enlightenment/build/native/x86_64-pc-linux-gnux32/make.defaults b/profiles/enlightenment/build/native/x86_64-pc-linux-gnux32/make.defaults new file mode 100644 index 00000000..ff3f35da --- /dev/null +++ b/profiles/enlightenment/build/native/x86_64-pc-linux-gnux32/make.defaults @@ -0,0 +1,4 @@ +# 05/08/2015 - beber +# Luajit is broken on x32 +# Bug #542620 +USE="-luajittex" |