summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2020-12-05 17:45:55 +0200
committerMart Raudsepp <leio@gentoo.org>2020-12-06 12:30:22 +0200
commitf88965a943c8a653353a398a19f3f234ce67515a (patch)
tree6d4422495edd12926da8a6e650c11fc804c4c9fb
parentdev-python/pytest-regressions: stabilize 2.0.2 on ALLARCHES (diff)
downloadgentoo-f88965a943c8a653353a398a19f3f234ce67515a.tar.gz
gentoo-f88965a943c8a653353a398a19f3f234ce67515a.tar.bz2
gentoo-f88965a943c8a653353a398a19f3f234ce67515a.zip
dev-python/pycairo: fix cairo minimum dep
Mostly inconsequential, as older isn't available, but honor 1.20.0 NEWS note and meson.build changes for the minimum req explicitly, as an explicit dep was listed before too. Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
-rw-r--r--dev-python/pycairo/pycairo-1.20.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pycairo/pycairo-1.20.0.ebuild b/dev-python/pycairo/pycairo-1.20.0.ebuild
index 31888e2eb104..9622e67e4f2c 100644
--- a/dev-python/pycairo/pycairo-1.20.0.ebuild
+++ b/dev-python/pycairo/pycairo-1.20.0.ebuild
@@ -24,7 +24,7 @@ BDEPEND="
)
"
RDEPEND="
- >=x11-libs/cairo-1.13.1[svg]
+ >=x11-libs/cairo-1.15.10[svg]
"
DEPEND="${RDEPEND}"