euscan-ng/euscanwww/scripts/local-tree/etc/make.conf
Corentin Chary 57ed9251e8 euscan: add README, TODO and some scripts
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
2011-11-10 14:07:53 +01:00

20 lines
418 B
Plaintext

CFLAGS="-march=native -O2 -pipe"
CXXFLAGS="${CFLAGS}"
CHOST="x86_64-pc-linux-gnu"
USE=""
ACCEPT_LICENSE="*"
EUSCAN_ROOT="/path/to/euscan/local"
PORTDIR="${EUSCAN_ROOT}/usr/portage"
PORTDIR_OVERLAY="$PORTDIR"
FEATURES="$FEATURES -strict metadata-transfer"
## Add overlays here
# PORTDIR_OVERLAY="${EUSCAN_ROOT}/usr/local/portage $PORTDIR_OVERLAY"
## Or use layman
# source ${EUSCAN_ROOT}/var/lib/layman/make.conf