diff options
author | Rick Farina <zerochaos@gentoo.org> | 2022-10-12 10:30:32 -0400 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2022-10-12 10:31:06 -0400 |
commit | e8f2446481fa2ea55662a72e06170c66953a2e7c (patch) | |
tree | a72b2ee5b2025b8bc66078d3f8c9dc7c6fee1c8a /net-libs/libhackrf | |
parent | net-dns/unbound: add 1.16.3, drop 1.16.2 (diff) | |
download | gentoo-e8f2446481fa2ea55662a72e06170c66953a2e7c.tar.gz gentoo-e8f2446481fa2ea55662a72e06170c66953a2e7c.tar.bz2 gentoo-e8f2446481fa2ea55662a72e06170c66953a2e7c.zip |
net-libs/libhackrf: fix live ebuild patch reference
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'net-libs/libhackrf')
-rw-r--r-- | net-libs/libhackrf/libhackrf-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/libhackrf/libhackrf-9999.ebuild b/net-libs/libhackrf/libhackrf-9999.ebuild index 126023d3e828..34034a799963 100644 --- a/net-libs/libhackrf/libhackrf-9999.ebuild +++ b/net-libs/libhackrf/libhackrf-9999.ebuild @@ -27,7 +27,7 @@ DEPEND="virtual/libusb:1" RDEPEND="${DEPEND}" # https://github.com/greatscottgadgets/hackrf/issues/1193 -PATCHES=( "${FILESDIR}/hackrf-disable-static-${PV}.patch" ) +PATCHES=( "${FILESDIR}/hackrf-disable-static-2022.09.1.patch" ) src_configure() { local mycmakeargs=( |