From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 240DF138334 for ; Thu, 23 Aug 2018 19:57:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A6D8E0955; Thu, 23 Aug 2018 19:57:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 72E0DE0954 for ; Thu, 23 Aug 2018 19:57:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5D9F1335CA6 for ; Thu, 23 Aug 2018 19:57:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 218B13B6 for ; Thu, 23 Aug 2018 19:57:16 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1535054178.33de86283ec87838079d75c4dc6b9376e1058882.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/radeontop/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/radeontop/radeontop-9999.ebuild X-VCS-Directories: app-misc/radeontop/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 33de86283ec87838079d75c4dc6b9376e1058882 X-VCS-Branch: master Date: Thu, 23 Aug 2018 19:57:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f0de7cdf-307a-40e6-a3fe-c6a5e25a1642 X-Archives-Hash: 3ac031bb900af9ea104f907a4ade89fc commit: 33de86283ec87838079d75c4dc6b9376e1058882 Author: Michael Mair-Keimberger gmail com> AuthorDate: Thu Aug 23 09:21:04 2018 +0000 Commit: Michał Górny gentoo 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