Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/sunflower/
Date: Thu, 23 Jun 2022 05:20:03
Message-Id: 1655961546.994bac186170b3699453004936f8d78ed7db38ac.sam@gentoo
1 commit: 994bac186170b3699453004936f8d78ed7db38ac
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 23 05:19:06 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 23 05:19:06 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=994bac18
7
8 x11-misc/sunflower: needs python[sqlite]
9
10 Closes: https://bugs.gentoo.org/799005
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 ...wer-0.4_p20200716-r1.ebuild => sunflower-0.4_p20200716-r2.ebuild} | 5 +++--
14 1 file changed, 3 insertions(+), 2 deletions(-)
15
16 diff --git a/x11-misc/sunflower/sunflower-0.4_p20200716-r1.ebuild b/x11-misc/sunflower/sunflower-0.4_p20200716-r2.ebuild
17 similarity index 85%
18 rename from x11-misc/sunflower/sunflower-0.4_p20200716-r1.ebuild
19 rename to x11-misc/sunflower/sunflower-0.4_p20200716-r2.ebuild
20 index 957034424c2b..40f32e2ea597 100644
21 --- a/x11-misc/sunflower/sunflower-0.4_p20200716-r1.ebuild
22 +++ b/x11-misc/sunflower/sunflower-0.4_p20200716-r2.ebuild
23 @@ -1,9 +1,10 @@
24 -# Copyright 1999-2021 Gentoo Authors
25 +# Copyright 1999-2022 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29
30 -PYTHON_COMPAT=( python3_{7..10} )
31 +PYTHON_COMPAT=( python3_{8..10} )
32 +PYTHON_REQ_USE="sqlite"
33 inherit distutils-r1 xdg
34
35 DESCRIPTION="Small and highly customizable twin-panel file manager with plugin-support"