commit:     84e5f7275e4f08129765153409aa9a6f9b7a1a7c
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  9 11:07:54 2022 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Tue Aug  9 11:36:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84e5f727

net-misc/linuxptp: depend on on queue-standalone on musl systems

Invoking maintainer time-out.

Closes: https://bugs.gentoo.org/832550
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 net-misc/linuxptp/linuxptp-2.0-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-misc/linuxptp/linuxptp-2.0-r1.ebuild 
b/net-misc/linuxptp/linuxptp-2.0-r1.ebuild
index 0739195533e5..e979ea289cb2 100644
--- a/net-misc/linuxptp/linuxptp-2.0-r1.ebuild
+++ b/net-misc/linuxptp/linuxptp-2.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,8 +14,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
 IUSE=""
 
-DEPEND=""
-RDEPEND="${DEPEND}"
+DEPEND="elibc_musl? ( sys-libs/queue-standalone )"
+RDEPEND=""
 
 CONFIG_CHECK="~PPS ~NETWORK_PHY_TIMESTAMPING ~PTP_1588_CLOCK"
 

Reply via email to