commit: d59ba4223ac51372409cab7a5ea29e1ca3dc2ea5 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Wed Nov 11 07:46:25 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Wed Nov 11 07:50:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d59ba422
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 <AT> gentoo.org> sys-apps/firejail/firejail-0.9.64.ebuild | 4 ++-- 1 file 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 6ea950467c5..c206f2730df 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() {
