From f312401942999a72a8372ac33d8d8768eb988724 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Sun, 4 Jun 2017 15:58:10 +0100 Subject: php-pear-lib-r1.eclass: Fix usage of @DEAD Signed-off-by: Justin Lecher --- eclass/php-pear-lib-r1.eclass | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/eclass/php-pear-lib-r1.eclass b/eclass/php-pear-lib-r1.eclass index f579531a5e5c..6c66dcaca342 100644 --- a/eclass/php-pear-lib-r1.eclass +++ b/eclass/php-pear-lib-r1.eclass @@ -1,8 +1,12 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# @ECLASS: php-pear-lib-r1.eclass # @DEAD +# This eclass should not be used as most packages that did +# are now broken since ${FILESDIR} could easily be referenced in +# pkg_setup. + +# @ECLASS: php-pear-lib-r1.eclass # @MAINTAINER: # Gentoo PHP team # @AUTHOR: -- cgit v1.2.3-65-gdbad