x11-apps/radeontop: fix multilib-strict violation

Gentoo-bug: 627942
Package-Manager: Portage-2.3.6, Repoman-2.3.3
This commit is contained in:
Michael Palimaka
2017-09-03 16:20:32 +10:00
parent 287402f555
commit b1e79917b4
2 changed files with 4 additions and 2 deletions

View File

@@ -6,9 +6,9 @@ inherit toolchain-funcs
DESCRIPTION="Utility to view Radeon GPU utilization"
HOMEPAGE="https://github.com/clbr/radeontop"
LICENSE="GPL-3"
SRC_URI="https://github.com/clbr/radeontop/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="nls"
@@ -45,6 +45,7 @@ src_prepare() {
src_configure() {
tc-export CC
export LIBDIR=$(get_libdir)
export nls=$(usex nls 1 0)
export amdgpu=1
export xcb=1

View File

@@ -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