From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D7BB6138359 for ; Sun, 18 Oct 2020 07:49:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28506E0991; Sun, 18 Oct 2020 07:49:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0D597E0991 for ; Sun, 18 Oct 2020 07:49:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A7A62340FD4 for ; Sun, 18 Oct 2020 07:49:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1880639F for ; Sun, 18 Oct 2020 07:49:13 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1603007316.cf192790517055f9f8091c84f022fc7373235af7.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/flatpak/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/flatpak/flatpak-1.8.2.ebuild X-VCS-Directories: sys-apps/flatpak/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: cf192790517055f9f8091c84f022fc7373235af7 X-VCS-Branch: master Date: Sun, 18 Oct 2020 07:49:13 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f3638680-1eae-44ef-bf0f-3ffc0a7c9c3c X-Archives-Hash: bd29eef73dfc24f0a8c9d7a8d17c1441 commit: cf192790517055f9f8091c84f022fc7373235af7 Author: Zac Medico gentoo org> AuthorDate: Sun Oct 18 07:46:55 2020 +0000 Commit: Zac Medico gentoo org> CommitDate: Sun Oct 18 07:48:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf192790 sys-apps/flatpak: Add slot operator deps Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Zac Medico gentoo.org> sys-apps/flatpak/flatpak-1.8.2.ebuild | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/sys-apps/flatpak/flatpak-1.8.2.ebuild b/sys-apps/flatpak/flatpak-1.8.2.ebuild index 9ea24558168..680d9149bd3 100644 --- a/sys-apps/flatpak/flatpak-1.8.2.ebuild +++ b/sys-apps/flatpak/flatpak-1.8.2.ebuild @@ -18,30 +18,31 @@ IUSE="doc gtk kde introspection policykit seccomp systemd" RDEPEND=" acct-group/flatpak acct-user/flatpak - >=app-arch/libarchive-2.8 - app-arch/zstd - >=app-crypt/gpgme-1.1.8 - >=dev-libs/appstream-glib-0.5.10 - >=dev-libs/glib-2.56:2 - >=dev-libs/libxml2-2.4 - dev-libs/json-glib - >=dev-util/ostree-2019.5[gpg(+)] + >=app-arch/libarchive-2.8:= + app-arch/zstd:= + >=app-crypt/gpgme-1.1.8:= + >=dev-libs/appstream-glib-0.5.10:= + >=dev-libs/glib-2.56:2= + >=dev-libs/libxml2-2.4:= + dev-libs/json-glib:= + dev-libs/libassuan:= + >=dev-util/ostree-2019.5:=[gpg(+)] || ( dev-util/ostree[curl] dev-util/ostree[soup] ) - >=gnome-base/dconf-0.26 - >=net-libs/libsoup-2.4 + >=gnome-base/dconf-0.26:= + >=net-libs/libsoup-2.4:= sys-apps/bubblewrap sys-apps/dbus - >=sys-fs/fuse-2.9.9:0 + >=sys-fs/fuse-2.9.9:0= sys-apps/xdg-dbus-proxy x11-apps/xauth - x11-libs/gdk-pixbuf:2 - x11-libs/libXau - policykit? ( >=sys-auth/polkit-0.98 ) - seccomp? ( sys-libs/libseccomp ) - systemd? ( sys-apps/systemd ) + x11-libs/gdk-pixbuf:2= + x11-libs/libXau:= + policykit? ( >=sys-auth/polkit-0.98:= ) + seccomp? ( sys-libs/libseccomp:= ) + systemd? ( sys-apps/systemd:= ) " DEPEND="${RDEPEND}"