diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2006-06-11 02:38:38 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2006-06-11 02:38:38 +0000 |
commit | 3de58bb79683ef9bc1e49e10a00b27734602d924 (patch) | |
tree | 1d4c922ba6cfe9e1ecfd9533e3a609d915bc22bf /profiles/default-linux/amd64 | |
parent | Fixed (again) to compile properly on amd64 with eselect-compiler. Closes bug ... (diff) | |
download | gentoo-2-3de58bb79683ef9bc1e49e10a00b27734602d924.tar.gz gentoo-2-3de58bb79683ef9bc1e49e10a00b27734602d924.tar.bz2 gentoo-2-3de58bb79683ef9bc1e49e10a00b27734602d924.zip |
Added 'unicode' 2006.1 profile's USE to sync with STAGE1_USE.
Diffstat (limited to 'profiles/default-linux/amd64')
-rw-r--r-- | profiles/default-linux/amd64/2006.1/make.defaults | 4 | ||||
-rw-r--r-- | profiles/default-linux/amd64/ChangeLog | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/profiles/default-linux/amd64/2006.1/make.defaults b/profiles/default-linux/amd64/2006.1/make.defaults index c061835c91a8..8f18fef15350 100644 --- a/profiles/default-linux/amd64/2006.1/make.defaults +++ b/profiles/default-linux/amd64/2006.1/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2006.1/make.defaults,v 1.1 2006/06/09 15:12:46 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2006.1/make.defaults,v 1.2 2006/06/11 02:38:38 kugelfang Exp $ ABI=amd64 @@ -11,7 +11,7 @@ STAGE1_USE="nptl nptlonly unicode" # General 2006.1 profile settings # These USE flags are what is common between the various sub-profiles. -USE="cups gdbm gpm libg++ nptl nptlonly udev" +USE="cups gdbm gpm libg++ nptl nptlonly udev unicode" # Possibly removed in the future. USE="${USE} foomaticdb" # Possibly added in the future diff --git a/profiles/default-linux/amd64/ChangeLog b/profiles/default-linux/amd64/ChangeLog index e8f03f7974d9..a69882026bb4 100644 --- a/profiles/default-linux/amd64/ChangeLog +++ b/profiles/default-linux/amd64/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for Gentoo/AMD64 profile directory # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/ChangeLog,v 1.1 2006/06/09 15:12:46 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/ChangeLog,v 1.2 2006/06/11 02:38:37 kugelfang Exp $ + + 11 Jun 2006; Danny van Dyk <kugelfang@gentoo.org> 2006.1/make.defaults: + Added 'unicode' 2006.1 profile's USE to sync with STAGE1_USE. *2006.1 |