From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1242459-garchives=archives.gentoo.org@lists.gentoo.org>
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 C7E3F1382C5
	for <garchives@archives.gentoo.org>; Mon, 18 Jan 2021 00:30:44 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 04B4EE087C;
	Mon, 18 Jan 2021 00:30:44 +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 DFCC2E087C
	for <gentoo-commits@lists.gentoo.org>; Mon, 18 Jan 2021 00:30:43 +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 44A63335C32
	for <gentoo-commits@lists.gentoo.org>; Mon, 18 Jan 2021 00:30:42 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id BC9A192
	for <gentoo-commits@lists.gentoo.org>; Mon, 18 Jan 2021 00:30:40 +0000 (UTC)
From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org>
Message-ID: <1610929837.e46d114fc8b4a39b3adfba0f4c5a0f519e646a95.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/sparc/
X-VCS-Repository: repo/gentoo
X-VCS-Files: profiles/arch/sparc/package.use profiles/arch/sparc/package.use.stable.mask
X-VCS-Directories: profiles/arch/sparc/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: e46d114fc8b4a39b3adfba0f4c5a0f519e646a95
X-VCS-Branch: master
Date: Mon, 18 Jan 2021 00:30:40 +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: 90c1cf2a-add4-42fa-9691-6e47317f38b4
X-Archives-Hash: 7b917d699f6df5891af567038843f855

commit:     e46d114fc8b4a39b3adfba0f4c5a0f519e646a95
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 18 00:28:39 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 18 00:30:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e46d114f

profiles/arch/sparc: stable-mask net-proxy/privoxy[mbedtls]

net-libs/mbedtls isn't stable on sparc right now,
and it doesn't make sense to block stabilisation
for a security bug for a new dependency that's optional.

We also add a package.use entry to avoid REQUIRED_USE
conflicts for users on stable.

Bug: https://bugs.gentoo.org/758428
Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/arch/sparc/package.use             | 7 +++++++
 profiles/arch/sparc/package.use.stable.mask | 7 +++++++
 2 files changed, 14 insertions(+)

diff --git a/profiles/arch/sparc/package.use b/profiles/arch/sparc/package.use
index 4babc96027f..944a4104549 100644
--- a/profiles/arch/sparc/package.use
+++ b/profiles/arch/sparc/package.use
@@ -1,6 +1,13 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James <sam@gentoo.org> (2020-01-18)
+# net-libs/mbedtls is not stable on sparc
+# so, let's enable openssl to avoid
+# REQUIRED_USE default conflicts for users.
+# bug #758428
+net-proxy/privoxy openssl
+
 # Michał Górny <mgorny@gentoo.org> (2016-09-24)
 # Enable the GPU targets matching the default VIDEO_CARDS
 dev-ml/llvm-ocaml llvm_targets_AMDGPU

diff --git a/profiles/arch/sparc/package.use.stable.mask b/profiles/arch/sparc/package.use.stable.mask
index 092986b5bb3..f672af78d46 100644
--- a/profiles/arch/sparc/package.use.stable.mask
+++ b/profiles/arch/sparc/package.use.stable.mask
@@ -1,6 +1,13 @@
 # Copyright 2019-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James <sam@gentoo.org> (2020-01-18)
+# net-libs/mbedtls is not stable on sparc
+# see also: package.use entry to allow
+# installs for now (+openssl).
+# bug #758428
+net-proxy/privoxy mbedtls
+
 # Sam James <sam@gentoo.org> (2021-01-04)
 # Drags in qt which is not stable here
 # bug #763405