Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 763635 Details for
Bug 832071
sys-apps/flatpak-1.12.3: make X11 dependency optional
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
add X USE flag for optional X11 dependency
file_832071.txt (text/plain), 1.38 KB, created by
Michel Ganguin
on 2022-01-25 22:00:16 UTC
(
hide
)
Description:
add X USE flag for optional X11 dependency
Filename:
MIME Type:
Creator:
Michel Ganguin
Created:
2022-01-25 22:00:16 UTC
Size:
1.38 KB
patch
obsolete
>diff --git a/sys-apps/flatpak/flatpak-1.12.3.ebuild b/sys-apps/flatpak/flatpak-1.12.3.ebuild >index d7ffb56ac3b..c7dd25ec568 100644 >--- a/sys-apps/flatpak/flatpak-1.12.3.ebuild >+++ b/sys-apps/flatpak/flatpak-1.12.3.ebuild >@@ -13,7 +13,7 @@ HOMEPAGE="https://flatpak.org/" > LICENSE="LGPL-2.1+" > SLOT="0" > KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86" >-IUSE="doc gtk kde introspection policykit seccomp systemd" >+IUSE="doc gtk kde introspection policykit seccomp systemd X" > RESTRICT+=" test" > > RDEPEND=" >@@ -38,9 +38,11 @@ RDEPEND=" > sys-apps/dbus > >=sys-fs/fuse-2.9.9:0= > sys-apps/xdg-dbus-proxy >- x11-apps/xauth >+ X? ( >+ x11-apps/xauth >+ x11-libs/libXau:= >+ ) > x11-libs/gdk-pixbuf:2= >- x11-libs/libXau:= > policykit? ( >=sys-auth/polkit-0.98:= ) > seccomp? ( sys-libs/libseccomp:= ) > systemd? ( sys-apps/systemd:= ) >@@ -86,10 +88,10 @@ src_prepare() { > src_configure() { > local myeconfargs=( > --enable-sandboxed-triggers >- --enable-xauth > --localstatedir="${EPREFIX}"/var > --with-system-bubblewrap > --with-system-dbus-proxy >+ $(use_enable X xauth) > $(use_enable doc documentation) > $(use_enable doc gtk-doc) > $(use_enable introspection)
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 832071
: 763635