From 8f8b75cf4fd2fca26276b7e746473705b3f8039e Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Wed, 15 Apr 2026 09:21:08 -0400 Subject: [PATCH 1/6] zero-system: gentoo masked keepassxc so I guess I'll try keepass --- .../{zero-system-2026.1.ebuild => zero-system-2026.1-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename pentoo/zero-system/{zero-system-2026.1.ebuild => zero-system-2026.1-r1.ebuild} (99%) diff --git a/pentoo/zero-system/zero-system-2026.1.ebuild b/pentoo/zero-system/zero-system-2026.1-r1.ebuild similarity index 99% rename from pentoo/zero-system/zero-system-2026.1.ebuild rename to pentoo/zero-system/zero-system-2026.1-r1.ebuild index b7865771f..fbe6e5b51 100644 --- a/pentoo/zero-system/zero-system-2026.1.ebuild +++ b/pentoo/zero-system/zero-system-2026.1-r1.ebuild @@ -13,7 +13,7 @@ KEYWORDS="amd64 arm x86" IUSE="dev desktop minimal nu printer" RDEPEND=" - app-admin/keepassxc + app-admin/keepass app-shells/zsh net-misc/keychain sys-auth/ykpers From 47991e47605257cf5d79b868013673b78ae1c3f1 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Wed, 15 Apr 2026 09:53:40 -0400 Subject: [PATCH 2/6] zero-system: drop blinkstick --- pentoo/zero-system/zero-system-2026.1-r1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/pentoo/zero-system/zero-system-2026.1-r1.ebuild b/pentoo/zero-system/zero-system-2026.1-r1.ebuild index fbe6e5b51..4af7cbbbb 100644 --- a/pentoo/zero-system/zero-system-2026.1-r1.ebuild +++ b/pentoo/zero-system/zero-system-2026.1-r1.ebuild @@ -48,7 +48,6 @@ RDEPEND=" app-vim/nerdtree dev-python/mock dev-python/pytest - dev-ruby/blinkstick dev-ruby/bundler-audit dev-ruby/irb dev-ruby/pry From 5cf5855e88cf7ac018ef010dd93c8bbdc06331fa Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Wed, 15 Apr 2026 12:16:55 -0400 Subject: [PATCH 3/6] profile: ease up zero's error finding --- profiles/pentoo/base/profile.bashrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/pentoo/base/profile.bashrc b/profiles/pentoo/base/profile.bashrc index e424b2929..f706d059a 100644 --- a/profiles/pentoo/base/profile.bashrc +++ b/profiles/pentoo/base/profile.bashrc @@ -65,6 +65,10 @@ if [[ ${CATEGORY}/${PN} == dev-qt/qtnetwork ]]; then # zero uses extra warnings to find bugs export CXXFLAGS="${CXXFLAGS/-Werror=stringop-overread/}" fi +if [[ ${CATEGORY}/${PN} == app-text/qpdf ]]; then + # zero uses extra warnings to find bugs + export CXXFLAGS="${CXXFLAGS/-Werror=stringop-overread/}" +fi if [[ ${CATEGORY}/${PN} == dev-qt/qtshadertools ]]; then # zero uses extra warnings to find bugs export CXXFLAGS="${CXXFLAGS/-Werror=stringop-overread/}" From 0db48ae9accb34cde3757e236a05398cff1902f7 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Wed, 15 Apr 2026 12:21:36 -0400 Subject: [PATCH 4/6] profile: ease up zero's error finding --- profiles/pentoo/base/profile.bashrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/pentoo/base/profile.bashrc b/profiles/pentoo/base/profile.bashrc index f706d059a..5a2f75c62 100644 --- a/profiles/pentoo/base/profile.bashrc +++ b/profiles/pentoo/base/profile.bashrc @@ -65,6 +65,10 @@ if [[ ${CATEGORY}/${PN} == dev-qt/qtnetwork ]]; then # zero uses extra warnings to find bugs export CXXFLAGS="${CXXFLAGS/-Werror=stringop-overread/}" fi +if [[ ${CATEGORY}/${PN} == app-forensics/sleuthkit ]]; then + # zero uses extra warnings to find bugs + export CXXFLAGS="${CXXFLAGS/-Werror=stringop-overread/}" +fi if [[ ${CATEGORY}/${PN} == app-text/qpdf ]]; then # zero uses extra warnings to find bugs export CXXFLAGS="${CXXFLAGS/-Werror=stringop-overread/}" From 16331eea033d305b293e1db0ea0bd883cd6a8ef1 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Wed, 15 Apr 2026 20:55:13 -0400 Subject: [PATCH 5/6] pentoo/pentoo-forging: add 2026.1, drop 2025.2 Signed-off-by: Rick Farina (Zero_Chaos) --- ...ntoo-forging-2025.2.ebuild => pentoo-forging-2026.1.ebuild} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename pentoo/pentoo-forging/{pentoo-forging-2025.2.ebuild => pentoo-forging-2026.1.ebuild} (87%) diff --git a/pentoo/pentoo-forging/pentoo-forging-2025.2.ebuild b/pentoo/pentoo-forging/pentoo-forging-2026.1.ebuild similarity index 87% rename from pentoo/pentoo-forging/pentoo-forging-2025.2.ebuild rename to pentoo/pentoo-forging/pentoo-forging-2026.1.ebuild index 9ed3c0f1e..d82655472 100644 --- a/pentoo/pentoo-forging/pentoo-forging-2025.2.ebuild +++ b/pentoo/pentoo-forging/pentoo-forging-2026.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Foundation +# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -21,7 +21,6 @@ PDEPEND=" pentoo-extra? ( net-analyzer/gspoof net-analyzer/isic - net-analyzer/packit net-analyzer/rain ) " From 357d7d73cd2d4e52eafbc695f6187ad88f44d0c2 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Wed, 15 Apr 2026 20:56:35 -0400 Subject: [PATCH 6/6] pentoo/pentoo-forging: reorder variables --- pentoo/pentoo-forging/pentoo-forging-2026.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pentoo/pentoo-forging/pentoo-forging-2026.1.ebuild b/pentoo/pentoo-forging/pentoo-forging-2026.1.ebuild index d82655472..07dfa969e 100644 --- a/pentoo/pentoo-forging/pentoo-forging-2026.1.ebuild +++ b/pentoo/pentoo-forging/pentoo-forging-2026.1.ebuild @@ -6,10 +6,10 @@ EAPI=8 DESCRIPTION="Pentoo forging meta ebuild" HOMEPAGE="https://www.pentoo.org" -SLOT="0" LICENSE="GPL-3" -IUSE="pentoo-extra pentoo-full" +SLOT="0" KEYWORDS="~amd64 ~arm ~x86" +IUSE="pentoo-extra pentoo-full" PDEPEND=" net-analyzer/hping