diff options
Diffstat (limited to 'profiles/arch/x86-fbsd/make.defaults')
-rw-r--r-- | profiles/arch/x86-fbsd/make.defaults | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/profiles/arch/x86-fbsd/make.defaults b/profiles/arch/x86-fbsd/make.defaults index 85fb647de9b4..e801595ce688 100644 --- a/profiles/arch/x86-fbsd/make.defaults +++ b/profiles/arch/x86-fbsd/make.defaults @@ -10,7 +10,7 @@ FCFLAGS="${CFLAGS}" ACCEPT_KEYWORDS="x86-fbsd ~x86-fbsd" -# Michał Górny <mgorny@gentoo.org> (20 Jun 2014) +# Michał Górny <mgorny@gentoo.org> (2014-06-20) # Provide values for ABI-related variables that are compatible with # multilib amd64, to make consistent ebuild writing easier. MULTILIB_ABIS="x86_fbsd" @@ -23,11 +23,11 @@ VIDEO_CARDS="dummy intel mga nv r128 radeon siliconmotion via vmware" # Unhide the CPU_FLAGS_X86 USE_EXPANDs. USE_EXPAND_HIDDEN="-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_32 for packages that don't have it forced. ABI_X86="32" -# 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_32" |