diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-08-09 14:16:37 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-08-09 14:16:37 +0000 |
commit | fc9b83b8ff639471a712a7a83376dc80da467579 (patch) | |
tree | 0cf842e3a12dd2b71443bcebc77dbf53cad36784 /profiles | |
parent | Remove EOL fbsd 8.2 and 9.0 profiles (diff) | |
download | gentoo-2-fc9b83b8ff639471a712a7a83376dc80da467579.tar.gz gentoo-2-fc9b83b8ff639471a712a7a83376dc80da467579.tar.bz2 gentoo-2-fc9b83b8ff639471a712a7a83376dc80da467579.zip |
force abi_x86_32 on the rest of system packages too
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64-fbsd/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/arch/amd64-fbsd/package.use.force | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/profiles/arch/amd64-fbsd/ChangeLog b/profiles/arch/amd64-fbsd/ChangeLog index 7153da23566f..f994967716aa 100644 --- a/profiles/arch/amd64-fbsd/ChangeLog +++ b/profiles/arch/amd64-fbsd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for Gentoo/x86-fbsd profile directory # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/ChangeLog,v 1.41 2013/08/09 13:33:44 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/ChangeLog,v 1.42 2013/08/09 14:16:37 aballier Exp $ + + 09 Aug 2013; Alexis Ballier <aballier@gentoo.org> package.use.force: + force abi_x86_32 on the rest of system packages too 09 Aug 2013; Alexis Ballier <aballier@gentoo.org> +package.use.force: force abi_x86_32 on fbsd-lib, in preparation for migrating it to the multilib diff --git a/profiles/arch/amd64-fbsd/package.use.force b/profiles/arch/amd64-fbsd/package.use.force index 9105ded1a87a..f0af6afad5d1 100644 --- a/profiles/arch/amd64-fbsd/package.use.force +++ b/profiles/arch/amd64-fbsd/package.use.force @@ -1,2 +1,4 @@ -# Multilib flag for the libc +# Multilib flag for the system is forced sys-freebsd/freebsd-lib abi_x86_32 +sys-freebsd/freebsd-ubin abi_x86_32 +sys-freebsd/freebsd-libexec abi_x86_32 |