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 <[email protected]>
---
 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 cc040eff8..f7cb0986d 100644
--- a/eclass/selinux-policy-2.eclass
+++ b/eclass/selinux-policy-2.eclass
@@ -114,12 +114,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
-- 
2.50.1


Reply via email to