diff options
author | Joonas Niilola <juippis@gentoo.org> | 2023-01-14 09:53:15 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-01-14 10:50:27 +0200 |
commit | 6ec4af5ae3e47827b50a0f3c5f43d1903722dcf7 (patch) | |
tree | 84af67a08da7bdbf1421ae831c19488375361afa /dev-python/pycairo | |
parent | dev-python/pywayland: add a missing BDEPEND for wayland-scanner (diff) | |
download | gentoo-6ec4af5ae3e47827b50a0f3c5f43d1903722dcf7.tar.gz gentoo-6ec4af5ae3e47827b50a0f3c5f43d1903722dcf7.tar.bz2 gentoo-6ec4af5ae3e47827b50a0f3c5f43d1903722dcf7.zip |
dev-python/pycairo: add missing BDEPENDs
Package xproto was not found in the pkg-config search path.
Perhaps you should add the directory containing `xproto.pc'
to the PKG_CONFIG_PATH environment variable
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-python/pycairo')
-rw-r--r-- | dev-python/pycairo/pycairo-1.23.0.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-python/pycairo/pycairo-1.23.0.ebuild b/dev-python/pycairo/pycairo-1.23.0.ebuild index e4b27da56eea..a943c2e67293 100644 --- a/dev-python/pycairo/pycairo-1.23.0.ebuild +++ b/dev-python/pycairo/pycairo-1.23.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -24,6 +24,7 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 IUSE="examples" BDEPEND=" + virtual/pkgconfig test? ( dev-python/hypothesis[${PYTHON_USEDEP}] ) @@ -31,7 +32,10 @@ BDEPEND=" RDEPEND=" >=x11-libs/cairo-1.15.10[svg(+)] " -DEPEND="${RDEPEND}" +DEPEND=" + ${RDEPEND} + x11-base/xorg-proto +" distutils_enable_sphinx docs \ dev-python/sphinx_rtd_theme |