mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-lang/python: fix automagic b2 dep; force pkg-config usage
wrt pkg-config: we already depend on it but let's force usage so we know if something goes wrong rather than silently failing. Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -40,6 +40,7 @@ RESTRICT="!test? ( test )"
|
||||
RDEPEND="
|
||||
app-arch/bzip2:=
|
||||
app-arch/xz-utils:=
|
||||
app-crypt/libb2
|
||||
>=dev-libs/expat-2.1:=
|
||||
dev-libs/libffi:=
|
||||
sys-apps/util-linux:=
|
||||
@@ -195,6 +196,7 @@ src_configure() {
|
||||
--with-system-expat
|
||||
--with-system-ffi
|
||||
--with-platlibdir=lib
|
||||
--with-pkg-config=yes
|
||||
|
||||
$(use_with lto)
|
||||
$(use_enable pgo optimizations)
|
||||
Reference in New Issue
Block a user