mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-27 14:07:33 +00:00
Prefix on Linux, either standalone or RAP will now share the keywords with regular Gentoo Linux (as RAP already did). The Prefix standalone profiles are not exposed at the moment in order to avoid users to switch to it. Closes: https://bugs.gentoo.org/473598 Closes: https://bugs.gentoo.org/720224 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
12 lines
425 B
Text
12 lines
425 B
Text
# Copyright 1999-2025 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 to stay in line with the rest of Prefix
|
|
ACCEPT_KEYWORDS="~amd64"
|
|
|
|
# We don't have lib64 or multilib in prefix, but single ABI, so remove it here.
|
|
SYMLINK_LIB=""
|
|
LIBDIR_amd64="lib"
|