summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNado <nado@troglodyte.be>2017-05-24 13:37:25 +0200
committerPatrice Clement <monsieurp@gentoo.org>2017-05-25 20:27:22 +0200
commitdc196226472506fb766edd08cd1002e80c496b3a (patch)
treec4a483437041cc73d8f61258cb7fa8768dcd1331
parentwww-client/firefox-bin: bump 52.x to 52.1.2 (diff)
downloadgentoo-dc196226.tar.gz
gentoo-dc196226.tar.bz2
gentoo-dc196226.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
-rw-r--r--dev-util/cgdb/cgdb-9999.ebuild4
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