---
 gx86/eclass/virtualx.eclass | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gx86/eclass/virtualx.eclass b/gx86/eclass/virtualx.eclass
index 096c37a..f576335 100644
--- a/gx86/eclass/virtualx.eclass
+++ b/gx86/eclass/virtualx.eclass
@@ -172,12 +172,13 @@ virtualmake() {
 
        # backcompat for maketype
        if [[ -n ${maketype} ]]; then
-               eqawarn "ebuild is exporting \$maketype=${maketype}"
-               eqawarn "Ebuild should be migrated to use 
VIRTUALX_COMMAND=${maketype} instead."
-               eqawarn "Setting VIRTUALX_COMMAND to \$maketype conveniently 
for now."
                VIRTUALX_COMMAND=${maketype}
        fi
 
+       eqawarn "Using virtualmake is considered deprecated."
+       eqawarn "Please use the new, cleaner API instead:"
+       eqawarn "       virtualx ${VIRTUALX_COMMAND}"
+
        virtualx ${VIRTUALX_COMMAND} "$@"
 }
 
-- 
1.8.1.2


Reply via email to