summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-apps/radeontop/radeontop-1.0.ebuild')
-rw-r--r--x11-apps/radeontop/radeontop-1.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-apps/radeontop/radeontop-1.0.ebuild b/x11-apps/radeontop/radeontop-1.0.ebuild
index 44dc27fcece4..9380ee04b305 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