diff options
author | Marek Szuba <marecki@gentoo.org> | 2022-08-09 12:07:54 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2022-08-09 12:36:15 +0100 |
commit | 84e5f7275e4f08129765153409aa9a6f9b7a1a7c (patch) | |
tree | f43fdb2e8b81fdd1f3e1838ecf22afc80525276c /net-misc/linuxptp | |
parent | dev-python/resolvelib: enable py3.11 (diff) | |
download | gentoo-84e5f7275e4f08129765153409aa9a6f9b7a1a7c.tar.gz gentoo-84e5f7275e4f08129765153409aa9a6f9b7a1a7c.tar.bz2 gentoo-84e5f7275e4f08129765153409aa9a6f9b7a1a7c.zip |
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@gentoo.org>
Diffstat (limited to 'net-misc/linuxptp')
-rw-r--r-- | net-misc/linuxptp/linuxptp-2.0-r1.ebuild | 6 |
1 files 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" |