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

(-)chandler/Makefile.orig (-1 / +5 lines)
Lines 371-377 Link Here
371
371
372
$(SOURCE_ARCHIVES):
372
$(SOURCE_ARCHIVES):
373
	mkdir -p $(CHANDLERARCHIVES)
373
	mkdir -p $(CHANDLERARCHIVES)
374
	$(CURL) $@ $(URL)/$(notdir $@)
374
	if [ "$(notdir $@)" == "zope.interface-3.5.2.tar.gz" ]; then \
375
	    $(CURL) $@ "http://pypi.python.org/packages/source/z/zope.interface"/$(notdir $@);\
376
	else \
377
	    $(CURL) $@ $(URL)/$(notdir $@);\
378
	fi
375
379
376
# if the archive name does not contain the string 'release' or 'debug' it's
380
# if the archive name does not contain the string 'release' or 'debug' it's
377
# the same for both and needs to be installed in $(SNAP) explicitely
381
# the same for both and needs to be installed in $(SNAP) explicitely

Return to bug 77914