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..07dfa969e 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 @@ -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 @@ -21,7 +21,6 @@ PDEPEND=" pentoo-extra? ( net-analyzer/gspoof net-analyzer/isic - net-analyzer/packit net-analyzer/rain ) " diff --git a/pentoo/zero-system/zero-system-2026.1.ebuild b/pentoo/zero-system/zero-system-2026.1-r1.ebuild similarity index 98% rename from pentoo/zero-system/zero-system-2026.1.ebuild rename to pentoo/zero-system/zero-system-2026.1-r1.ebuild index b7865771f..4af7cbbbb 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 @@ -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 diff --git a/profiles/pentoo/base/packages b/profiles/pentoo/base/packages index 86ccb6b2c..1ad1829aa 100644 --- a/profiles/pentoo/base/packages +++ b/profiles/pentoo/base/packages @@ -40,7 +40,7 @@ sys-fs/e2fsprogs sys-apps/kbd *sys-apps/sed sys-apps/util-linux -sys-apps/shadow +*sys-apps/shadow >=sys-devel/patch-2.7 *sys-apps/gawk virtual/ssh diff --git a/profiles/pentoo/base/profile.bashrc b/profiles/pentoo/base/profile.bashrc index e424b2929..5a2f75c62 100644 --- a/profiles/pentoo/base/profile.bashrc +++ b/profiles/pentoo/base/profile.bashrc @@ -65,6 +65,14 @@ 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/}" +fi if [[ ${CATEGORY}/${PN} == dev-qt/qtshadertools ]]; then # zero uses extra warnings to find bugs export CXXFLAGS="${CXXFLAGS/-Werror=stringop-overread/}"