Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Compiler Flags
- COMMON_FLAGS="-march=native -mtune=native -O2 -pipe"
- CFLAGS="${COMMON_FLAGS}"
- CXXFLAGS="${COMMON_FLAGS}"
- FCFLAGS="${COMMON_FLAGS}"
- FFLAGS="${COMMON_FLAGS}"
- LC_MESSAGES=C.utf8
- # Threads
- MAKEOPTS="-j2 -l2"
- # Emerge options
- EMERGE_DEFAULT_OPTS="--jobs=2 --load-average=2 --with-bdeps=y"
- # Use flags {{{
- DISABLED = "-dhclient -dhcpcd -gnome -kde -plasma -qt5 -qt6 -quicktime -systemd"
- NETWORK = "networkmanager"
- SYSTEM = "dbus elogind policykit"
- DESKTOP = "X wayland"
- PICTURES = ""
- SOUND = "pulseaudio"
- VIDEO = ""
- FONTS = ""
- # }}}
- USE="${DISABLED} ${NETWORK} ${SYSTEM} ${DESKTOP} ${PICTURES} ${SOUND} ${VIDEO} ${FONTS}"
- # Use the stable branch
- ACCEPT_KEYWORDS="amd64"
- # License
- ACCEPT_LICENSE="-* @BINARY-REDISTRIBUTABLE"
- # Grub
- GRUB_PLATFORMS="efi-64"
- # Video card
- VIDEO_CARDS="intel i915"
- # System flags
- INPUT_DEVICES="libinput"
- # Sound
- ALSA_CARDS="hda-intel"
- # Language
- LINGUAS="de"
- L10N="de"
- # Mirrors
- GENTOO_MIRRORS="https://mirror.eu.oneandone.net/linux/distributions/gentoo/gentoo/ \
- https://ftp.halifax.rwth-aachen.de/gentoo/ \
- https://mirror.netcologne.de/gentoo/"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement