diff options
author | Nado <nado@troglodyte.be> | 2017-05-24 13:37:25 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-05-25 20:27:22 +0200 |
commit | dc196226472506fb766edd08cd1002e80c496b3a (patch) | |
tree | c4a483437041cc73d8f61258cb7fa8768dcd1331 /dev-util/cgdb | |
parent | www-client/firefox-bin: bump 52.x to 52.1.2 (diff) | |
download | gentoo-dc196226472506fb766edd08cd1002e80c496b3a.tar.gz gentoo-dc196226472506fb766edd08cd1002e80c496b3a.tar.bz2 gentoo-dc196226472506fb766edd08cd1002e80c496b3a.zip |
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
Diffstat (limited to 'dev-util/cgdb')
-rw-r--r-- | dev-util/cgdb/cgdb-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/cgdb/cgdb-9999.ebuild b/dev-util/cgdb/cgdb-9999.ebuild index 51a20f68cec0..5a5dd25473fd 100644 --- a/dev-util/cgdb/cgdb-9999.ebuild +++ b/dev-util/cgdb/cgdb-9999.ebuild @@ -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 |