mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 22:30:59 +02:00
profile: remove unused use_expand
This commit is contained in:
parent
1814c506d3
commit
3ae66e7c5e
4 changed files with 0 additions and 16 deletions
|
|
@ -6,8 +6,6 @@ FCFLAGS="${CFLAGS}"
|
|||
QEMU_SOFTMMU_TARGETS="arm aarch64 i386 x86_64"
|
||||
QEMU_USER_TARGETS="arm aarch64 i386 x86_64"
|
||||
|
||||
UNICORN_TARGETS="arm aarch64 x86"
|
||||
|
||||
#keystone target
|
||||
LLVM_TARGETS="X86"
|
||||
|
||||
|
|
|
|||
|
|
@ -8,8 +8,6 @@ USE="${USE} sse sse2 mmx cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_mmx
|
|||
QEMU_SOFTMMU_TARGETS="arm i386"
|
||||
QEMU_USER_TARGETS="arm i386"
|
||||
|
||||
UNICORN_TARGETS="arm aarch64 x86"
|
||||
|
||||
#keystone target
|
||||
LLVM_TARGETS="X86"
|
||||
|
||||
|
|
|
|||
|
|
@ -58,9 +58,6 @@ BINPKG_FORMAT="gpkg"
|
|||
BINPKG_COMPRESS="zstd"
|
||||
BINPKG_COMPRESS_FLAGS="-c -T0 -19"
|
||||
|
||||
# Env vars to expand into USE vars
|
||||
USE_EXPAND="${USE_EXPAND} COMPAT_DRIVERS_WIFI COMPAT_DRIVERS_ETHERNET COMPAT_DRIVERS_VARIOUS UNICORN_TARGETS"
|
||||
|
||||
#mgorny suggested this speeds up sync, in my testing it makes a rather large difference
|
||||
PORTAGE_RSYNC_EXTRA_OPTS="--omit-dir-times"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,3 @@
|
|||
# Copyright 2004-2018 Gentoo Foundation.
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
# This will help developers track packages, that don't respect LDFLAGS, down
|
||||
# more effectively
|
||||
LDFLAGS="${LDFLAGS} -Wl,--defsym=__gentoo_check_ldflags__=0"
|
||||
|
|
@ -29,10 +25,5 @@ XFCE_PLUGINS="${XFCE_PLUGINS} brightness menu logout trash"
|
|||
|
||||
USE="${USE} xinerama"
|
||||
|
||||
#GRUB_PLATFORMS="coreboot efi-32 efi-64 emu multiboot pc qemu"
|
||||
|
||||
# Env vars to expand into USE vars
|
||||
USE_EXPAND="${USE_EXPAND} COMPAT_DRIVERS_WIFI COMPAT_DRIVERS_ETHERNET COMPAT_DRIVERS_VARIOUS UNICORN_TARGETS"
|
||||
|
||||
#mgorny suggested this speeds up sync, in my testing it makes a rather large difference
|
||||
PORTAGE_RSYNC_EXTRA_OPTS="--omit-dir-times"
|
||||
|
|
|
|||
Loading…
Reference in a new issue