diff options
Diffstat (limited to 'profiles')
-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 |