summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2016-10-01 00:55:34 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-10-01 00:56:02 +0200
commit116c153858bee6f176d051b7bb3dc1dde0139e11 (patch)
tree83067c97b15ef7c175e40f3508846e373cc863d7
parentsys-kernel/vanilla-sources: Remove EOL'ed 4.6.7. Please upgrade to a supporte... (diff)
downloadgentoo-116c153858bee6f176d051b7bb3dc1dde0139e11.tar.gz
gentoo-116c153858bee6f176d051b7bb3dc1dde0139e11.tar.bz2
gentoo-116c153858bee6f176d051b7bb3dc1dde0139e11.zip
depend.apache.eclass: Fix warning output
-rw-r--r--eclass/depend.apache.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/depend.apache.eclass b/eclass/depend.apache.eclass
index 5fd9071f504e..b69c2ec55b57 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
;;