summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2019-03-05 10:28:37 +0100
committerLars Wendler <polynomial-c@gentoo.org>2019-03-05 10:28:37 +0100
commit6264b226cb626f5ccf2cb38508f2315b9f19867a (patch)
treeb20e4bb688de730affe76cf0a16557c5d9c84a5c /sys-apps/kexec-tools
parentsys-apps/kexec-tools: Bump to version 2.0.19 (diff)
downloadgentoo-6264b226cb626f5ccf2cb38508f2315b9f19867a.tar.gz
gentoo-6264b226cb626f5ccf2cb38508f2315b9f19867a.tar.bz2
gentoo-6264b226cb626f5ccf2cb38508f2315b9f19867a.zip
sys-apps/kexec-tools: Synced live ebuild.
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-apps/kexec-tools')
-rw-r--r--sys-apps/kexec-tools/kexec-tools-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/kexec-tools/kexec-tools-9999.ebuild b/sys-apps/kexec-tools/kexec-tools-9999.ebuild
index 89ef61b3896d..b2fcd90aca6c 100644
--- a/sys-apps/kexec-tools/kexec-tools-9999.ebuild
+++ b/sys-apps/kexec-tools/kexec-tools-9999.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
+inherit flag-o-matic libtool linux-info systemd
+
if [[ ${PV} == "9999" ]] ; then
inherit git-r3 autotools
EGIT_REPO_URI="https://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git"
@@ -11,8 +13,6 @@ else
KEYWORDS="~amd64 ~arm64 ~x86"
fi
-inherit flag-o-matic libtool linux-info systemd
-
DESCRIPTION="Load another kernel from the currently executing Linux kernel"
HOMEPAGE="https://kernel.org/pub/linux/utils/kernel/kexec/"