From: Jeroen Roovers Date: Mon, 5 Sep 2016 04:26:19 +0000 (+0200) Subject: sci-calculators/units: Fix whitespace. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=000d301be46a1df5da1f07b49823176c1ff8980b;p=gentoo.git sci-calculators/units: Fix whitespace. Package-Manager: portage-2.3.0 --- diff --git a/sci-calculators/units/units-2.13-r1.ebuild b/sci-calculators/units/units-2.13-r1.ebuild index 33bb1a7c3d12..588585baffb6 100644 --- a/sci-calculators/units/units-2.13-r1.ebuild +++ b/sci-calculators/units/units-2.13-r1.ebuild @@ -25,14 +25,21 @@ RDEPEND=" ${PYTHON_DEPS} dev-python/unidecode[${PYTHON_USEDEP}] dev-python/future[${PYTHON_USEDEP}] - )" -DEPEND="${RDEPEND}" + ) +" +DEPEND=" + ${RDEPEND} +" -PATCHES=( "${FILESDIR}/${P}-fix-python.patch" ) +PATCHES=( + "${FILESDIR}"/${P}-fix-python.patch +) src_prepare() { default - sed -e "/^outfile/s|'.*'|'${EPREFIX}/usr/share/units/currency.units'|g" \ + + sed \ + -e "/^outfile/s|'.*'|'${EPREFIX}/usr/share/units/currency.units'|g" \ -i units_cur3 || die eautoreconf @@ -40,5 +47,6 @@ src_prepare() { src_install() { default + use units_cur && python_foreach_impl python_newscript units_cur{3,} }