diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-11-11 15:57:11 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-11-11 15:57:11 +0000 |
commit | b7ce0c9177ffaaf826157419ec75983f17e4ca2e (patch) | |
tree | ca8532f8757f8e6b84fd1ee726af7d832b007894 /sys-apps/kexec-tools/kexec-tools-9999.ebuild | |
parent | Cleanup old. (diff) | |
download | gentoo-2-b7ce0c9177ffaaf826157419ec75983f17e4ca2e.tar.gz gentoo-2-b7ce0c9177ffaaf826157419ec75983f17e4ca2e.tar.bz2 gentoo-2-b7ce0c9177ffaaf826157419ec75983f17e4ca2e.zip |
sys-apps/kexec-tools: Drop USE=zlib as it is always requiered, #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-9999.ebuild')
-rw-r--r-- | sys-apps/kexec-tools/kexec-tools-9999.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sys-apps/kexec-tools/kexec-tools-9999.ebuild b/sys-apps/kexec-tools/kexec-tools-9999.ebuild index a3ab07661f38..4d9cb5a1a4f6 100644 --- a/sys-apps/kexec-tools/kexec-tools-9999.ebuild +++ b/sys-apps/kexec-tools/kexec-tools-9999.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-9999.ebuild,v 1.8 2013/09/21 11:35:53 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/kexec-tools/kexec-tools-9999.ebuild,v 1.9 2013/11/11 15:57:11 jlec Exp $ EAPI=5 @@ -16,11 +16,9 @@ EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git" LICENSE="GPL-2" SLOT="0" KEYWORDS="" -IUSE="booke lzma xen zlib" +IUSE="booke lzma xen" -DEPEND=" - lzma? ( app-arch/xz-utils ) - zlib? ( sys-libs/zlib )" +DEPEND="lzma? ( app-arch/xz-utils )" RDEPEND="${DEPEND}" CONFIG_CHECK="~KEXEC" @@ -42,7 +40,6 @@ src_configure() { $(use_with booke) $(use_with lzma) $(use_with xen) - $(use_with zlib) ) autotools-utils_src_configure } |