summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarty E. Plummer <hanetzer@startmail.com>2019-06-27 20:48:47 -0500
committerMike Gilbert <floppym@gentoo.org>2019-06-29 11:06:34 -0400
commit3026ed88db0defe232b002d1ff9113fc437e8d87 (patch)
tree8b17e3ea6b13673ee275d7336e80ae34dad00c9d /sys-apps/kexec-tools/kexec-tools-9999.ebuild
parentnet-misc/httpie: fix test failures (diff)
downloadgentoo-3026ed88db0defe232b002d1ff9113fc437e8d87.tar.gz
gentoo-3026ed88db0defe232b002d1ff9113fc437e8d87.tar.bz2
gentoo-3026ed88db0defe232b002d1ff9113fc437e8d87.zip
sys-apps/kexec-tools: add ppc64 keyword
with package.accept_keywords =sys-apps/kexec-tools-2.0.19 ~amd64 and the changes to the init file (by default make install installs vmlinux not vmlinuz) this works on a Talos II. Closes: https://github.com/gentoo/gentoo/pull/12346 Package-Manager: Portage-2.3.67, Repoman-2.3.16 Signed-off-by: Signed-off-by: Marty E. Plummer <hanetzer@startmail.com> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-apps/kexec-tools/kexec-tools-9999.ebuild')
-rw-r--r--sys-apps/kexec-tools/kexec-tools-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/kexec-tools/kexec-tools-9999.ebuild b/sys-apps/kexec-tools/kexec-tools-9999.ebuild
index b2fcd90aca6c..d9c36c6dcf7b 100644
--- a/sys-apps/kexec-tools/kexec-tools-9999.ebuild
+++ b/sys-apps/kexec-tools/kexec-tools-9999.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git"
else
SRC_URI="mirror://kernel/linux/utils/kernel/kexec/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm64 ~x86"
+ KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
fi
DESCRIPTION="Load another kernel from the currently executing Linux kernel"