Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Fri, 30 Sep 2016 22:56:10
Message-Id: 1475276162.116c153858bee6f176d051b7bb3dc1dde0139e11.dilfridge@gentoo
1 commit: 116c153858bee6f176d051b7bb3dc1dde0139e11
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 30 22:55:34 2016 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 30 22:56:02 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=116c1538
7
8 depend.apache.eclass: Fix warning output
9
10 eclass/depend.apache.eclass | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/eclass/depend.apache.eclass b/eclass/depend.apache.eclass
14 index 5fd9071..b69c2ec 100644
15 --- a/eclass/depend.apache.eclass
16 +++ b/eclass/depend.apache.eclass
17 @@ -48,7 +48,7 @@ case ${EAPI:-0} in
18 6)
19 ewarn
20 ewarn "EAPI=${EAPI} is not supported by depend.apache.eclass."
21 - ewarn "This means that ${CATEGORY}/${PVR} is most likely buggy."
22 + ewarn "This means that ${CATEGORY}/${PF} is most likely buggy."
23 ewarn "Please file a report on https://bugs.gentoo.org/"
24 ewarn
25 ;;