diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-08-29 02:56:19 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-08-29 02:56:19 +0200 |
commit | 2ec1eaf991ccdb9efcd9e70d4566e311a3a7a51e (patch) | |
tree | 52f3489972742b4eb8cc0f2c97f118b083a85e54 /sys-apps/kexec-tools | |
parent | app-crypt/argon2: x86 stable (bug #664556) (diff) | |
download | gentoo-2ec1eaf991ccdb9efcd9e70d4566e311a3a7a51e.tar.gz gentoo-2ec1eaf991ccdb9efcd9e70d4566e311a3a7a51e.tar.bz2 gentoo-2ec1eaf991ccdb9efcd9e70d4566e311a3a7a51e.zip |
sys-apps/kexec-tools: x86 stable (bug #664800)
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Diffstat (limited to 'sys-apps/kexec-tools')
-rw-r--r-- | sys-apps/kexec-tools/kexec-tools-2.0.17-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/kexec-tools/kexec-tools-2.0.17-r1.ebuild b/sys-apps/kexec-tools/kexec-tools-2.0.17-r1.ebuild index fdf796648713..849d5fd33b9a 100644 --- a/sys-apps/kexec-tools/kexec-tools-2.0.17-r1.ebuild +++ b/sys-apps/kexec-tools/kexec-tools-2.0.17-r1.ebuild @@ -8,7 +8,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 x86" fi inherit flag-o-matic libtool linux-info systemd |