From eb4a7f68bce2b4b32e0162b97cad06f3e3ede042 Mon Sep 17 00:00:00 2001 From: Aaron Bauman Date: Sat, 16 Nov 2019 20:16:50 -0500 Subject: [PATCH] app-misc/scope: bump EAPI and stuff Signed-off-by: Aaron Bauman --- app-misc/scope/scope-0.04-r1.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app-misc/scope/scope-0.04-r1.ebuild b/app-misc/scope/scope-0.04-r1.ebuild index b84a1c79ec4f..b3c295403ed4 100644 --- a/app-misc/scope/scope-0.04-r1.ebuild +++ b/app-misc/scope/scope-0.04-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI=7 inherit toolchain-funcs @@ -14,9 +14,10 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" -DOCS=( README ) +DOCS=( "README" ) src_prepare() { # bug 459848 tc-export CC + eapply_user } -- 2.26.2