Updated: Mon Nov 9 12:57:18 AM CET 2020

This commit is contained in:
Marcin Woźniak 2020-11-09 00:57:18 +01:00
parent a63483ec1a
commit cd3e6aa5ba
Signed by: y0rune
GPG Key ID: F204C385F57EB348
8 changed files with 3431 additions and 4 deletions

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 5.9.0-gentoo Kernel Configuration
# Linux/x86 5.9.2-gentoo Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="x86_64-pc-linux-gnu-gcc (Gentoo 9.3.0-r1 p3) 9.3.0"
CONFIG_CC_IS_GCC=y
@ -7345,6 +7345,7 @@ CONFIG_ASYNC_RAID6_TEST=m
# CONFIG_TEST_MEMCAT_P is not set
# CONFIG_TEST_STACKINIT is not set
# CONFIG_TEST_MEMINIT is not set
# CONFIG_TEST_FREE_PAGES is not set
# CONFIG_TEST_FPU is not set
# CONFIG_MEMTEST is not set
# end of Kernel Testing and Coverage

File diff suppressed because one or more lines are too long

View File

@ -1,2 +1,5 @@
dev-haskell/*::gentoo
sys-apps/flatpak::guru
>=virtual/jdk-15
>=virtual/jre-15
>=dev-java/openjdk-bin-15_p36

View File

@ -337,3 +337,9 @@ media-video/mpv cuda
>=dev-lua/lpeg-1.0.2 luajit
>=dev-lua/luv-1.32.0.0 luajit
>=dev-lua/mpack-1.0.4 luajit
# gkrellm
app-admin/gkrellm X
#OpenJDK
dev-java/openjdk-bin gentoo-vm

View File

@ -45,7 +45,8 @@ if [ -n "${repository_name}" ]; then
ret=1
fi
fi
fi
if [ -n "${repository_name}" ] && ! [ -e "${repository_path}/metadata/pkg_desc_index" ]; then
# Regenerate the metadata/pkg_desc_index file. This is not
# needed for https://gitweb.gentoo.org/repo/sync/gentoo.git which
# provides a freshly generated copy. The --external-cache-only

View File

@ -6,7 +6,8 @@ location = /usr/portage
#sync-type = rsync
#sync-uri = rsync://rsync.gentoo.org/gentoo-portage
sync-type = git
sync-uri = https://anongit.gentoo.org/git/repo/gentoo.git
#sync-uri = https://anongit.gentoo.org/git/repo/gentoo.git
sync-uri = https://github.com/gentoo-mirror/gentoo.git
auto-sync = yes
[hossie]
@ -47,3 +48,10 @@ location = /usr/repos/guru
sync-type = git
sync-uri = https://anongit.gentoo.org/git/repo/proj/guru.git
auto-sync = Yes
[2xsaiko]
priority = 50
location = /usr/repos/2xsaiko
sync-type = git
sync-uri = https://git.sr.ht/~dblsaiko/ebuilds
auto-sync = No

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff