commit:     116c153858bee6f176d051b7bb3dc1dde0139e11
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 30 22:55:34 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Sep 30 22:56:02 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=116c1538

depend.apache.eclass: Fix warning output

 eclass/depend.apache.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/depend.apache.eclass b/eclass/depend.apache.eclass
index 5fd9071..b69c2ec 100644
--- a/eclass/depend.apache.eclass
+++ b/eclass/depend.apache.eclass
@@ -48,7 +48,7 @@ case ${EAPI:-0} in
        6)
                ewarn
                ewarn "EAPI=${EAPI} is not supported by depend.apache.eclass."
-               ewarn "This means that ${CATEGORY}/${PVR} is most likely buggy."
+               ewarn "This means that ${CATEGORY}/${PF} is most likely buggy."
                ewarn "Please file a report on https://bugs.gentoo.org/";
                ewarn
                ;;

Reply via email to