sys-apps/flatpak: RESTRICT test until fixed

add kde flag, seems to be working

Bug: https://bugs.gentoo.org/721906
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-05-11 11:47:17 +02:00
parent 2d3699f4f4
commit 3d6747dab6

View File

@@ -12,7 +12,10 @@ HOMEPAGE="http://flatpak.org/"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64"
IUSE="doc gnome gtk introspection policykit seccomp"
IUSE="doc gnome gtk introspection kde policykit seccomp"
# restrict until fixed. Bug: 721906
RESTRICT="test"
# FIXME: systemd is automagic dep.
RDEPEND="
@@ -55,6 +58,7 @@ PDEPEND="
sys-apps/xdg-desktop-portal-gtk )
gnome? ( >=sys-apps/xdg-desktop-portal-0.10
sys-apps/xdg-desktop-portal-gtk )
kde? ( kde-plasma/xdg-desktop-portal-kde )
"
pkg_setup() {