patches/ebuilds: Fixes to cross-compile conmon
Gentoo bugs [901481][0] and [902085][1]. [0]: https://bugs.gentoo.org/show_bug.cgi?id=901481 [1]: https://bugs.gentoo.org/show_bug.cgi?id=902085
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
--- a/conmon-2.1.6.ebuild 2023-02-22 01:40:17.000000000 -0000
|
||||
+++ b/conmon-2.1.6.ebuild 2023-03-17 15:27:37.119865995 -0000
|
||||
@@ -18,8 +18,8 @@
|
||||
RDEPEND="dev-libs/glib:=
|
||||
sys-libs/libseccomp
|
||||
systemd? ( sys-apps/systemd:= )"
|
||||
-DEPEND="${RDEPEND}
|
||||
- dev-go/go-md2man"
|
||||
+DEPEND="${RDEPEND}"
|
||||
+BDEPEND="dev-go/go-md2man"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
Reference in New Issue
Block a user