diff options
Diffstat (limited to 'profiles/arch/amd64-fbsd/make.defaults')
-rw-r--r-- | profiles/arch/amd64-fbsd/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/arch/amd64-fbsd/make.defaults b/profiles/arch/amd64-fbsd/make.defaults index f512d12af10d..be0830e56871 100644 --- a/profiles/arch/amd64-fbsd/make.defaults +++ b/profiles/arch/amd64-fbsd/make.defaults @@ -35,11 +35,11 @@ SYMLINK_LIB="no" # Unhide the x86-specific USE_EXPANDs. USE_EXPAND_HIDDEN="-ABI_X86 -CPU_FLAGS_X86" -# Michał Górny <mgorny@gentoo.org> (01 Jul 2014) +# Michał Górny <mgorny@gentoo.org> (2014-07-01) # Default to abi_x86_64 for packages that don't have it forced. ABI_X86="64" -# Michał Górny <mgorny@gentoo.org> (01 Jul 2014) +# Michał Górny <mgorny@gentoo.org> (2014-07-01) # Make the native ABI implicit so that MULTILIB_USEDEP can be satisfied # by non-multilib ebuilds when non-native ABIs are disabled. IUSE_IMPLICIT="abi_x86_64" |