diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2008-11-14 15:43:49 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2008-11-14 15:43:49 +0000 |
commit | 710148acd58e0030b2eebdd3602cfba2b48cbccd (patch) | |
tree | 7c9ad5b4767123c6a25d7891e00754b62d3ae10a /profiles/features | |
parent | Version bump to 1.2.0 Bug #229293 (diff) | |
download | historical-710148acd58e0030b2eebdd3602cfba2b48cbccd.tar.gz historical-710148acd58e0030b2eebdd3602cfba2b48cbccd.tar.bz2 historical-710148acd58e0030b2eebdd3602cfba2b48cbccd.zip |
minor comment revision to be proper
Diffstat (limited to 'profiles/features')
-rw-r--r-- | profiles/features/64bit-native/make.defaults | 4 | ||||
-rw-r--r-- | profiles/features/ChangeLog | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/profiles/features/64bit-native/make.defaults b/profiles/features/64bit-native/make.defaults index 8c26a51d0685..de1ee948dd7f 100644 --- a/profiles/features/64bit-native/make.defaults +++ b/profiles/features/64bit-native/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/64bit-native/make.defaults,v 1.1 2008/04/01 17:41:07 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/features/64bit-native/make.defaults,v 1.2 2008/11/14 15:43:49 darkside Exp $ # We disable the symlink, since we won't be using it. SYMLINK_LIB="yes" @@ -8,6 +8,6 @@ SYMLINK_LIB="yes" USE="-gcc64" STAGE1_USE="nptl nptlonly unicode" -# Since we're doing a pure 64-bit, we want LIBDIR to be lib +# Since we're doing a pure 64-bit, we want LIBDIR to be lib64 LIBDIR_amd64="lib64" LIBDIR_ppc64="lib64" diff --git a/profiles/features/ChangeLog b/profiles/features/ChangeLog index 3a8d6248eee6..1e0750a77d28 100644 --- a/profiles/features/ChangeLog +++ b/profiles/features/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for Gentoo/AMD64 profile directory # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/ChangeLog,v 1.5 2008/07/24 18:35:50 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/features/ChangeLog,v 1.6 2008/11/14 15:43:48 darkside Exp $ + + 14 Nov 2008; Jeremy Olexa <darkside@gentoo.org> + 64bit-native/make.defaults: + minor comment revision to be proper 24 Jul 2008; Santiago M. Mola <coldwind@gentoo.org> 64bit-native/package.mask: |