commit:     6ec4af5ae3e47827b50a0f3c5f43d1903722dcf7
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 14 07:53:15 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Jan 14 08:50:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ec4af5a

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 <AT> gentoo.org>

 dev-python/pycairo/pycairo-1.23.0.ebuild | 8 ++++++--
 1 file 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

Reply via email to