summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYiyangWu <xgreenlandforwyy@gmail.com>2021-08-21 21:32:53 +0800
committerBenda Xu <heroxbd@gentoo.org>2021-08-26 21:03:26 +0800
commitfe5cad3a3be75690eacc752e8f22fdae8918f34d (patch)
tree471410ec9634959e141c7e9b5167ab8029500037 /app-misc/radeontop
parentdev-util/roctracer: bump version to 4.3.0 (diff)
downloadgentoo-fe5cad3a3be75690eacc752e8f22fdae8918f34d.tar.gz
gentoo-fe5cad3a3be75690eacc752e8f22fdae8918f34d.tar.bz2
gentoo-fe5cad3a3be75690eacc752e8f22fdae8918f34d.zip
app-misc/radeontop: fit for gentoo prefix
export PREFIX="${EPREFIX}"/usr in src_configure, so the install location is in ${EPREFIX} Closes: https://github.com/gentoo/gentoo/pull/22064 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Diffstat (limited to 'app-misc/radeontop')
-rw-r--r--app-misc/radeontop/radeontop-1.3-r3.ebuild1
-rw-r--r--app-misc/radeontop/radeontop-9999.ebuild1
2 files changed, 2 insertions, 0 deletions
diff --git a/app-misc/radeontop/radeontop-1.3-r3.ebuild b/app-misc/radeontop/radeontop-1.3-r3.ebuild
index 4088c077cd3b..eb8884a435a3 100644
--- a/app-misc/radeontop/radeontop-1.3-r3.ebuild
+++ b/app-misc/radeontop/radeontop-1.3-r3.ebuild
@@ -54,4 +54,5 @@ src_configure() {
export xcb=1
# Do not add -g or -s to CFLAGS
export plain=1
+ export PREFIX="${EPREFIX}"/usr
}
diff --git a/app-misc/radeontop/radeontop-9999.ebuild b/app-misc/radeontop/radeontop-9999.ebuild
index 72a3586f9ba7..729930cec90a 100644
--- a/app-misc/radeontop/radeontop-9999.ebuild
+++ b/app-misc/radeontop/radeontop-9999.ebuild
@@ -39,4 +39,5 @@ src_configure() {
export xcb=1
# Do not add -g or -s to CFLAGS
export plain=1
+ export PREFIX="${EPREFIX}"/usr
}