From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1715186-garchives=archives.gentoo.org@lists.gentoo.org> Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3A0C6158B20 for <garchives@archives.gentoo.org>; Thu, 06 Feb 2025 03:46:33 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 1E60334069F for <garchives@archives.gentoo.org>; Thu, 06 Feb 2025 03:46:33 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 225751103CB; Thu, 06 Feb 2025 03:46:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 17D811103CB for <gentoo-commits@lists.gentoo.org>; Thu, 06 Feb 2025 03:46:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C5733340C7B for <gentoo-commits@lists.gentoo.org>; Thu, 06 Feb 2025 03:46:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E45CF1ABE for <gentoo-commits@lists.gentoo.org>; Thu, 06 Feb 2025 03:46:29 +0000 (UTC) From: "Zac Medico" <zmedico@gentoo.org> 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" <zmedico@gentoo.org> Message-ID: <1738813584.996581869d6521354286810912ab696d49c2653a.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.16.0.ebuild X-VCS-Directories: sys-apps/flatpak/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 996581869d6521354286810912ab696d49c2653a X-VCS-Branch: master Date: Thu, 06 Feb 2025 03:46:29 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 839a95b6-3287-431a-9546-92d02d901ee1 X-Archives-Hash: 5c4677c99db3516d5e44fb3282f80211 commit: 996581869d6521354286810912ab696d49c2653a Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Thu Feb 6 03:40:53 2025 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Thu Feb 6 03:46:24 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99658186 sys-apps/flatpak: Remove broken selinux USE Closes: https://bugs.gentoo.org/949353 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> sys-apps/flatpak/flatpak-1.16.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys-apps/flatpak/flatpak-1.16.0.ebuild b/sys-apps/flatpak/flatpak-1.16.0.ebuild index 2d43dea81a84..dfd50f8e2205 100644 --- a/sys-apps/flatpak/flatpak-1.16.0.ebuild +++ b/sys-apps/flatpak/flatpak-1.16.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.xz" LICENSE="LGPL-2.1+" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" -IUSE="doc introspection seccomp selinux systemd X" +IUSE="doc introspection seccomp systemd X" RESTRICT="test" RDEPEND=" @@ -90,7 +90,6 @@ src_configure() { -Dsystem_dbus_proxy=xdg-dbus-proxy -Dtmpfilesdir=/usr/lib/tmpfiles.d $(meson_feature introspection gir) - $(meson_feature selinux selinux_module) $(meson_feature X xauth) $(meson_feature doc docbook_docs) $(meson_feature seccomp seccomp)