commit: f3637ec603e3b8787b118277568f202b351618a5 Author: Ian Jordan <immoloism <AT> gmail <DOT> com> AuthorDate: Tue Nov 5 12:13:31 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Dec 1 11:52:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3637ec6
sys-apps/checkpolicy: Force checkpoilcy-3.6 to use libsepol-3.6 API change between libsepol-3.6 and 3.7 causes checkpolicy-3.6 to fail to compile when the wrong version of libsepol is used. Bug: https://bugs.gentoo.org/942889 Signed-off-by: Ian Jordan <immoloism <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/39207 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-apps/checkpolicy/checkpolicy-3.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/checkpolicy/checkpolicy-3.6.ebuild b/sys-apps/checkpolicy/checkpolicy-3.6.ebuild index 938ef02c3595..8f27d558168e 100644 --- a/sys-apps/checkpolicy/checkpolicy-3.6.ebuild +++ b/sys-apps/checkpolicy/checkpolicy-3.6.ebuild @@ -25,7 +25,7 @@ LICENSE="GPL-2" SLOT="0" IUSE="debug" -RDEPEND=">=sys-libs/libsepol-${PV}:=[static-libs(+)]" +RDEPEND="~sys-libs/libsepol-${PV}" DEPEND="${RDEPEND}" BDEPEND="sys-devel/flex sys-devel/bison"
