net-p2p/feather: remove bc-ur/polyseed bundling

Since this is Gentoo we avoid bundling third_party
packages, especially since these are already in GURU.

Polyseed 2.0.0 is also what this should target, not 1.0.0.

Signed-off-by: Joe Kappus <joe@wt.gd>
This commit is contained in:
Joe Kappus
2025-11-13 19:57:25 -05:00
parent b0cda2aa8a
commit e3f89a20f8
2 changed files with 10 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ DEPEND="
dev-libs/libsodium:=
media-gfx/qrencode:=
media-gfx/zbar:=[v4l]
~dev-libs/polyseed-1.0.0
~dev-libs/polyseed-2.0.0
dev-libs/libzip:=
dev-libs/boost:=[nls]
>=dev-qt/qtbase-6.7.3:6
@@ -30,7 +30,7 @@ DEPEND="
dev-libs/openssl:=
net-dns/unbound:=[threads]
net-libs/czmq:=
qrcode? ( media-libs/zxing-cpp )
qrcode? ( media-libs/zxing-cpp dev-util/bc-ur )
"
RDEPEND="
${DEPEND}
@@ -41,6 +41,11 @@ BDEPEND="
virtual/pkgconfig
"
src_prepare() {
rm -r "${WORKDIR}"/${P}/src/third-party || die
cmake_src_prepare
}
src_configure() {
local mycmakeargs=(
-DCMAKE_BUILD_TYPE=Release