summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmadeusz Żołnowski <aidecoe@gentoo.org>2016-06-04 21:51:04 +0100
committerAmadeusz Żołnowski <aidecoe@gentoo.org>2016-06-04 21:51:40 +0100
commit7213d27cbf42cf5c2851ef9addfa9b34f5fbf28b (patch)
treedd08a8deaba7fc5a94ff95e25cefbc7a6c622076 /sys-apps/firejail
parentdev-lang/perl: Install Perl's .packlist as well (diff)
downloadgentoo-7213d27cbf42cf5c2851ef9addfa9b34f5fbf28b.tar.gz
gentoo-7213d27cbf42cf5c2851ef9addfa9b34f5fbf28b.tar.bz2
gentoo-7213d27cbf42cf5c2851ef9addfa9b34f5fbf28b.zip
sys-apps/firejail: Correct deps for X11
It requires xpra both server and client. Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'sys-apps/firejail')
-rw-r--r--sys-apps/firejail/firejail-0.9.40-r2.ebuild (renamed from sys-apps/firejail/firejail-0.9.40-r1.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/firejail/firejail-0.9.40-r1.ebuild b/sys-apps/firejail/firejail-0.9.40-r2.ebuild
index 778ced4a2038..b70f436ab9ea 100644
--- a/sys-apps/firejail/firejail-0.9.40-r1.ebuild
+++ b/sys-apps/firejail/firejail-0.9.40-r2.ebuild
@@ -16,7 +16,7 @@ KEYWORDS="~amd64"
IUSE="+bind +chroot +file-transfer +network network-restricted +seccomp
+userns x11"
-RDEPEND="x11? ( x11-wm/xpra )"
+RDEPEND="x11? ( x11-wm/xpra[client,server] )"
PATCHES=( "${FILESDIR}"/${P}-sysmacros.patch )