--- a/icedtea-6.1.12.6.ebuild 2013-07-23 23:31:08.000000000 +0200 +++ b/icedtea-6.1.12.6.ebuild 2013-08-16 10:10:49.236200508 +0200 @@ -171,7 +171,7 @@ # Always use HotSpot as the primary VM if available. #389521 #368669 #357633 ... # Otherwise use CACAO - if ! has "${ARCH}" amd64 sparc x86; then + if ! has "${ARCH}" amd64 ia64 sparc x86; then enable_cacao=yes elif use cacao; then ewarn 'Enabling CACAO on an architecture with HotSpot support; issues may result.'