diff options
author | Justin Lecher <jlec@gentoo.org> | 2017-06-04 15:58:10 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2017-06-04 15:58:35 +0100 |
commit | f312401942999a72a8372ac33d8d8768eb988724 (patch) | |
tree | ad700851cf56c0cf7843c70159fee2b3fea4a71d /eclass | |
parent | dev-libs/jsoncpp: ia64 stable, bug #595364 (diff) | |
download | gentoo-f312401942999a72a8372ac33d8d8768eb988724.tar.gz gentoo-f312401942999a72a8372ac33d8d8768eb988724.tar.bz2 gentoo-f312401942999a72a8372ac33d8d8768eb988724.zip |
php-pear-lib-r1.eclass: Fix usage of @DEAD
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/php-pear-lib-r1.eclass | 6 |
1 files changed, 5 insertions, 1 deletions
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 <php-bugs@gentoo.org> # @AUTHOR: |