From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/radeontop/
Date: Sun, 2 Apr 2017 16:46:25 +0000 (UTC) [thread overview]
Message-ID: <1491151574.289861a4fadd0f50dfad75f0f30d8cef93331dbf.soap@gentoo> (raw)
commit: 289861a4fadd0f50dfad75f0f30d8cef93331dbf
Author: Alexander Tsoy <alexander <AT> tsoy <DOT> me>
AuthorDate: Fri Mar 24 18:13:28 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr 2 16:46:14 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=289861a4
x11-apps/radeontop: kill video_cards_amdgpu USE flag
AMDGPU support requires no additional deps and we already have
sufficiently new version of libdrm in gentoo (>= 2.4.63). This
requirement for the newer libdrm version is the only reason why
upstream made amdgpu support optional.
Closes: https://github.com/gentoo/gentoo/pull/4286
x11-apps/radeontop/radeontop-1.0.ebuild | 4 ++--
x11-apps/radeontop/radeontop-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/x11-apps/radeontop/radeontop-1.0.ebuild b/x11-apps/radeontop/radeontop-1.0.ebuild
index 44dc27fcece..9380ee04b30 100644
--- a/x11-apps/radeontop/radeontop-1.0.ebuild
+++ b/x11-apps/radeontop/radeontop-1.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/clbr/radeontop/archive/v${PV}.tar.gz -> ${P}.tar.gz"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="nls video_cards_amdgpu"
+IUSE="nls"
RDEPEND="
sys-libs/ncurses:0=
@@ -46,7 +46,7 @@ src_prepare() {
src_configure() {
tc-export CC
export nls=$(usex nls 1 0)
- export amdgpu=$(usex video_cards_amdgpu 1 0)
+ export amdgpu=1
export xcb=1
# Do not add -g or -s to CFLAGS
export plain=1
diff --git a/x11-apps/radeontop/radeontop-9999.ebuild b/x11-apps/radeontop/radeontop-9999.ebuild
index 5d334bccb1a..1898f2182a8 100644
--- a/x11-apps/radeontop/radeontop-9999.ebuild
+++ b/x11-apps/radeontop/radeontop-9999.ebuild
@@ -11,7 +11,7 @@ EGIT_REPO_URI="https://github.com/clbr/radeontop.git"
SLOT="0"
KEYWORDS=""
-IUSE="nls video_cards_amdgpu"
+IUSE="nls"
RDEPEND="
sys-libs/ncurses:0=
@@ -31,7 +31,7 @@ DEPEND="${RDEPEND}
src_configure() {
tc-export CC
export nls=$(usex nls 1 0)
- export amdgpu=$(usex video_cards_amdgpu 1 0)
+ export amdgpu=1
export xcb=1
# Do not add -g or -s to CFLAGS
export plain=1
next reply other threads:[~2017-04-02 16:46 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-02 16:46 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-09-03 6:20 [gentoo-commits] repo/gentoo:master commit in: x11-apps/radeontop/ Michael Palimaka
2017-03-16 19:13 David Seifert
2017-03-06 1:52 Göktürk Yüksek
2016-03-13 15:09 Manuel Rüger
2015-09-11 21:57 Manuel Rüger
2015-09-11 21:57 Manuel Rüger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1491151574.289861a4fadd0f50dfad75f0f30d8cef93331dbf.soap@gentoo \
--to=soap@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox