commit: 7f8fcb62989c5b03e9163eb37a80cc3872261530
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 24 06:45:43 2017 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri Mar 24 06:45:43 2017 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=7f8fcb62
travis: set PORTAGE_BASE
.travis.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.travis.yml b/.travis.yml
index c0157332d..da42b5e2e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,6 +21,7 @@ script:
- printf "[build_ext]\nportage-ext-modules=true" >> setup.cfg
- find . -type f -exec
sed -e "s|@PORTAGE_EPREFIX@||"
+ -e "s|@PORTAGE_BASE@|${PWD}|"
-e "s|@PORTAGE_MV@|$(type -P mv)|"
-e "s|@PORTAGE_BASH@|$(type -P bash)|"
-e "s|@PREFIX_PORTAGE_PYTHON@|$(type -P python)|"