From c8e86f8f4c59086c15407fab5d9ee9a9e3873223 Mon Sep 17 00:00:00 2001 From: Zedhugh Chen Date: Mon, 10 May 2021 00:01:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0portage=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gentoo_portage/make.conf | 8 +++++--- gentoo_portage/package.use | 11 +++++++++-- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/gentoo_portage/make.conf b/gentoo_portage/make.conf index aa6c6c2..2ed5739 100644 --- a/gentoo_portage/make.conf +++ b/gentoo_portage/make.conf @@ -30,9 +30,11 @@ MAKEOPTS="-j9 -l8" ACCEPT_KEYWORDS="amd64 ~amd64" CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sse sse2 sse3 sse4_1 sse4_2 ssse3" INPUT_DEVICES="libinput" -PYTHON_TARGETS="python3_7 python3_8 python3_9" -PYTHON_SINGLE_TARGET="python3_8" -RUBY_TARGETS="ruby27" +# LUA_TARGETS="luajit" +# LUA_SINGLE_TARGET="luajit" +# PYTHON_TARGETS="python3_7 python3_8 python3_9" +# PYTHON_SINGLE_TARGET="python3_8" +# RUBY_TARGETS="ruby27" VIDEO_CARDS="fbdev nvidia" DESKTOP_USE="X alsa apng dbus fbcon ffmpeg fuse gif gtk gtk2 gtk3 http2 icu jpeg mp3 mp4 mpeg mtp nvidia ogg opengl pdf png svg tiff unicode vaapi vdpau xv xvmc" diff --git a/gentoo_portage/package.use b/gentoo_portage/package.use index f590f35..5ca4e39 100644 --- a/gentoo_portage/package.use +++ b/gentoo_portage/package.use @@ -43,7 +43,9 @@ x11-terms/rxvt-unicode 256-color blink fading-colors pixbuf unicode3 # emacs app-editors/emacs cairo dynamic-loading gfile gsettings gui gzip-el harfbuzz json libxml2 m17n-lib sound source wide-int -app-emacs/emacs-common-gentoo gui +# move app-emacs/emacs-common-gentoo app-emacs/emacs-common +app-emacs/emacs-common gui +sys-devel/gcc jit # p7zip app-arch/p7zip rar -wxwidgets @@ -79,4 +81,9 @@ x11-terms/st savedconfig media-gfx/imagemagick svg xml # pulseaudio -media-sound/pulseaudio -orc \ No newline at end of file +media-sound/pulseaudio -orc + +# terminus font +media-fonts/terminus-font otf + +net-misc/aria2 bittorrent metalink tcmalloc xmlrpc \ No newline at end of file