From: Mike Gilbert Date: Sat, 11 Jan 2020 18:30:07 +0000 (-0500) Subject: sys-boot/grub: sync live ebuild keywords X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e602c405a16e2a8f2b1609a0be09b8ec6f787b8e;p=gentoo.git sys-boot/grub: sync live ebuild keywords Signed-off-by: Mike Gilbert --- diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild index 1d91a2c9b907..292e60b093fb 100644 --- a/sys-boot/grub/grub-9999.ebuild +++ b/sys-boot/grub/grub-9999.ebuild @@ -30,7 +30,7 @@ if [[ ${PV} != 9999 ]]; then SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" S=${WORKDIR}/${P%_*} fi - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86" else inherit git-r3 EGIT_REPO_URI="https://git.savannah.gnu.org/git/grub.git"