diff options
author | James Le Cuirot <chewi@gentoo.org> | 2024-07-19 20:13:34 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2024-07-19 20:22:09 +0100 |
commit | fb6f664fd509e6a0a217c99aa1f4e718e4d0ded9 (patch) | |
tree | f12ff096421838e0a20c5ef8847dff244235539d /sys-apps/mcstrans | |
parent | sys-libs/libselinux: Fix libsepol dependency by enforcing static-libs (diff) | |
download | gentoo-fb6f664fd509e6a0a217c99aa1f4e718e4d0ded9.tar.gz gentoo-fb6f664fd509e6a0a217c99aa1f4e718e4d0ded9.tar.bz2 gentoo-fb6f664fd509e6a0a217c99aa1f4e718e4d0ded9.zip |
sys-apps/mcstrans: Fix libsepol dependency by enforcing static-libs
Bug: https://bugs.gentoo.org/936306
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'sys-apps/mcstrans')
-rw-r--r-- | sys-apps/mcstrans/mcstrans-3.5.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/mcstrans/mcstrans-3.6.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/mcstrans/mcstrans-3.7-r1.ebuild (renamed from sys-apps/mcstrans/mcstrans-3.7.ebuild) | 2 | ||||
-rw-r--r-- | sys-apps/mcstrans/mcstrans-9999.ebuild | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/sys-apps/mcstrans/mcstrans-3.5.ebuild b/sys-apps/mcstrans/mcstrans-3.5.ebuild index e6c8880095b2..641549bb91e3 100644 --- a/sys-apps/mcstrans/mcstrans-3.5.ebuild +++ b/sys-apps/mcstrans/mcstrans-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,7 +25,7 @@ LICENSE="GPL-2" SLOT="0" IUSE="" -DEPEND=">=sys-libs/libsepol-${PV}:= +DEPEND=">=sys-libs/libsepol-${PV}:=[static-libs(+)] >=sys-libs/libselinux-${PV}:= dev-libs/libpcre2:= >=sys-libs/libcap-1.10-r10:=" diff --git a/sys-apps/mcstrans/mcstrans-3.6.ebuild b/sys-apps/mcstrans/mcstrans-3.6.ebuild index 5e3f390c215e..0d9e2e9534b4 100644 --- a/sys-apps/mcstrans/mcstrans-3.6.ebuild +++ b/sys-apps/mcstrans/mcstrans-3.6.ebuild @@ -24,7 +24,7 @@ fi LICENSE="GPL-2" SLOT="0" -DEPEND=">=sys-libs/libsepol-${PV}:= +DEPEND=">=sys-libs/libsepol-${PV}:=[static-libs(+)] >=sys-libs/libselinux-${PV}:= dev-libs/libpcre2:= >=sys-libs/libcap-1.10-r10:=" diff --git a/sys-apps/mcstrans/mcstrans-3.7.ebuild b/sys-apps/mcstrans/mcstrans-3.7-r1.ebuild index 184e15644712..feed71f68c77 100644 --- a/sys-apps/mcstrans/mcstrans-3.7.ebuild +++ b/sys-apps/mcstrans/mcstrans-3.7-r1.ebuild @@ -24,7 +24,7 @@ fi LICENSE="GPL-2" SLOT="0" -DEPEND=">=sys-libs/libsepol-${PV}:= +DEPEND=">=sys-libs/libsepol-${PV}:=[static-libs(+)] >=sys-libs/libselinux-${PV}:= dev-libs/libpcre2:= >=sys-libs/libcap-1.10-r10:=" diff --git a/sys-apps/mcstrans/mcstrans-9999.ebuild b/sys-apps/mcstrans/mcstrans-9999.ebuild index 184e15644712..feed71f68c77 100644 --- a/sys-apps/mcstrans/mcstrans-9999.ebuild +++ b/sys-apps/mcstrans/mcstrans-9999.ebuild @@ -24,7 +24,7 @@ fi LICENSE="GPL-2" SLOT="0" -DEPEND=">=sys-libs/libsepol-${PV}:= +DEPEND=">=sys-libs/libsepol-${PV}:=[static-libs(+)] >=sys-libs/libselinux-${PV}:= dev-libs/libpcre2:= >=sys-libs/libcap-1.10-r10:=" |