summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2017-09-03 16:20:32 +1000
committerMichael Palimaka <kensington@gentoo.org>2017-09-03 16:20:37 +1000
commitb1e79917b41f4b474b86e828ae2bd541d89077dc (patch)
tree3c61caf63063469e81727aba66194aeef4283e7d /x11-apps/radeontop/radeontop-9999.ebuild
parentmedia-gfx/opencsg: whitespace (diff)
downloadgentoo-b1e79917b41f4b474b86e828ae2bd541d89077dc.tar.gz
gentoo-b1e79917b41f4b474b86e828ae2bd541d89077dc.tar.bz2
gentoo-b1e79917b41f4b474b86e828ae2bd541d89077dc.zip
x11-apps/radeontop: fix multilib-strict violation
Gentoo-bug: 627942 Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'x11-apps/radeontop/radeontop-9999.ebuild')
-rw-r--r--x11-apps/radeontop/radeontop-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-apps/radeontop/radeontop-9999.ebuild b/x11-apps/radeontop/radeontop-9999.ebuild
index 1898f2182a88..4c1bafa1eb80 100644
--- a/x11-apps/radeontop/radeontop-9999.ebuild
+++ b/x11-apps/radeontop/radeontop-9999.ebuild
@@ -6,9 +6,9 @@ inherit toolchain-funcs git-r3
DESCRIPTION="Utility to view Radeon GPU utilization"
HOMEPAGE="https://github.com/clbr/radeontop"
-LICENSE="GPL-3"
EGIT_REPO_URI="https://github.com/clbr/radeontop.git"
+LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE="nls"
@@ -30,6 +30,7 @@ DEPEND="${RDEPEND}
src_configure() {
tc-export CC
+ export LIBDIR=$(get_libdir)
export nls=$(usex nls 1 0)
export amdgpu=1
export xcb=1