Skip to content

Commit

Permalink
net-wireless/bdaddr: fix direct cc call
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/924938
Signed-off-by: Florian Schmaus <[email protected]>
  • Loading branch information
Flowdalic committed Feb 18, 2024
1 parent c17bf98 commit e67eda1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion net-wireless/bdaddr/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
DIST bdaddr-0_p20210511-idiomatic-makefile.patch 840 BLAKE2B d0be6e61728313517816db440ebb54bbece61f98ffa8d0cf28f23fcc0d3538baec77392b634be74a5ea4d9f72342ebeec99c0c226c52d7f9f8fee983f63b2c21 SHA512 4b67caa9afeeca31e3b3c5c8a61186769f94c7edd34694d9546d8242bc2762f98c7709cf2f1453b68b913e498c8f45003b9ccce7bc1ee8904e585c43c5db2ae9
DIST bdaddr-0_p20210511-idiomatic-makefile-r1.patch 883 BLAKE2B 805f5faf7bc1260f7f415eb92d02e0269ec6b753e31106f81970c28e1692226ce2f6fb08eb05438b190a321a6789fe600fd9ae6006a1fb54d92a96f55a6db80c SHA512 1938644c359c061966e1278bf97cd622cfa9c74eac7e5c0373df1ce0bc6b36a3034e47bb95601d31d28ec2a0627e0e2b3bb2174d1613368fbf2f2eb0ec237043
DIST bdaddr-0_p20210511.tar.gz 5236 BLAKE2B a445586cc016f57f1922d6cff9dcf3141d35122a0dd4a3c338cc98515dadcf40265c3f4dcb2da03d3cd4214ab3d57172d78677afe9099d380e1241677d13b486 SHA512 956e1207c4b082d6322ab0ce9cdc76c9c2c9f17fe4ecb3d03b4839025b49f102a4e35b05e2489eca3fee6fc4a611d942e598c97cab7db6b530e895818e33a150
6 changes: 3 additions & 3 deletions net-wireless/bdaddr/bdaddr-0_p20210511.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ fi

# https://github.com/thxomas/bdaddr/pull/6
SRC_URI+="
https://github.com/Flowdalic/bdaddr/commit/e5cf5666e00828a3769fcda4717b0ee6f277001d.patch
-> ${PN}-0_p20210511-idiomatic-makefile.patch
https://github.com/Flowdalic/bdaddr/commit/85eeb2a13ab664432ce357cdb0641163fc541a99.patch
-> ${PN}-0_p20210511-idiomatic-makefile-r1.patch
"

LICENSE="GPL-2+"
Expand All @@ -40,7 +40,7 @@ DEPEND="
BDEPEND="dev-go/go-md2man"

PATCHES=(
"${DISTDIR}"/${PN}-0_p20210511-idiomatic-makefile.patch
"${DISTDIR}"/${PN}-0_p20210511-idiomatic-makefile-r1.patch
)

src_compile() {
Expand Down

0 comments on commit e67eda1

Please sign in to comment.