diff options
author | Sam James <sam@gentoo.org> | 2024-04-24 15:17:53 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-24 15:17:53 +0100 |
commit | 6e2302562fdf2cf178f56c265a689153d6674094 (patch) | |
tree | 0089200ddd098612df785baeb3450077754ed4ad /net-misc/linuxptp | |
parent | dev-util/opencl-headers: Stabilize 2023.12.14 amd64, #930575 (diff) | |
download | gentoo-6e2302562fdf2cf178f56c265a689153d6674094.tar.gz gentoo-6e2302562fdf2cf178f56c265a689153d6674094.tar.bz2 gentoo-6e2302562fdf2cf178f56c265a689153d6674094.zip |
net-misc/linuxptp: Stabilize 4.2 amd64, #930580
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/linuxptp')
-rw-r--r-- | net-misc/linuxptp/linuxptp-4.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/linuxptp/linuxptp-4.2.ebuild b/net-misc/linuxptp/linuxptp-4.2.ebuild index 782ff196d132..b7e1a9386967 100644 --- a/net-misc/linuxptp/linuxptp-4.2.ebuild +++ b/net-misc/linuxptp/linuxptp-4.2.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=8 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/project/${PN}/v$(ver_cut 1-2)/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~riscv ~x86" DEPEND="elibc_musl? ( sys-libs/queue-standalone )" |