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

Collapse All | Expand All

(-)eclass/perl-module.eclass.orig (+3 lines)
Lines 220-225 Link Here
220
			dev-perl|perl-core) mytargets="pure_install" ;;
220
			dev-perl|perl-core) mytargets="pure_install" ;;
221
			*)                  mytargets="install" ;;
221
			*)                  mytargets="install" ;;
222
		esac
222
		esac
223
		if [[ ${DEPEND} = *dev-perl/Module-Build-Tiny* ]] ; then
224
			mytargets="install"
225
		fi
223
	fi
226
	fi
224
227
225
	if [[ $(declare -p myinst 2>&-) != "declare -a myinst="* ]]; then
228
	if [[ $(declare -p myinst 2>&-) != "declare -a myinst="* ]]; then

Return to bug 495044