blob: f8433cd75e77b7676518469273cd469ff73c2a5b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
#Note: this is Gentoo Prefix specific! (2008-07-13, darkside)
# The base profile sets ACCEPT_KEYWORDS=amd64, add unstable on top of
# that, and retain historical Prefix-only amd64-linux keyword for a
# transition period, bug #473598.
ACCEPT_KEYWORDS="~amd64 ~amd64-linux"
# We don't have lib64 or multilib in prefix, but single ABI, so remove it here.
SYMLINK_LIB=""
LIBDIR_amd64="lib"
|