summaryrefslogtreecommitdiffstats
path: root/bin/eapi.sh
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2012-11-16 05:35:57 +0100
committerArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2012-11-16 05:35:57 +0100
commit4b22701aa7733e53778fc4d456819fc010e198b0 (patch)
treed857e70131bf9c8f4582c905a01bbc0e0260de16 /bin/eapi.sh
parenta6a9b6dd6342a6009097944b38163ccc66908f0e (diff)
downloadportage-4b22701aa7733e53778fc4d456819fc010e198b0.tar.gz
portage-4b22701aa7733e53778fc4d456819fc010e198b0.tar.bz2
portage-4b22701aa7733e53778fc4d456819fc010e198b0.zip
EAPI="5-progress": Add package_manager_build_user() and package_manager_build_group().
Diffstat (limited to 'bin/eapi.sh')
-rw-r--r--bin/eapi.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/eapi.sh b/bin/eapi.sh
index d21b69df7..e63f145ee 100644
--- a/bin/eapi.sh
+++ b/bin/eapi.sh
@@ -84,6 +84,14 @@ ___eapi_has_license_path() {
[[ ${1-${EAPI}} =~ ^(5-progress)$ ]]
}
+___eapi_has_package_manager_build_user() {
+ [[ ${1-${EAPI}} =~ ^(5-progress)$ ]]
+}
+
+___eapi_has_package_manager_build_group() {
+ [[ ${1-${EAPI}} =~ ^(5-progress)$ ]]
+}
+
# HELPERS BEHAVIOR
___eapi_best_version_and_has_version_support_--host-root() {