Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/radeontop/
Date: Thu, 23 Aug 2018 19:57:21
Message-Id: 1535054178.33de86283ec87838079d75c4dc6b9376e1058882.mgorny@gentoo
1 commit: 33de86283ec87838079d75c4dc6b9376e1058882
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu Aug 23 09:21:04 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 23 19:56:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33de8628
7
8 app-misc/radeontop: EAPI7 bump
9
10 This bumps the live ebuild to EAPI7
11
12 Closes: https://github.com/gentoo/gentoo/pull/9673
13
14 app-misc/radeontop/radeontop-9999.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/app-misc/radeontop/radeontop-9999.ebuild b/app-misc/radeontop/radeontop-9999.ebuild
18 index 4c1bafa1eb8..af212477ea7 100644
19 --- a/app-misc/radeontop/radeontop-9999.ebuild
20 +++ b/app-misc/radeontop/radeontop-9999.ebuild
21 @@ -1,7 +1,7 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=6
27 +EAPI=7
28 inherit toolchain-funcs git-r3
29
30 DESCRIPTION="Utility to view Radeon GPU utilization"
31 @@ -24,9 +24,9 @@ RDEPEND="
32 )
33 "
34 DEPEND="${RDEPEND}
35 - virtual/pkgconfig
36 nls? ( sys-devel/gettext )
37 "
38 +BDEPEND="virtual/pkgconfig"
39
40 src_configure() {
41 tc-export CC