Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cgdb/
Date: Thu, 25 May 2017 18:27:30
Message-Id: 1495736842.dc196226472506fb766edd08cd1002e80c496b3a.monsieurp@gentoo
1 commit: dc196226472506fb766edd08cd1002e80c496b3a
2 Author: Nado <nado <AT> troglodyte <DOT> be>
3 AuthorDate: Wed May 24 11:37:25 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu May 25 18:27:22 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc196226
7
8 dev-util/cgdb: fix DOCS files.
9
10 * TODO removed.
11 * FAQ added.
12
13 Package-Manager: Portage-2.3.6, Repoman-2.3.2
14 Closes: https://github.com/gentoo/gentoo/pull/4756
15
16 dev-util/cgdb/cgdb-9999.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/dev-util/cgdb/cgdb-9999.ebuild b/dev-util/cgdb/cgdb-9999.ebuild
20 index 51a20f68cec..5a5dd25473f 100644
21 --- a/dev-util/cgdb/cgdb-9999.ebuild
22 +++ b/dev-util/cgdb/cgdb-9999.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2016 Gentoo Foundation
25 +# Copyright 1999-2017 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -31,7 +31,7 @@ RDEPEND="
30 ${COMMONDEPEND}
31 sys-devel/gdb"
32
33 -DOCS=( AUTHORS ChangeLog INSTALL NEWS README.md TODO )
34 +DOCS=( AUTHORS ChangeLog INSTALL NEWS README.md FAQ )
35
36 src_prepare() {
37 default