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 5B87B138359 for ; Sun, 18 Oct 2020 19:28:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB214E0A95; Sun, 18 Oct 2020 19:28:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A52D8E0A95 for ; Sun, 18 Oct 2020 19:28:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 246C8341043 for ; Sun, 18 Oct 2020 19:28:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4745366 for ; Sun, 18 Oct 2020 19:28:32 +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: <1603049308.d3f89d55e36df2b872e66351d88cc9c07b046f3b.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: d3f89d55e36df2b872e66351d88cc9c07b046f3b X-VCS-Branch: master Date: Sun, 18 Oct 2020 19:28:32 +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: 5ab86660-0e82-4ebc-89a4-37c2ab610c54 X-Archives-Hash: 41f2081a18b14f4df6860f6db7dc66b8 commit: d3f89d55e36df2b872e66351d88cc9c07b046f3b Author: Zac Medico gentoo org> AuthorDate: Sun Oct 18 19:21:29 2020 +0000 Commit: Zac Medico gentoo org> CommitDate: Sun Oct 18 19:28:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3f89d55 sys-apps/flatpak: RESTRICT=test Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Zac Medico gentoo.org> sys-apps/flatpak/flatpak-1.8.2.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sys-apps/flatpak/flatpak-1.8.2.ebuild b/sys-apps/flatpak/flatpak-1.8.2.ebuild index 680d9149bd3..2e97632bb5a 100644 --- a/sys-apps/flatpak/flatpak-1.8.2.ebuild +++ b/sys-apps/flatpak/flatpak-1.8.2.ebuild @@ -14,6 +14,7 @@ LICENSE="LGPL-2.1+" SLOT="0" KEYWORDS="~amd64" IUSE="doc gtk kde introspection policykit seccomp systemd" +RESTRICT+=" test" RDEPEND=" acct-group/flatpak @@ -75,6 +76,12 @@ pkg_setup() { python-any-r1_pkg_setup } +src_prepare() { + default + # This line fails because locales are in /usr/lib/locale/locale-archive. + sed -i 's:^cp -r /usr/lib/locale/C.*:#\0:' tests/make-test-runtime.sh || die +} + src_configure() { local myeconfargs=( --enable-sandboxed-triggers