diff options
Diffstat (limited to 'bin/phase-helpers.sh')
-rw-r--r-- | bin/phase-helpers.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/phase-helpers.sh b/bin/phase-helpers.sh index 3f12b3707..6c2ecf0bc 100644 --- a/bin/phase-helpers.sh +++ b/bin/phase-helpers.sh @@ -1006,6 +1006,10 @@ best_version() { ___best_version_and_has_version_common "$@" } +portageq() { + die "portageq is not allowed in ebuild scope" +} + if ___eapi_has_get_libdir; then get_libdir() { local libdir_var="LIBDIR_${ABI}" |