mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user