diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-08-11 00:56:23 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-08-11 21:03:25 +0100 |
commit | 94dc1c53c4681af6e3ea11353ca2c0ff8a94d70e (patch) | |
tree | 8010e1b3c2886fbfd87d20df3d7b6c7ad0923802 | |
parent | profiles/enlightenment/build/host-dependencies: Disable pulseaudio and websta... (diff) | |
download | portage-94dc1c53c4681af6e3ea11353ca2c0ff8a94d70e.tar.xz |
profiles/enlightenment/build/native/x86_64-pc-linux-gnux32: Only enable x32 ABI
-rw-r--r-- | profiles/enlightenment/build/native/x86_64-pc-linux-gnux32/make.defaults | 10 | ||||
-rw-r--r-- | profiles/enlightenment/build/native/x86_64-pc-linux-gnux32/package.use | 12 |
2 files changed, 21 insertions, 1 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 index ff3f35da..289da6ab 100644 --- a/profiles/enlightenment/build/native/x86_64-pc-linux-gnux32/make.defaults +++ b/profiles/enlightenment/build/native/x86_64-pc-linux-gnux32/make.defaults @@ -1,4 +1,12 @@ +# 10/08/2015 - beber +# Setting ABI_X86 is non functional, need to expand manually +# First disable all of them, set enable needed one +# W=abi_x86 ; sed -rne "s/^([0-9a-zA-Z]([^ ]+)) .*/\t-${W}_\1/p" /usr/portage/profiles/desc/${W}.desc | sort +USE="abi_x86_x32 + -abi_x86_32 + -abi_x86_64" + # 05/08/2015 - beber # Luajit is broken on x32 # Bug #542620 -USE="-luajittex" +USE="${USE} -luajittex" diff --git a/profiles/enlightenment/build/native/x86_64-pc-linux-gnux32/package.use b/profiles/enlightenment/build/native/x86_64-pc-linux-gnux32/package.use new file mode 100644 index 00000000..44004aaf --- /dev/null +++ b/profiles/enlightenment/build/native/x86_64-pc-linux-gnux32/package.use @@ -0,0 +1,12 @@ +# 19/05/2014 - beber +# required by sys-boot/grub::as29 +sys-libs/ncurses abi_x86_32 + +# 10/08/2015 - beber +# required by dev-java/icedtea-bin +sys-libs/zlib abi_x86_64 +dev-libs/glib abi_x86_64 +dev-libs/libffi abi_x86_64 +virtual/libffi abi_x86_64 +virtual/libiconv abi_x86_64 +sys-apps/attr abi_x86_64 |