Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 881108 Details for
Bug 908254
x11-base/xwayland: automagic sys-apps/systemd dependency
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
some naive attempt to fix the ebuild
fix_xwayland_ebuild.patch (text/plain), 681 bytes, created by
alexander-n8hgeg5e
on 2023-12-31 16:10:58 UTC
(
hide
)
Description:
some naive attempt to fix the ebuild
Filename:
MIME Type:
Creator:
alexander-n8hgeg5e
Created:
2023-12-31 16:10:58 UTC
Size:
681 bytes
patch
obsolete
>diff --git a/x11-base/xwayland/xwayland-23.2.3.ebuild b/x11-base/xwayland/xwayland-23.2.3.ebuild >index abc33e62ffa7..a5a422f52574 100644 >--- a/x11-base/xwayland/xwayland-23.2.3.ebuild >+++ b/x11-base/xwayland/xwayland-23.2.3.ebuild >@@ -16,7 +16,7 @@ fi > DESCRIPTION="Standalone X server running under Wayland" > HOMEPAGE="https://wayland.freedesktop.org/xserver.html" > >-IUSE="libei selinux video_cards_nvidia unwind xcsecurity" >+IUSE="libei selinux video_cards_nvidia unwind xcsecurity -systemd" > > LICENSE="MIT" > SLOT="0" >@@ -100,6 +100,9 @@ src_configure() { > fi > > meson_src_configure >+ if ! use systemd;then >+ eapply "${FILESDIR}/no-systemd.patch" >+ fi > } > > src_install() {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 908254
: 881108 |
881109
|
881208
|
881213