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 0F3C31381F1 for ; Mon, 5 Mar 2018 14:00:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CFDDE091B; Mon, 5 Mar 2018 13:59:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 496C8E091B for ; Mon, 5 Mar 2018 13:59:59 +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 5A15C335C0C for ; Mon, 5 Mar 2018 13:59:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC48078 for ; Mon, 5 Mar 2018 13:59:56 +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: <1520258387.bc39fc5dc848a59abdeff944d721bd7f22d42ac5.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: bc39fc5dc848a59abdeff944d721bd7f22d42ac5 X-VCS-Branch: master Date: Mon, 5 Mar 2018 13:59:56 +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: ec074123-00b3-4a30-9485-af595aae6c34 X-Archives-Hash: 9c5a1611c298c67ec0b7ba2d126fb842 commit: bc39fc5dc848a59abdeff944d721bd7f22d42ac5 Author: Brian Evans gentoo org> AuthorDate: Mon Mar 5 13:58:02 2018 +0000 Commit: Brian Evans gentoo org> CommitDate: Mon Mar 5 13:59:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc39fc5d profiles: base/package.use.mask - Add virtual/mysql[embedded] This will ease with transition as the USE flag is obsolete on some providers. profiles/base/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 208374f8c6d..8093ac3e0e0 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -7,6 +7,10 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Brian Evans (5 Mar 2018) +# Mask embedded USE on virtual/mysql to transition it to be obsolete +>=virtual/mysql-5.6-r11 embedded + # Brian Evans (28 Feb 2018) # Mask client-libs USE to force users to install alternative standard pacakges >=dev-db/mariadb-10.3 client-libs