summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2021-06-09 22:50:50 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2021-06-09 22:51:37 -0500
commit6294ab61ad13da4a283554975b9f3d0c502a1f8d (patch)
tree3d7dfca5f31dd7697e2cd9e1fd2b3058ae8ca154 /app-admin/rasdaemon/rasdaemon-0.6.7.ebuild
parentsci-libs/oce: adjust dependency on sci-libs/vtk (diff)
downloadgentoo-6294ab61ad13da4a283554975b9f3d0c502a1f8d.tar.gz
gentoo-6294ab61ad13da4a283554975b9f3d0c502a1f8d.tar.bz2
gentoo-6294ab61ad13da4a283554975b9f3d0c502a1f8d.zip
app-admin/rasdaemon: fix sysconfig dir
uses https://github.com/mchehab/rasdaemon/pull/46 Closes: https://bugs.gentoo.org/795132 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-admin/rasdaemon/rasdaemon-0.6.7.ebuild')
-rw-r--r--app-admin/rasdaemon/rasdaemon-0.6.7.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/app-admin/rasdaemon/rasdaemon-0.6.7.ebuild b/app-admin/rasdaemon/rasdaemon-0.6.7.ebuild
index c5aa842b5d02..add264d23745 100644
--- a/app-admin/rasdaemon/rasdaemon-0.6.7.ebuild
+++ b/app-admin/rasdaemon/rasdaemon-0.6.7.ebuild
@@ -25,6 +25,10 @@ RDEPEND="
)
"
+PATCHES=(
+ "${FILESDIR}/sysconfig-fix-0.6.7.patch"
+)
+
pkg_setup() {
linux-info_pkg_setup
local CONFIG_CHECK="~ACPI_EXTLOG"