Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 658536 | Differences between
and this patch

Collapse All | Expand All

(-)/mnt/overlay/gentoo/sys-libs/zlib/zlib-1.2.11-r1.ebuild (-2 / +3 lines)
Lines 1-7 Link Here
1
# Copyright 1999-2018 Gentoo Foundation
1
# Copyright 1999-2018 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI=5
4
EAPI=6
5
AUTOTOOLS_AUTO_DEPEND="no"
5
AUTOTOOLS_AUTO_DEPEND="no"
6
6
7
inherit autotools toolchain-funcs multilib multilib-minimal
7
inherit autotools toolchain-funcs multilib multilib-minimal
Lines 21-27 Link Here
21
RDEPEND="!<dev-libs/libxml2-2.7.7" #309623
21
RDEPEND="!<dev-libs/libxml2-2.7.7" #309623
22
22
23
src_prepare() {
23
src_prepare() {
24
	epatch "${FILESDIR}"/${PN}-1.2.11-fix-deflateParams-usage.patch
24
	eapply "${FILESDIR}"/${PN}-1.2.11-fix-deflateParams-usage.patch
25
	eapply_user
25
26
26
	if use minizip ; then
27
	if use minizip ; then
27
		cd contrib/minizip || die
28
		cd contrib/minizip || die

Return to bug 658536