mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-admin/ryzen_monitor: enable eapply_user, fix QA issues
Closes: https://bugs.gentoo.org/919818 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34268 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -13,9 +13,7 @@ HOMEPAGE="https://github.com/hattedsquirrel/ryzen_monitor"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="AGPL-3"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="app-admin/ryzen_smu"
|
||||
|
||||
PATCHES=(
|
||||
|
||||
@@ -27,6 +27,8 @@ src_unpack() {
|
||||
src_prepare() {
|
||||
rm "src/lib/"* || die
|
||||
cp -a "${WORKDIR}/${SMU_PN}-v${SMU_PV}/lib/libsmu."{c,h} "src/lib/" || die
|
||||
|
||||
default
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
|
||||
@@ -13,9 +13,7 @@ HOMEPAGE="https://github.com/hattedsquirrel/ryzen_monitor"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="AGPL-3"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="app-admin/ryzen_smu"
|
||||
|
||||
src_compile() {
|
||||
|
||||
@@ -30,6 +30,8 @@ src_unpack() {
|
||||
src_prepare() {
|
||||
rm "src/lib/"* || die
|
||||
cp -a "${WORKDIR}/${SMU_PN}-v${SMU_PV}/lib/libsmu."{c,h} "src/lib/" || die
|
||||
|
||||
default
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
|
||||
Reference in New Issue
Block a user