summaryrefslogtreecommitdiff
path: root/x11-misc/sunflower
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-08-07 12:37:21 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-08-07 12:37:21 +0100
commitb8c7370a682e4e29cda623222d17a790c01c3642 (patch)
treef6caa14689bd00a5760eadaa381ff41e50ef3c1b /x11-misc/sunflower
parent8a4997a7e2d1e36c089d4d76935b5a902d98d3d0 (diff)
gentoo auto-resync : 07:08:2024 - 12:37:20edge
Diffstat (limited to 'x11-misc/sunflower')
-rw-r--r--x11-misc/sunflower/Manifest2
-rw-r--r--x11-misc/sunflower/sunflower-0.5-r3.ebuild (renamed from x11-misc/sunflower/sunflower-0.5-r2.ebuild)6
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-misc/sunflower/Manifest b/x11-misc/sunflower/Manifest
index 03bd1a2b4266..9144b2f1042f 100644
--- a/x11-misc/sunflower/Manifest
+++ b/x11-misc/sunflower/Manifest
@@ -1,3 +1,3 @@
DIST 0.5-63.tar.gz 784093 BLAKE2B eef6fe3749137ac44cddb730549ca4eeed240d17bd7c4d0ac5b70f95e16f5eb57590a22a87150fabac31051219837aeeef32869f07d5def37784526181a3dd32 SHA512 ddf303dc873d38c4e5f8b2026f70088d40cb82ea2a10c91bd9c21938467fb797dd6bae3211b82cb2328fa212f880d878f2a799c2688da725ac5a448a11c3244d
-EBUILD sunflower-0.5-r2.ebuild 930 BLAKE2B b70b70f4fe078de031d79c9f22643dfba9d9ec0fd6d07e09d95a2c858165fde49477c81654711dd4ff373e9b34d05dfb79f4c65724fd3a7f7dffb28c113b0b49 SHA512 52185a72031760b5d69d9e24e31dacb0f65e22abbac135f14d7c645f6893eb379448721a8390acf6cbf1d222e2e05a55570e7a41951d73c175c1750226a8c9a5
+EBUILD sunflower-0.5-r3.ebuild 936 BLAKE2B 313b3224a3ccfbfac1d05143f9b9f07e3ec95bb19306f1262a1698befab23b7ebf6eb0f6cc4c3c61434b05d69e4dd9e93c06feed3d8c692c92735c0368c8d160 SHA512 7b98e39bd45394c8c55552657eecf9867c51dfadd92ca85cee4a6e2a1f262324e5c8008469f15f1c25ff6d070b4b5622907e7af58361e841cc171d04d80486a1
MISC metadata.xml 307 BLAKE2B 98a3b425330cadac61b57a1c1ea9e179da8a41dc3d3d2300758b17a0362c2cbf2de68236ffb46a0a17be28a933ac7398ac56acc4c1de46111b2d7618cd1aae0f SHA512 7c2b24745a9475b731cda54c8f5f832b9853c39d88ed9116f96d102ea20940fbebbd84d11590ba343c0c8ad3bc80c38bcd3c1a09f582d83c958956466c584843
diff --git a/x11-misc/sunflower/sunflower-0.5-r2.ebuild b/x11-misc/sunflower/sunflower-0.5-r3.ebuild
index 927a7198f232..90f88d11859e 100644
--- a/x11-misc/sunflower/sunflower-0.5-r2.ebuild
+++ b/x11-misc/sunflower/sunflower-0.5-r3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
PYTHON_REQ_USE="sqlite"
DISTUTILS_USE_PEP517="setuptools"
inherit distutils-r1 xdg
@@ -28,7 +28,7 @@ DEPEND="
RDEPEND="${DEPEND}
dev-python/pycairo[${PYTHON_USEDEP}]
- x11-libs/vte
+ x11-libs/vte:2.91
"
S="${WORKDIR}/${MY_PN}-${MY_PV}"