diff options
author | Brian Evans <grknight@gentoo.org> | 2018-04-25 13:44:39 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2018-04-25 13:44:39 -0400 |
commit | d5ab3b733cc6c95ced7fb858e26500a4785d10f7 (patch) | |
tree | 9c84ab05d811af6f4838a1566c02f1e86ba8ac87 /eclass/php-pear-r1.eclass | |
parent | dev-util/cmake: fix compilation on Darwin, bug #652134 (diff) | |
download | gentoo-d5ab3b733cc6c95ced7fb858e26500a4785d10f7.tar.gz gentoo-d5ab3b733cc6c95ced7fb858e26500a4785d10f7.tar.bz2 gentoo-d5ab3b733cc6c95ced7fb858e26500a4785d10f7.zip |
eclass: php-pear-r1 mark DEAD
This eclass is problematic as it creates a dependency database
which is quickly removed. Also the PHP invocation may need
to addpredict for libsnmp.
Superseded by php-pear-r2 eclass
Diffstat (limited to 'eclass/php-pear-r1.eclass')
-rw-r--r-- | eclass/php-pear-r1.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/php-pear-r1.eclass b/eclass/php-pear-r1.eclass index d565f07a0958..990ba3796947 100644 --- a/eclass/php-pear-r1.eclass +++ b/eclass/php-pear-r1.eclass @@ -1,6 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# @DEAD # @ECLASS: php-pear-r1.eclass # @MAINTAINER: # Gentoo PHP Team <php-bugs@gentoo.org> |