diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-11-11 09:46:25 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-11-11 09:50:10 +0200 |
commit | d59ba4223ac51372409cab7a5ea29e1ca3dc2ea5 (patch) | |
tree | 4b8d612cfa823fe80d464ebb79b38f990db346e7 /sys-apps/firejail | |
parent | sys-apps/firejail: Version bump for CVEs, fixes, add proxy maintainer (diff) | |
download | gentoo-d59ba4223ac51372409cab7a5ea29e1ca3dc2ea5.tar.gz gentoo-d59ba4223ac51372409cab7a5ea29e1ca3dc2ea5.tar.bz2 gentoo-d59ba4223ac51372409cab7a5ea29e1ca3dc2ea5.zip |
sys-apps/firejail: rename 'x11' USE to more globally matched 'X'
- only applied to latest ebuild since previous will get security-cleaned.
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-apps/firejail')
-rw-r--r-- | sys-apps/firejail/firejail-0.9.64.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/firejail/firejail-0.9.64.ebuild b/sys-apps/firejail/firejail-0.9.64.ebuild index 6ea950467c5a..c206f2730df1 100644 --- a/sys-apps/firejail/firejail-0.9.64.ebuild +++ b/sys-apps/firejail/firejail-0.9.64.ebuild @@ -21,7 +21,7 @@ HOMEPAGE="https://firejail.wordpress.com/" LICENSE="GPL-2" SLOT="0" -IUSE="apparmor +chroot contrib +dbusproxy +file-transfer +globalcfg +network +overlayfs +private-home +suid test +userns +whitelist x11" +IUSE="X apparmor +chroot contrib +dbusproxy +file-transfer +globalcfg +network +overlayfs +private-home +suid test +userns +whitelist" RESTRICT="!test? ( test )" RDEPEND="apparmor? ( sys-libs/libapparmor ) @@ -64,7 +64,7 @@ src_configure() { $(use_enable suid) \ $(use_enable userns) \ $(use_enable whitelist) \ - $(use_enable x11) + $(use_enable X x11) } src_compile() { |