Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sun, 04 Jun 2017 14:58:41
Message-Id: 1496588315.f312401942999a72a8372ac33d8d8768eb988724.jlec@gentoo
1 commit: f312401942999a72a8372ac33d8d8768eb988724
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 4 14:58:10 2017 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 4 14:58:35 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3124019
7
8 php-pear-lib-r1.eclass: Fix usage of @DEAD
9
10 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
11
12 eclass/php-pear-lib-r1.eclass | 6 +++++-
13 1 file changed, 5 insertions(+), 1 deletion(-)
14
15 diff --git a/eclass/php-pear-lib-r1.eclass b/eclass/php-pear-lib-r1.eclass
16 index f579531a5e5..6c66dcaca34 100644
17 --- a/eclass/php-pear-lib-r1.eclass
18 +++ b/eclass/php-pear-lib-r1.eclass
19 @@ -1,8 +1,12 @@
20 # Copyright 1999-2015 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 -# @ECLASS: php-pear-lib-r1.eclass
24 # @DEAD
25 +# This eclass should not be used as most packages that did
26 +# are now broken since ${FILESDIR} could easily be referenced in
27 +# pkg_setup.
28 +
29 +# @ECLASS: php-pear-lib-r1.eclass
30 # @MAINTAINER:
31 # Gentoo PHP team <php-bugs@g.o>
32 # @AUTHOR: