commit:     7f782dbfcaf247579faf0824e2325888b5b1a570
Author:     Rahul Sandhu <nvraxn <AT> gmail <DOT> com>
AuthorDate: Tue Dec 23 10:32:59 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan  7 23:01:52 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f782dbf

selinux-policy-2.eclass: drop internal eclass variable PATCHBUNDLE

Nothing in tree seems to make use of it anymore; grep -rsn PATCHBUNDLE
in the tree returns no results (ignoring the eclass declaration).

The last reference in the eclass seems to be from 14 years ago[1].
Nevertheless, it isn't used by anything anymore, so drop it now.

[1] 
https://github.com/gentoo/gentoo-historical-2/commit/2bdac9cfecdedb225f91d2eb02de033be44902cd

Signed-off-by: Rahul Sandhu <nvraxn <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 eclass/selinux-policy-2.eclass | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/eclass/selinux-policy-2.eclass b/eclass/selinux-policy-2.eclass
index d79c97d096c4..be83f1d8febf 100644
--- a/eclass/selinux-policy-2.eclass
+++ b/eclass/selinux-policy-2.eclass
@@ -113,12 +113,6 @@ LICENSE="GPL-2"
 SLOT="0"
 S="${WORKDIR}/"
 
-# @ECLASS_VARIABLE: PATCHBUNDLE
-# @INTERNAL
-# @DESCRIPTION:
-# Path to Gentoo Hardened Refpol patch to apply on top of upstream
-PATCHBUNDLE="${DISTDIR}/patchbundle-selinux-base-policy-${BASEPOL}.tar.bz2"
-
 # Modules should always depend on at least the first release of the
 # selinux-base-policy for which they are generated.
 if [[ -n ${BASEPOL} ]]; then

Reply via email to