From cf48c423dbe7e6cf24bf1475e34778c2e7c8e33e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Tue, 21 Feb 2023 15:06:12 +0100 Subject: x+binpkg --- etc/portage/make.conf | 11 +++-------- etc/portage/package.accept_keywords/conf | 1 + 2 files changed, 4 insertions(+), 8 deletions(-) (limited to 'etc/portage') diff --git a/etc/portage/make.conf b/etc/portage/make.conf index 12c84bf..e7a25bd 100644 --- a/etc/portage/make.conf +++ b/etc/portage/make.conf @@ -1,15 +1,9 @@ PORTAGE_SCHEDULING_POLICY="idle" - -# -march=native NE SME BITI NA distcc iz očitnih razlogov -# uporabi resolve-march-native -COMMON_FLAGS="-ggdb3 -O2 $([ `cat /proc/meminfo | grep MemTotal | sed -e 's/ *//g' | cut -d: -f2 | cut -dk -f1` -ge 5000000 ] && echo -pipe)" # $(resolve-march-native) -# -pipe rabi RAM +COMMON_FLAGS="-ggdb3 -O2 -pipe -march=core2 -mcx16 -mfxsr -mmmx -msahf -msse -msse2 -msse3 -mssse3 --param=l1-cache-line-size=64 --param=l1-cache-size=32" # intersection of varovalka and b CFLAGS="${COMMON_FLAGS} -DALLOW_RUN_AS_ROOT" # VLC CXXFLAGS="${COMMON_FLAGS} -DOLAD_SKIP_ROOT_CHECK" FCFLAGS="${COMMON_FLAGS}" FFLAGS="${COMMON_FLAGS}" - -# NOTE: This stage was built with the bindist Use flag enabled PORTDIR="/var/db/repos/gentoo" DISTDIR="/var/cache/distfiles" PKGDIR="/var/cache/binpkgs" @@ -74,5 +68,6 @@ SIGNED_OFF_BY="Anton Luka Šijanec " L10N="sl en de hr si" -FEATURES="nostrip distcc" +FEATURES="nostrip distcc getbinpkg buildpkg" PHP_TARGETS="php8-1" +BINPKG_FORMAT="gpkg" diff --git a/etc/portage/package.accept_keywords/conf b/etc/portage/package.accept_keywords/conf index 071260b..71b35e4 100644 --- a/etc/portage/package.accept_keywords/conf +++ b/etc/portage/package.accept_keywords/conf @@ -16,3 +16,4 @@ net-misc/xrdp ~* dev-util/rz-ghidra ~* www-apps/hugo ~* net-wireless/gqrx ~* +media-fonts/terminus-ttf ~* -- cgit v1.2.3