mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user