From: Sergei Trofimovich Date: Sat, 30 Sep 2017 09:11:16 +0000 (+0000) Subject: dev-python/pygame: tweak library search path for prefix X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b025a480e0a931502773b7aa53834c75e1ec16e3;p=gentoo.git dev-python/pygame: tweak library search path for prefix By default libraries are searched at /usr and /usr/local. For prefix we need to add offset. Build system provides LOCALBASE to override defaults. Package-Manager: Portage-2.3.10, Repoman-2.3.3 --- diff --git a/dev-python/pygame/pygame-1.9.3.ebuild b/dev-python/pygame/pygame-1.9.3.ebuild index cd5528c950c7..1aa3419789e2 100644 --- a/dev-python/pygame/pygame-1.9.3.ebuild +++ b/dev-python/pygame/pygame-1.9.3.ebuild @@ -31,7 +31,7 @@ DOCS=( WHATSNEW ) RESTRICT=test python_configure() { - PORTMIDI_INC_PORTTIME=1 "${EPYTHON}" config.py -auto + PORTMIDI_INC_PORTTIME=1 LOCALBASE="${EPREFIX}/usr" "${EPYTHON}" config.py -auto if ! use X; then sed -e "s:^scrap :#&:" -i Setup || die "sed failed"