diff options
Diffstat (limited to 'sys-apps/kexec-tools/kexec-tools-9999.ebuild')
-rw-r--r-- | sys-apps/kexec-tools/kexec-tools-9999.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/kexec-tools/kexec-tools-9999.ebuild b/sys-apps/kexec-tools/kexec-tools-9999.ebuild index f0e1d730ce8b..1bd1daa82059 100644 --- a/sys-apps/kexec-tools/kexec-tools-9999.ebuild +++ b/sys-apps/kexec-tools/kexec-tools-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/kexec-tools/kexec-tools-9999.ebuild,v 1.6 2010/11/29 20:42:14 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/kexec-tools/kexec-tools-9999.ebuild,v 1.7 2011/09/21 08:31:54 mgorny Exp $ EAPI=2 EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git" -inherit git autotools +inherit git-2 autotools DESCRIPTION="Load another kernel from the currently executing Linux kernel" HOMEPAGE="http://kernel.org/pub/linux/utils/kernel/kexec/" @@ -19,7 +19,7 @@ DEPEND="zlib? ( sys-libs/zlib )" RDEPEND="${DEPEND}" src_unpack() { - git_src_unpack + git-2_src_unpack cd "${S}" eautoreconf } |