diff options
author | Brian Evans <grknight@gentoo.org> | 2017-11-17 13:16:29 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2017-11-17 13:16:29 -0500 |
commit | e523242efedb3ab594905877a96b2cbd116afaa3 (patch) | |
tree | 1729eb9e56110469af45aff14dc204091cc254e6 /eclass | |
parent | mysql-multilib-r1.eclass: Fix documentation wrt bug 637820 (diff) | |
download | gentoo-e523242efedb3ab594905877a96b2cbd116afaa3.tar.gz gentoo-e523242efedb3ab594905877a96b2cbd116afaa3.tar.bz2 gentoo-e523242efedb3ab594905877a96b2cbd116afaa3.zip |
php-lib-r1.eclass: Fix documentation and mark DEAD wrt bug 637842
Removal pending final consumer last rite.
Closes: https://bugs.gentoo.org/show_bug.cgi?id=637842
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/php-lib-r1.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/php-lib-r1.eclass b/eclass/php-lib-r1.eclass index a6bffabc6fbd..90edad61f9ca 100644 --- a/eclass/php-lib-r1.eclass +++ b/eclass/php-lib-r1.eclass @@ -1,6 +1,7 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# @DEAD # @ECLASS: php-lib-r1.eclass # @MAINTAINER: # Gentoo PHP team <php-bugs@gentoo.org> @@ -37,6 +38,7 @@ RDEPEND="${DEPEND}" # You have to pass in a list of the PHP files to install. # @VARIABLE: DOCS +# @DEFAULT_UNSET # @DESCRIPTION: # Set in ebuild if you wish to install additional, package-specific documentation. |