From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 06A8513829C for ; Sat, 4 Jun 2016 20:57:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A18F254020; Sat, 4 Jun 2016 20:56:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 44B00254020 for ; Sat, 4 Jun 2016 20:56:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B80B7340B54 for ; Sat, 4 Jun 2016 20:56:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38174972 for ; Sat, 4 Jun 2016 20:56:53 +0000 (UTC) From: "Amadeusz Piotr Żołnowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amadeusz Piotr Żołnowski" Message-ID: <1465073500.7213d27cbf42cf5c2851ef9addfa9b34f5fbf28b.aidecoe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/firejail/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/firejail/firejail-0.9.40-r1.ebuild sys-apps/firejail/firejail-0.9.40-r2.ebuild X-VCS-Directories: sys-apps/firejail/ X-VCS-Committer: aidecoe X-VCS-Committer-Name: Amadeusz Piotr Żołnowski X-VCS-Revision: 7213d27cbf42cf5c2851ef9addfa9b34f5fbf28b X-VCS-Branch: master Date: Sat, 4 Jun 2016 20:56:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6ee9a675-9c79-4b73-94ca-b50ce8cf9996 X-Archives-Hash: c4232bc38cbe6b8139940ff943969928 commit: 7213d27cbf42cf5c2851ef9addfa9b34f5fbf28b Author: Amadeusz Żołnowski gentoo org> AuthorDate: Sat Jun 4 20:51:04 2016 +0000 Commit: Amadeusz Piotr Żołnowski gentoo org> CommitDate: Sat Jun 4 20:51:40 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7213d27c sys-apps/firejail: Correct deps for X11 It requires xpra both server and client. Package-Manager: portage-2.3.0_rc1 .../firejail/{firejail-0.9.40-r1.ebuild => firejail-0.9.40-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/firejail/firejail-0.9.40-r1.ebuild b/sys-apps/firejail/firejail-0.9.40-r2.ebuild similarity index 95% rename from sys-apps/firejail/firejail-0.9.40-r1.ebuild rename to sys-apps/firejail/firejail-0.9.40-r2.ebuild index 778ced4..b70f436 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 )