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 0744A1382C5 for ; Tue, 15 May 2018 16:23:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED6C8E088B; Tue, 15 May 2018 16:23:14 +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 CB056E088B for ; Tue, 15 May 2018 16:23:14 +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 698AF335C7D for ; Tue, 15 May 2018 16:23:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A4BB42 for ; Tue, 15 May 2018 16:23:11 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1526401292.b94818fec07f55cdb7fe0476ae67417a9aec4c75.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.mask X-VCS-Directories: profiles/base/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: b94818fec07f55cdb7fe0476ae67417a9aec4c75 X-VCS-Branch: master Date: Tue, 15 May 2018 16:23:11 +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-Archives-Salt: a5af19ef-00ce-43f7-8fa8-69e0554e07a5 X-Archives-Hash: 2f7c892c1e9f5ba3f3c16b699f396a7d commit: b94818fec07f55cdb7fe0476ae67417a9aec4c75 Author: Brian Evans gentoo org> AuthorDate: Tue May 15 16:21:32 2018 +0000 Commit: Brian Evans gentoo org> CommitDate: Tue May 15 16:21:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b94818fe profiles: package.use.mask include consumers of virtual/mysql[embedded] The embedded server of MySQL and friends is going away. Mask the USE flag further so that users do not hit errors. profiles/base/package.use.mask | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 150819c6222..dae1460e5fe 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -74,8 +74,13 @@ app-admin/testdisk ewf >=sys-cluster/ceph-12.2.4 system-boost # Brian Evans (5 Mar 2018) -# Mask embedded USE on virtual/mysql to transition it to be obsolete ->=virtual/mysql-5.6-r11 embedded +# Mask embedded USE on virtual/mysql and friends to transition it to be obsolete +virtual/mysql embedded +dev-db/mariadb embedded +dev-db/mariadb-galera embedded +dev-db/mysql embedded +dev-db/mysql-cluster embedded +dev-perl/DBD-mysql embedded # Brian Evans (28 Feb 2018) # Mask client-libs USE to force users to install alternative standard pacakges