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 EF30D1382C5 for ; Wed, 28 Feb 2018 16:24:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25F39E0876; Wed, 28 Feb 2018 16:24:41 +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 EECEEE0878 for ; Wed, 28 Feb 2018 16:24:40 +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 9EAB9335C38 for ; Wed, 28 Feb 2018 16:24:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FF2F21D for ; Wed, 28 Feb 2018 16:24:37 +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: <1519835061.91a40d40c493c2c209f9f91f3909f4164d69b08f.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: 91a40d40c493c2c209f9f91f3909f4164d69b08f X-VCS-Branch: master Date: Wed, 28 Feb 2018 16:24:37 +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: 931481ce-384e-4192-a68d-741d2491ab45 X-Archives-Hash: 94a96d4cd45b90e3ff63c14b231f4568 commit: 91a40d40c493c2c209f9f91f3909f4164d69b08f Author: Brian Evans gentoo org> AuthorDate: Wed Feb 28 15:54:42 2018 +0000 Commit: Brian Evans gentoo org> CommitDate: Wed Feb 28 16:24:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91a40d40 base/package.use.mask: Mask client-libs USE on mysql/mariadb We want to force users into *not* installing the client libraries from the server packages and instead use the C connectors. This is a transition mask while it is tested, vetted and package dependencies changed profiles/base/package.use.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index c498bf2cbd9..36673af7049 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -7,6 +7,12 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Brian Evans (28 Feb 2018) +# Mask client-libs USE to force users to install alternative standard pacakges +dev-db/mariadb client-libs +dev-db/mysql client-libs +dev-db/percona-server client-libs + # Andreas Sturmlechner (25 Feb 2018) # Depends on obsolete media-libs/phonon[qt4] dev-qt/designer:4 phonon