summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-11-12 08:14:19 +0000
committerJustin Lecher <jlec@gentoo.org>2013-11-12 08:14:19 +0000
commit7b9361cd212c60ad83cd5ada25a64d50cc85dd8a (patch)
treec01172b889b82dfc613247be750950c18e3972ab /sys-apps/kexec-tools/kexec-tools-2.0.4-r1.ebuild
parentAdd keywords to match those of the underlying package. (diff)
downloadgentoo-2-7b9361cd212c60ad83cd5ada25a64d50cc85dd8a.tar.gz
gentoo-2-7b9361cd212c60ad83cd5ada25a64d50cc85dd8a.tar.bz2
gentoo-2-7b9361cd212c60ad83cd5ada25a64d50cc85dd8a.zip
sys-apps/kexec-tools: Readd USE=zlib and fix out-of-source build, #490326
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sys-apps/kexec-tools/kexec-tools-2.0.4-r1.ebuild')
-rw-r--r--sys-apps/kexec-tools/kexec-tools-2.0.4-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-apps/kexec-tools/kexec-tools-2.0.4-r1.ebuild b/sys-apps/kexec-tools/kexec-tools-2.0.4-r1.ebuild
index a3b95a456646..18fed463242a 100644
--- a/sys-apps/kexec-tools/kexec-tools-2.0.4-r1.ebuild
+++ b/sys-apps/kexec-tools/kexec-tools-2.0.4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/kexec-tools/kexec-tools-2.0.4-r1.ebuild,v 1.4 2013/11/11 15:57:11 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kexec-tools/kexec-tools-2.0.4-r1.ebuild,v 1.5 2013/11/12 08:14:19 jlec Exp $
EAPI=5
@@ -13,7 +13,7 @@ SRC_URI="mirror://kernel/linux/utils/kernel/kexec/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="booke lzma xen"
+IUSE="booke lzma xen zlib"
DEPEND="lzma? ( app-arch/xz-utils )"
RDEPEND="${DEPEND}"
@@ -39,6 +39,7 @@ src_configure() {
$(use_with booke) \
$(use_with lzma) \
$(use_with xen)
+ $(use_with zlib)
}
src_install() {