commit: 28d07b39dafead1f67ca10d069fee245b02317c1
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 16 03:13:19 2016 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Sat Jan 16 08:04:13 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28d07b39
sys-boot/gnu-efi: downgrade ia64 stable due to build failures
sys-boot/gnu-efi/gnu-efi-3.0.2.ebuild | 2 +-
sys-boot/gnu-efi/gnu-efi-3.0.3.ebuild | 4 +++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/sys-boot/gnu-efi/gnu-efi-3.0.2.ebuild
b/sys-boot/gnu-efi/gnu-efi-3.0.2.ebuild
index f79b3b2..896e302 100644
--- a/sys-boot/gnu-efi/gnu-efi-3.0.2.ebuild
+++ b/sys-boot/gnu-efi/gnu-efi-3.0.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/gnu-efi/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="-* ~amd64 ~ia64 ~x86"
+KEYWORDS="-* ~amd64 ia64 ~x86"
IUSE=""
DEPEND="sys-apps/pciutils"
diff --git a/sys-boot/gnu-efi/gnu-efi-3.0.3.ebuild
b/sys-boot/gnu-efi/gnu-efi-3.0.3.ebuild
index 45997c7..741b506 100644
--- a/sys-boot/gnu-efi/gnu-efi-3.0.3.ebuild
+++ b/sys-boot/gnu-efi/gnu-efi-3.0.3.ebuild
@@ -12,7 +12,9 @@ SRC_URI="mirror://sourceforge/gnu-efi/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="-* amd64 ~arm ~arm64 ia64 x86"
+# IA64 build is broken in setjmp code:
+# https://sourceforge.net/p/gnu-efi/bugs/9/
+KEYWORDS="-* amd64 ~arm ~arm64 -ia64 x86"
IUSE="abi_x86_32 abi_x86_64"
DEPEND="sys-apps/pciutils"