diff options
author | Daniel Goller <morfic@gentoo.org> | 2004-08-27 21:35:45 +0000 |
---|---|---|
committer | Daniel Goller <morfic@gentoo.org> | 2004-08-27 21:35:45 +0000 |
commit | 0a94228d1cabed0a9fd2703cc4a329e12d3e53f2 (patch) | |
tree | 5d6683f510ef13892ae7beb64f29903f2767edd0 /profiles | |
parent | remove apache2 USE-flag. See bug 61893 (Manifest recommit) (diff) | |
download | gentoo-2-0a94228d1cabed0a9fd2703cc4a329e12d3e53f2.tar.gz gentoo-2-0a94228d1cabed0a9fd2703cc4a329e12d3e53f2.tar.bz2 gentoo-2-0a94228d1cabed0a9fd2703cc4a329e12d3e53f2.zip |
use.defaults was missing mysql, unlike the flat profile
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/x86/2004.2/use.defaults | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/profiles/default-linux/x86/2004.2/use.defaults b/profiles/default-linux/x86/2004.2/use.defaults index 68f6b944d7cf..0f76ef08ffe8 100644 --- a/profiles/default-linux/x86/2004.2/use.defaults +++ b/profiles/default-linux/x86/2004.2/use.defaults @@ -1,6 +1,6 @@ # Copyright 2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/2004.2/use.defaults,v 1.2 2004/08/13 20:59:43 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/2004.2/use.defaults,v 1.3 2004/08/27 21:35:45 morfic Exp $ # Use this file to override specific mappings indicating which package # satisfies a particular USE flag. The base profile (in @@ -11,3 +11,5 @@ # grandparent, and so on up to the base profile). However, mappings that # are present in the parents can be overridden in this file. bitmap-fonts +mysql dev-db/mysql + |