summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-01-15 22:13:19 -0500
committerMike Frysinger <vapier@gentoo.org>2016-01-16 03:04:13 -0500
commit28d07b39dafead1f67ca10d069fee245b02317c1 (patch)
tree27eca851d25d633eb0589b15fd1223e68f43ef97 /sys-boot/gnu-efi
parentsys-boot/gnu-efi: add arm/arm64 love (diff)
downloadgentoo-28d07b39dafead1f67ca10d069fee245b02317c1.tar.gz
gentoo-28d07b39dafead1f67ca10d069fee245b02317c1.tar.bz2
gentoo-28d07b39dafead1f67ca10d069fee245b02317c1.zip
sys-boot/gnu-efi: downgrade ia64 stable due to build failures
Diffstat (limited to 'sys-boot/gnu-efi')
-rw-r--r--sys-boot/gnu-efi/gnu-efi-3.0.2.ebuild2
-rw-r--r--sys-boot/gnu-efi/gnu-efi-3.0.3.ebuild4
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 f79b3b2961d5..896e302456a1 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 45997c7ec046..741b506373d1 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"