diff options
author | 2024-07-19 20:19:31 +0100 | |
---|---|---|
committer | 2024-07-19 20:19:57 +0100 | |
commit | 323492b796511ad4cc8ae5c69ebef20810200f60 (patch) | |
tree | b03d178d0d6f4445a5b1acbfaa70ed438e210ff5 /sys-libs/libsepol | |
parent | x11-themes/vanilla-dmz-xcursors: Use updated location for cursor themes (diff) | |
download | gentoo-323492b796511ad4cc8ae5c69ebef20810200f60.tar.gz gentoo-323492b796511ad4cc8ae5c69ebef20810200f60.tar.bz2 gentoo-323492b796511ad4cc8ae5c69ebef20810200f60.zip |
sys-libs/libsepol: Enable static-libs by default
Most revdeps need it.
Bug: https://bugs.gentoo.org/936306
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'sys-libs/libsepol')
-rw-r--r-- | sys-libs/libsepol/libsepol-3.7.ebuild | 2 | ||||
-rw-r--r-- | sys-libs/libsepol/libsepol-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/libsepol/libsepol-3.7.ebuild b/sys-libs/libsepol/libsepol-3.7.ebuild index cf71e47eb015..95aea8cbafe3 100644 --- a/sys-libs/libsepol/libsepol-3.7.ebuild +++ b/sys-libs/libsepol/libsepol-3.7.ebuild @@ -23,7 +23,7 @@ fi LICENSE="GPL-2" SLOT="0/2" -IUSE="static-libs" +IUSE="+static-libs" # tests are not meant to be run outside of the full SELinux userland repo RESTRICT="test" diff --git a/sys-libs/libsepol/libsepol-9999.ebuild b/sys-libs/libsepol/libsepol-9999.ebuild index cf71e47eb015..95aea8cbafe3 100644 --- a/sys-libs/libsepol/libsepol-9999.ebuild +++ b/sys-libs/libsepol/libsepol-9999.ebuild @@ -23,7 +23,7 @@ fi LICENSE="GPL-2" SLOT="0/2" -IUSE="static-libs" +IUSE="+static-libs" # tests are not meant to be run outside of the full SELinux userland repo RESTRICT="test" |