Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/scope/
Date: Sun, 17 Nov 2019 01:17:16
Message-Id: 1573953410.eb4a7f68bce2b4b32e0162b97cad06f3e3ede042.bman@gentoo
1 commit: eb4a7f68bce2b4b32e0162b97cad06f3e3ede042
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 17 01:16:50 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 17 01:16:50 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb4a7f68
7
8 app-misc/scope: bump EAPI and stuff
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 app-misc/scope/scope-0.04-r1.ebuild | 7 ++++---
13 1 file changed, 4 insertions(+), 3 deletions(-)
14
15 diff --git a/app-misc/scope/scope-0.04-r1.ebuild b/app-misc/scope/scope-0.04-r1.ebuild
16 index b84a1c79ec4..b3c295403ed 100644
17 --- a/app-misc/scope/scope-0.04-r1.ebuild
18 +++ b/app-misc/scope/scope-0.04-r1.ebuild
19 @@ -1,7 +1,7 @@
20 -# Copyright 1999-2013 Gentoo Foundation
21 +# Copyright 1999-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=4
25 +EAPI=7
26
27 inherit toolchain-funcs
28
29 @@ -14,9 +14,10 @@ SLOT="0"
30 KEYWORDS="amd64 x86"
31 IUSE=""
32
33 -DOCS=( README )
34 +DOCS=( "README" )
35
36 src_prepare() {
37 # bug 459848
38 tc-export CC
39 + eapply_user
40 }