diff options
author | 2021-06-30 12:56:34 +0200 | |
---|---|---|
committer | 2021-06-30 12:56:34 +0200 | |
commit | 6d81884e201f7b74c4d1c2e073ce58a1ca4871ed (patch) | |
tree | c9ea5f2a81799de57e9850ad504346a93afae841 /sys-boot/grub | |
parent | net-misc/lldpd: x86 stable wrt bug #782538 (diff) | |
download | gentoo-6d81884e201f7b74c4d1c2e073ce58a1ca4871ed.tar.gz gentoo-6d81884e201f7b74c4d1c2e073ce58a1ca4871ed.tar.bz2 gentoo-6d81884e201f7b74c4d1c2e073ce58a1ca4871ed.zip |
sys-boot/grub: x86 stable wrt bug #799236
Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-boot/grub')
-rw-r--r-- | sys-boot/grub/grub-2.06.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/grub/grub-2.06.ebuild b/sys-boot/grub/grub-2.06.ebuild index 27a5ed34e797..83281d884a3a 100644 --- a/sys-boot/grub/grub-2.06.ebuild +++ b/sys-boot/grub/grub-2.06.ebuild @@ -31,7 +31,7 @@ if [[ ${PV} != 9999 ]]; then SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" S=${WORKDIR}/${P%_*} fi - KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ppc64 sparc ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ppc64 sparc x86" else inherit git-r3 EGIT_REPO_URI="https://git.savannah.gnu.org/git/grub.git" |