projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4464f5
)
depend.apache.eclass: Fix warning output
author
Andreas K. Hüttel
<dilfridge@gentoo.org>
Fri, 30 Sep 2016 22:55:34 +0000
(
00:55
+0200)
committer
Andreas K. Hüttel
<dilfridge@gentoo.org>
Fri, 30 Sep 2016 22:56:02 +0000
(
00:56
+0200)
eclass/depend.apache.eclass
patch
|
blob
|
history
diff --git
a/eclass/depend.apache.eclass
b/eclass/depend.apache.eclass
index 5fd9071f504e12d78aa15a078c8258d61aea45a8..b69c2ec55b5787ac5f564db2b4742afa1598b4b2 100644
(file)
--- 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}/${P
VR
} is most likely buggy."
+ ewarn "This means that ${CATEGORY}/${P
F
} is most likely buggy."
ewarn "Please file a report on https://bugs.gentoo.org/"
ewarn
;;