From d1dc48a69521c8c6b91563c0efb9b81120b07e84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Tue, 19 Mar 2024 21:22:34 +0100 Subject: portage --- etc/portage/make.conf | 4 ++-- etc/portage/package.accept_keywords/conf | 2 ++ etc/portage/package.mask/conf | 2 ++ etc/portage/package.unmask/conf | 3 +++ etc/portage/patches/dev-util/rz-ghidra/crc32.patch | 13 ------------- 5 files changed, 9 insertions(+), 15 deletions(-) delete mode 100644 etc/portage/patches/dev-util/rz-ghidra/crc32.patch (limited to 'etc/portage') diff --git a/etc/portage/make.conf b/etc/portage/make.conf index 66588cd..18387c9 100644 --- a/etc/portage/make.conf +++ b/etc/portage/make.conf @@ -50,7 +50,7 @@ USE="$USE fontconfig" # za gd za graphviz USE="$USE system-png" # za torbrowser USE="$USE bluetooth" USE="$USE cutter" # za rz-ghidra -USE="$USE rtlsdr" # za gqrx +USE="$USE rtlsdr soapy" # za gqrx USE="$USE pdo bcmath" # za php USE="$USE -branding" # za libreoffice USE="$USE otf" # ta terminus @@ -74,7 +74,7 @@ USE="$USE tkip" # za wpa_supplicant USE="$USE hpijs" # za hplip USE="$USE jmol" # za sage math USE="$USE terminal" # za vim - +USE="$USE nano" # za newlib UWSGI_PLUGINS="pam" NGINX_MODULES_HTTP="$NGINX_MODULES_HTTP addition auth_ldap auth_pam auth_request brotli dav dav_ext echo fancyindex flv gunzip gzip_static headers_more image_filter javascript memc metrics mp4 push_stream random_index realip secure_link sticky stub_status sub upload_progress vhost_traffic_status xslt gzip userid ssi uwsgi slice security rewrite referer proxy perl map limit_req limit_conn fastcgi empty_gif charset browser autoindex access auth_basic" NGINX_MODULES_STREAM="$NGINX_MODULES_STREAM map realip return ssl_preread limit_conn javascript access" diff --git a/etc/portage/package.accept_keywords/conf b/etc/portage/package.accept_keywords/conf index 884a004..5422cfb 100644 --- a/etc/portage/package.accept_keywords/conf +++ b/etc/portage/package.accept_keywords/conf @@ -78,3 +78,5 @@ dev-python/amodem ~* net-analyzer/netdata ~* dev-python/hidapi ~* net-wireless/sigdigger ~* +dev-python/snakemake ~* +net-irc/thelounge ~* diff --git a/etc/portage/package.mask/conf b/etc/portage/package.mask/conf index 250eb00..9483293 100644 --- a/etc/portage/package.mask/conf +++ b/etc/portage/package.mask/conf @@ -1 +1,3 @@ */*-bin +*/*:python2 # for pyinotify +*/*::stefantalpalaru # he does not use ~amd64 diff --git a/etc/portage/package.unmask/conf b/etc/portage/package.unmask/conf index 0fa6f04..cfb2d64 100644 --- a/etc/portage/package.unmask/conf +++ b/etc/portage/package.unmask/conf @@ -1,2 +1,5 @@ dev-java/maven-bin sys-firmware/*-bin +net-libs/liquid-dsp::stefantalpalaru +net-wireless/cubicsdr::stefantalpalaru +x11-libs/wxGTK::stefantalpalaru diff --git a/etc/portage/patches/dev-util/rz-ghidra/crc32.patch b/etc/portage/patches/dev-util/rz-ghidra/crc32.patch deleted file mode 100644 index 484db41..0000000 --- a/etc/portage/patches/dev-util/rz-ghidra/crc32.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/ghidra/ghidra/Ghidra/Features/Decompiler/src/decompile/cpp/crc32.hh b/ghidra/ghidra/Ghidra/Features/Decompiler/src/decompile/cpp/crc32.hh ---- a/ghidra/ghidra/Ghidra/Features/Decompiler/src/decompile/cpp/crc32.hh -+++ b/ghidra/ghidra/Ghidra/Features/Decompiler/src/decompile/cpp/crc32.hh -@@ -16,8 +16,8 @@ - /// \file crc32.hh - /// \brief Table and function for computing a CRC32 - --#ifndef __CRC32__ --#define __CRC32__ -+#ifndef __CRC32A__ -+#define __CRC32A__ - - #include "types.h" -- cgit v1.2.3