app-misc/radeontop: EAPI7 bump
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Thu, 23 Aug 2018 09:21:04 +0000 (11:21 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 23 Aug 2018 19:56:18 +0000 (21:56 +0200)
This bumps the live ebuild to EAPI7

Closes: https://github.com/gentoo/gentoo/pull/9673

app-misc/radeontop/radeontop-9999.ebuild

index 4c1bafa1eb80abdd2cb852234a4974638bc6ec57..af212477ea7592a856c0a71f9757891f5a5f2e26 100644 (file)
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 inherit toolchain-funcs git-r3
 
 DESCRIPTION="Utility to view Radeon GPU utilization"
@@ -24,9 +24,9 @@ RDEPEND="
        )
 "
 DEPEND="${RDEPEND}
-       virtual/pkgconfig
        nls? ( sys-devel/gettext )
 "
+BDEPEND="virtual/pkgconfig"
 
 src_configure() {
        tc-export CC