Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 195510
Collapse All | Expand All

(-)ipkg-utils/ipkg-utils-1.7.050831-r1.ebuild (+5 lines)
Added Link Here
1
Index: ipkg-utils-050831/ipkg.py
2
===================================================================
3
--- ipkg-utils-050831/ipkg.py	{cset c946c633-8984-433c-8beb-a6cf3926b0af}
Added Link Here
26
src_unpack() {
26
src_unpack() {
27
	unpack ${A}; cd ${S}
27
	unpack ${A}; cd ${S}
28
28
29
	epatch ${FILESDIR}/${PN}-tar_call_fixes.patch
30
29
	sed '/python setup.py build/d' -i Makefile
31
	sed '/python setup.py build/d' -i Makefile
30
32
31
	if use minimal; then
33
	if use minimal; then
(-)ipkg-utils/ipkg-utils-1.7-r1.ebuild (+2 lines)
Lines 23-28 DEPEND="${RDEPEND}" Link Here
23
src_unpack() {
23
src_unpack() {
24
	unpack ${A}; cd ${S}
24
	unpack ${A}; cd ${S}
25
25
26
	epatch ${FILESDIR}/${PN}-tar_call_fixes.patch
27
26
	sed '/python setup.py build/d' -i Makefile
28
	sed '/python setup.py build/d' -i Makefile
27
29
28
	if use minimal; then
30
	if use minimal; then

Return to bug 195510