commit: 33de86283ec87838079d75c4dc6b9376e1058882 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Thu Aug 23 09:21:04 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Aug 23 19:56:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33de8628
app-misc/radeontop: EAPI7 bump This bumps the live ebuild to EAPI7 Closes: https://github.com/gentoo/gentoo/pull/9673 app-misc/radeontop/radeontop-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-misc/radeontop/radeontop-9999.ebuild b/app-misc/radeontop/radeontop-9999.ebuild index 4c1bafa1eb8..af212477ea7 100644 --- a/app-misc/radeontop/radeontop-9999.ebuild +++ b/app-misc/radeontop/radeontop-9999.ebuild @@ -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