commit: 646bc33dd1667a5c9845b33a4889ddde34d553de Author: zyxhere馃挱 <zyx <AT> envs <DOT> net> AuthorDate: Tue Dec 9 15:10:31 2025 +0000 Commit: Micha艂 G贸rny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Dec 9 15:40:05 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=646bc33d
dev-python/uv: Add pkg-config build dependency Closes: https://bugs.gentoo.org/967260 Signed-off-by: zyxhere馃挱 <zyx <AT> envs.net> Part-of: https://github.com/gentoo/gentoo/pull/44970 Closes: https://github.com/gentoo/gentoo/pull/44970 Signed-off-by: Micha艂 G贸rny <mgorny <AT> gentoo.org> dev-python/uv/uv-0.9.16.ebuild | 1 + dev-python/uv/uv-0.9.4.ebuild | 1 + dev-python/uv/uv-9999.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/dev-python/uv/uv-0.9.16.ebuild b/dev-python/uv/uv-0.9.16.ebuild index 253d1ec065af..fe3eb6a3dc83 100644 --- a/dev-python/uv/uv-0.9.16.ebuild +++ b/dev-python/uv/uv-0.9.16.ebuild @@ -53,6 +53,7 @@ RDEPEND=" ${DEPEND} " BDEPEND=" + virtual/pkgconfig test? ( dev-lang/python:3.9 dev-lang/python:3.10 diff --git a/dev-python/uv/uv-0.9.4.ebuild b/dev-python/uv/uv-0.9.4.ebuild index cd97f92f976a..0785bb2e3915 100644 --- a/dev-python/uv/uv-0.9.4.ebuild +++ b/dev-python/uv/uv-0.9.4.ebuild @@ -62,6 +62,7 @@ RDEPEND=" ${DEPEND} " BDEPEND=" + virtual/pkgconfig test? ( dev-lang/python:3.9 dev-lang/python:3.10 diff --git a/dev-python/uv/uv-9999.ebuild b/dev-python/uv/uv-9999.ebuild index 2920daf2b28b..d35d9ac0742d 100644 --- a/dev-python/uv/uv-9999.ebuild +++ b/dev-python/uv/uv-9999.ebuild @@ -29,6 +29,7 @@ RDEPEND=" ${DEPEND} " BDEPEND=" + virtual/pkgconfig test? ( dev-lang/python:3.9 dev-lang/python:3.10
