blob: 85a36ad05fbdc6f736e83d44b8fd7db15b89e8f6 (
plain)
1
2
3
4
5
6
7
8
9
|
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
MULTILIB_ABIS="amd64"
# Michał Górny <mgorny@gentoo.org> (26 Jan 2013)
# Hide the ABI_X86 USE_EXPAND back for non-multilib profile.
USE_EXPAND_HIDDEN="ABI_X86"
|