dev-util/cgdb: fix DOCS files.

* TODO removed.
* FAQ added.

Package-Manager: Portage-2.3.6, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4756
This commit is contained in:
Nado 2017-05-24 13:37:25 +02:00 committed by Patrice Clement
parent 847d3e56b7
commit dc19622647
No known key found for this signature in database
GPG Key ID: 9191A5F193491BB8

View File

@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@ -31,7 +31,7 @@ RDEPEND="
${COMMONDEPEND}
sys-devel/gdb"
DOCS=( AUTHORS ChangeLog INSTALL NEWS README.md TODO )
DOCS=( AUTHORS ChangeLog INSTALL NEWS README.md FAQ )
src_prepare() {
default