From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5F0BB158170 for ; Fri, 19 Jul 2024 19:23:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E49CB2BC013; Fri, 19 Jul 2024 19:23:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A6FDB2BC016 for ; Fri, 19 Jul 2024 19:23:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A8FB2342FB0 for ; Fri, 19 Jul 2024 19:23:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B70F1E47 for ; Fri, 19 Jul 2024 19:23:13 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1721416929.fb6f664fd509e6a0a217c99aa1f4e718e4d0ded9.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/mcstrans/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/mcstrans/mcstrans-3.5.ebuild sys-apps/mcstrans/mcstrans-3.6.ebuild sys-apps/mcstrans/mcstrans-3.7-r1.ebuild sys-apps/mcstrans/mcstrans-3.7.ebuild sys-apps/mcstrans/mcstrans-9999.ebuild X-VCS-Directories: sys-apps/mcstrans/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: fb6f664fd509e6a0a217c99aa1f4e718e4d0ded9 X-VCS-Branch: master Date: Fri, 19 Jul 2024 19:23:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e24245d9-a40d-47a9-ab7f-d96a5cf5c0a9 X-Archives-Hash: 84e719b28bfe0a6373261e20b0db5d2a commit: fb6f664fd509e6a0a217c99aa1f4e718e4d0ded9 Author: James Le Cuirot gentoo org> AuthorDate: Fri Jul 19 19:13:34 2024 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Fri Jul 19 19:22:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb6f664f sys-apps/mcstrans: Fix libsepol dependency by enforcing static-libs Bug: https://bugs.gentoo.org/936306 Signed-off-by: James Le Cuirot gentoo.org> sys-apps/mcstrans/mcstrans-3.5.ebuild | 4 ++-- sys-apps/mcstrans/mcstrans-3.6.ebuild | 2 +- sys-apps/mcstrans/{mcstrans-3.7.ebuild => mcstrans-3.7-r1.ebuild} | 2 +- 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 similarity index 95% rename from sys-apps/mcstrans/mcstrans-3.7.ebuild rename to 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:="