From: Agostino Sarubbo Date: Mon, 13 Jan 2020 09:10:52 +0000 (+0100) Subject: sys-boot/grub: ia64 stable wrt bug #705296 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ea1e229e4ec31033b41f6e70985ae9857a96aeb1;p=gentoo.git sys-boot/grub: ia64 stable wrt bug #705296 Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo --- diff --git a/sys-boot/grub/grub-2.04-r1.ebuild b/sys-boot/grub/grub-2.04-r1.ebuild index 2f6671843e2a..9a532a220306 100644 --- a/sys-boot/grub/grub-2.04-r1.ebuild +++ b/sys-boot/grub/grub-2.04-r1.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 ~ia64 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"