From ae93492b7a55d2725caad85a0270ee48bd5a6ac3 Mon Sep 17 00:00:00 2001 From: Zedhugh Chen Date: Mon, 2 Aug 2021 23:34:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0gentoo=E7=9A=84portage?= =?UTF-8?q?=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 | 2 +- gentoo_portage/package.use | 11 ++++++++--- gentoo_portage/repos.conf | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/gentoo_portage/make.conf b/gentoo_portage/make.conf index d52c355..a3ad8d9 100644 --- a/gentoo_portage/make.conf +++ b/gentoo_portage/make.conf @@ -9,7 +9,7 @@ FCFLAGS="${COMMON_FLAGS}" FFLAGS="${COMMON_FLAGS}" # NOTE: This stage was built with the bindist Use flag enabled -PORTDIR="/usr/portage" +PORTDIR="/var/db/repos/gentoo" DISTDIR="/var/cache/distfiles" PKGDIR="/var/cache/binpkgs" diff --git a/gentoo_portage/package.use b/gentoo_portage/package.use index c214766..e097819 100644 --- a/gentoo_portage/package.use +++ b/gentoo_portage/package.use @@ -42,9 +42,10 @@ x11-terms/rxvt-unicode 256-color blink fading-colors pixbuf unicode3 #www-servers/uwsgi cgi python # emacs -app-editors/emacs cairo dynamic-loading gfile gsettings gui gzip-el harfbuzz jit json libxml2 m17n-lib sound source wide-int +app-editors/emacs cairo dynamic-loading gfile gsettings gui gzip-el harfbuzz json libxml2 m17n-lib sound source wide-int # move app-emacs/emacs-common-gentoo app-emacs/emacs-common app-emacs/emacs-common gui +media-libs/freetype harfbuzz sys-devel/gcc jit # p7zip @@ -89,5 +90,9 @@ media-fonts/terminus-font otf net-misc/aria2 bittorrent metalink tcmalloc xmlrpc -# awesome use lua5.3 -x11-wm/awesome LUA_SINGLE_TARGET: lua5-3 -lua5-1 \ No newline at end of file +# awesome use lua5.3 for utf-8 issue +dev-lua/lgi LUA_TARGETS: lua5-1 lua5-3 +x11-wm/awesome LUA_SINGLE_TARGET: lua5-3 -lua5-1 + +# MCU develop +dev-embedded/sdcc device-lib mcs51 packihx diff --git a/gentoo_portage/repos.conf b/gentoo_portage/repos.conf index a73f44c..0295b12 100644 --- a/gentoo_portage/repos.conf +++ b/gentoo_portage/repos.conf @@ -2,7 +2,7 @@ main-repo = gentoo [gentoo] -location = /usr/portage +location = /var/db/repos/gentoo sync-type = rsync # sync-uri = rsync://rsync.gentoo.org/gentoo-portage sync-uri = rsync://mirrors.tuna.tsinghua.edu.cn/gentoo-portage