Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/min-cscope/
Date: Sat, 25 Aug 2018 15:27:26
Message-Id: 1535208822.bb4eb2dab1c87f02fe1b14aac2535442fe946a14.asturm@gentoo
1 commit: bb4eb2dab1c87f02fe1b14aac2535442fe946a14
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 25 14:37:56 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 25 14:53:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb4eb2da
7
8 dev-util/min-cscope: EAPI-6 bump
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11
12 dev-util/min-cscope/min-cscope-16.1.0.ebuild | 7 ++++---
13 1 file changed, 4 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-util/min-cscope/min-cscope-16.1.0.ebuild b/dev-util/min-cscope/min-cscope-16.1.0.ebuild
16 index 635ae50824d..9ae7cbca401 100644
17 --- a/dev-util/min-cscope/min-cscope-16.1.0.ebuild
18 +++ b/dev-util/min-cscope/min-cscope-16.1.0.ebuild
19 @@ -1,7 +1,8 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=5
25 +EAPI=6
26 +
27 inherit cmake-utils flag-o-matic
28
29 DESCRIPTION="Interactively examine a C program"
30 @@ -15,7 +16,7 @@ IUSE="debug"
31
32 S=${WORKDIR}/${PN}
33
34 -DOCS="AUTHORS README* TODO"
35 +DOCS=( AUTHORS README{,.cscope} TODO )
36
37 src_prepare() {
38 cmake-utils_src_prepare