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 C3F1A138359 for ; Mon, 5 Oct 2020 17:29:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4670E095C; Mon, 5 Oct 2020 17:29:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 BEF0DE095C for ; Mon, 5 Oct 2020 17:29:44 +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 713DF340A6A for ; Mon, 5 Oct 2020 17:29:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E7A4334 for ; Mon, 5 Oct 2020 17:29:42 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1601918835.18836c5a8c121856c741eec65b66c8891e371ce8.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86/, profiles/arch/amd64/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/amd64/package.use.stable.mask profiles/arch/x86/package.use.stable.mask X-VCS-Directories: profiles/arch/x86/ profiles/arch/amd64/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 18836c5a8c121856c741eec65b66c8891e371ce8 X-VCS-Branch: master Date: Mon, 5 Oct 2020 17:29:42 +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: 7ddfe43d-2c39-4bd1-9d10-4fa553a23576 X-Archives-Hash: 8d2300cee64b7806be9a0d1525d417f4 commit: 18836c5a8c121856c741eec65b66c8891e371ce8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Oct 5 17:27:15 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Oct 5 17:27:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18836c5a profiles: amd64/x86: Stable-mask app-office/libreoffice[base] Signed-off-by: Andreas Sturmlechner gentoo.org> profiles/arch/amd64/package.use.stable.mask | 4 ++++ profiles/arch/x86/package.use.stable.mask | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/profiles/arch/amd64/package.use.stable.mask b/profiles/arch/amd64/package.use.stable.mask index 606e9f50aa8..342d8e5fc66 100644 --- a/profiles/arch/amd64/package.use.stable.mask +++ b/profiles/arch/amd64/package.use.stable.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Andreas Sturmlechner (2020-10-05) +# REQUIRED_USE="base? ( firebird )", dev-db/firebird is not stable +app-office/libreoffice base + # Thomas Deutschmann (2020-10-02) # media-video/pipewire not yet stabilized and without # sys-apps/xdg-desktop-portal-gtk not useable at all diff --git a/profiles/arch/x86/package.use.stable.mask b/profiles/arch/x86/package.use.stable.mask index d808ed1bddd..eaa31aa330b 100644 --- a/profiles/arch/x86/package.use.stable.mask +++ b/profiles/arch/x86/package.use.stable.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Andreas Sturmlechner (2020-10-05) +# REQUIRED_USE="base? ( firebird )", dev-db/firebird is not stable +app-office/libreoffice base + # Thomas Deutschmann (2020-10-02) # media-video/pipewire not yet stabilized and without # sys-apps/xdg-desktop-portal-gtk not useable at all