commit: b1e79917b41f4b474b86e828ae2bd541d89077dc
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 3 06:20:32 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Sep 3 06:20:37 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1e79917
x11-apps/radeontop: fix multilib-strict violation
Gentoo-bug: 627942
Package-Manager: Portage-2.3.6, Repoman-2.3.3
x11-apps/radeontop/{radeontop-1.0.ebuild => radeontop-1.0-r1.ebuild} | 3 ++-
x11-apps/radeontop/radeontop-9999.ebuild | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/x11-apps/radeontop/radeontop-1.0.ebuild
b/x11-apps/radeontop/radeontop-1.0-r1.ebuild
similarity index 96%
rename from x11-apps/radeontop/radeontop-1.0.ebuild
rename to x11-apps/radeontop/radeontop-1.0-r1.ebuild
index 9380ee04b30..dbe582980fc 100644
--- a/x11-apps/radeontop/radeontop-1.0.ebuild
+++ b/x11-apps/radeontop/radeontop-1.0-r1.ebuild
@@ -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
diff --git a/x11-apps/radeontop/radeontop-9999.ebuild
b/x11-apps/radeontop/radeontop-9999.ebuild
index 1898f2182a8..4c1bafa1eb8 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