feat: add portage config
This commit is contained in:
parent
4e80edffc9
commit
67154402f9
25
.config/portage/make.conf
Normal file
25
.config/portage/make.conf
Normal file
@ -0,0 +1,25 @@
|
||||
# Please consult /usr/share/portage/config/make.conf.example for a more
|
||||
# detailed example.
|
||||
|
||||
# Portage config
|
||||
PORTAGE_ELOG_SYSTEM="save"
|
||||
PORTAGE_ELOG_CLASSES="log warn error"
|
||||
FEATURES="$FEATURES binpkg-logs split-elog split-log"
|
||||
GENTOO_MIRRORS="$GENTOO_MIRRORS https://mirrors.ircam.fr/pub/gentoo-distfiles/ https://ftp.uni-hannover.de/gentoo/ https://mirror.netcologne.de/gentoo/ rsync://mirror.netcologne.de/gentoo/"
|
||||
|
||||
COMMON_FLAGS="-O2 -pipe"
|
||||
CFLAGS="${COMMON_FLAGS} -ggdb"
|
||||
CXXFLAGS="${COMMON_FLAGS} -ggdb"
|
||||
FCFLAGS="${COMMON_FLAGS}"
|
||||
FFLAGS="${COMMON_FLAGS}"
|
||||
MAKEOPTS="-j2"
|
||||
|
||||
# This sets the language of build output to English.
|
||||
# Please keep this setting intact when reporting bugs.
|
||||
LC_MESSAGES=C
|
||||
|
||||
# Compile options
|
||||
USE="-fortran -gnome -iwd -kde -qt -systemd alsa dbus elogind ffmpeg jpeg ncurses pulseaudio wifi X zsh-completion"
|
||||
|
||||
VIDEO_CARDS="intel i965"
|
||||
GRUB_PLATFORMS="efi-64"
|
4
.config/portage/package.accept_keywords
Normal file
4
.config/portage/package.accept_keywords
Normal file
@ -0,0 +1,4 @@
|
||||
media-sound/beets ~amd64
|
||||
dev-python/munkres ~amd64
|
||||
x11-misc/xcape ~amd64
|
||||
net-p2p/tremc ~amd64
|
16
.config/portage/package.use
Normal file
16
.config/portage/package.use
Normal file
@ -0,0 +1,16 @@
|
||||
sys-libs/zlib minizip
|
||||
app-admin/doas persist
|
||||
app-admin/pass dmenu
|
||||
app-crypt/pinentry ncurses
|
||||
dev-vcs/git blksha1 curl gpg
|
||||
dev-libs/boost icu
|
||||
www-client/w3m imlib
|
||||
mail-client/neomutt sasl gpgme
|
||||
app-text/texlive cjk extra science
|
||||
app-text/texlive-core cjk xetex
|
||||
app-text/xmlto text
|
||||
media-libs/freetype harfbuzz
|
||||
media-libs/harfbuzz icu
|
||||
media-fonts/source-pro cjk
|
||||
media-fonts/source-han-sans l10n_zh-CN l10n_ja l10n_ko l10n_zh-TW
|
||||
media-sound/sox flac ogg
|
1
.config/portage/package.use.mask
Normal file
1
.config/portage/package.use.mask
Normal file
@ -0,0 +1 @@
|
||||
app-admin/doas -persist
|
Reference in New Issue
Block a user