summaryrefslogtreecommitdiff
path: root/sys-apps/checkpolicy/checkpolicy-3.5.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/checkpolicy/checkpolicy-3.5.ebuild')
-rw-r--r--sys-apps/checkpolicy/checkpolicy-3.5.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys-apps/checkpolicy/checkpolicy-3.5.ebuild b/sys-apps/checkpolicy/checkpolicy-3.5.ebuild
index e3ad0c610ff7..938ef02c3595 100644
--- a/sys-apps/checkpolicy/checkpolicy-3.5.ebuild
+++ b/sys-apps/checkpolicy/checkpolicy-3.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -25,12 +25,11 @@ LICENSE="GPL-2"
SLOT="0"
IUSE="debug"
-DEPEND=">=sys-libs/libsepol-${PV}"
+RDEPEND=">=sys-libs/libsepol-${PV}:=[static-libs(+)]"
+DEPEND="${RDEPEND}"
BDEPEND="sys-devel/flex
sys-devel/bison"
-RDEPEND=">=sys-libs/libsepol-${PV}"
-
src_compile() {
emake \
CC="$(tc-getCC)" \