Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/
Date: Thu, 05 Apr 2018 14:16:11
Message-Id: 1522937748.4ff459c8ab5574a5bfcfc8c52536498c52b1c46b.grknight@gentoo
1 commit: 4ff459c8ab5574a5bfcfc8c52536498c52b1c46b
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 5 14:13:31 2018 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 5 14:15:48 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ff459c8
7
8 profiles: Remove version restrictions on mariadb/mysql/percona-server
9
10 client-libs USE is a transition mechanism which should not be enabled
11 where it exists
12
13 profiles/base/package.use.mask | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
17 index fa48663d0ae..c8451e2ab5b 100644
18 --- a/profiles/base/package.use.mask
19 +++ b/profiles/base/package.use.mask
20 @@ -79,9 +79,9 @@ app-admin/testdisk ewf
21
22 # Brian Evans <grknight@g.o> (28 Feb 2018)
23 # Mask client-libs USE to force users to install alternative standard pacakges
24 ->=dev-db/mariadb-10.2.13 client-libs
25 ->=dev-db/mysql-5.7 client-libs
26 ->=dev-db/percona-server-5.7 client-libs
27 +dev-db/mariadb client-libs
28 +dev-db/mysql client-libs
29 +dev-db/percona-server client-libs
30
31 # Andreas Sturmlechner <asturm@g.o> (25 Feb 2018)
32 # Depends on obsolete media-libs/phonon[qt4]