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

Collapse All | Expand All

(-)/home/flame/devel/repos/gentoo-x86/dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.004.ebuild (-1 / +17 lines)
Lines 13-18 Link Here
13
KEYWORDS="~alpha amd64 arm ~hppa ~ia64 m68k mips ppc ~ppc64 s390 sh sparc ~x86"
13
KEYWORDS="~alpha amd64 arm ~hppa ~ia64 m68k mips ppc ~ppc64 s390 sh sparc ~x86"
14
IUSE=""
14
IUSE=""
15
15
16
DEPEND="dev-lang/perl"
16
RDEPEND="sys-libs/zlib"
17
18
DEPEND="${RDEPEND}
19
	dev-lang/perl"
17
20
18
SRC_TEST="do"
21
SRC_TEST="do"
22
23
src_unpack() {
24
	perl-module_src_unpack
25
26
	cat - > "${S}/config.in" <<EOF
27
BUILD_ZLIB = False
28
INCLUDE = /usr/include
29
LIB = /usr/lib
30
31
OLD_ZLIB = False
32
GZIP_OS_CODE = AUTO_DETECT
33
EOF
34
}

Return to bug 178923