Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/entangle/
Date: Tue, 31 May 2022 07:19:05
Message-Id: 1653981535.6713f52a4f688c77dcf55df1c048ebaf19792675.mgorny@gentoo
1 commit: 6713f52a4f688c77dcf55df1c048ebaf19792675
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 31 07:04:18 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 31 07:18:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6713f52a
7
8 media-gfx/entangle: Enable py3.10
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 media-gfx/entangle/entangle-3.0.ebuild | 14 +++++++++-----
13 1 file changed, 9 insertions(+), 5 deletions(-)
14
15 diff --git a/media-gfx/entangle/entangle-3.0.ebuild b/media-gfx/entangle/entangle-3.0.ebuild
16 index cc06e89278bc..0dca334b8484 100644
17 --- a/media-gfx/entangle/entangle-3.0.ebuild
18 +++ b/media-gfx/entangle/entangle-3.0.ebuild
19 @@ -3,7 +3,8 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python3_{7..9} )
24 +PYTHON_COMPAT=( python3_{8..10} )
25 +
26 inherit gnome2-utils meson python-single-r1 xdg-utils
27
28 DESCRIPTION="Tethered Camera Control & Capture"
29 @@ -13,7 +14,6 @@ SRC_URI="https://entangle-photo.org/download/sources/${P}.tar.xz"
30 LICENSE="GPL-3+"
31 SLOT="0"
32 KEYWORDS="~amd64"
33 -IUSE=""
34 REQUIRED_USE=${PYTHON_REQUIRED_USE}
35
36 DEPEND="
37 @@ -32,8 +32,11 @@ DEPEND="
38 >=x11-libs/gtk+-3.22:3[introspection]
39 >=x11-libs/libXext-1.3.0
40 >=x11-libs/pango-1.40.11
41 - x11-themes/adwaita-icon-theme"
42 -RDEPEND="${DEPEND}"
43 + x11-themes/adwaita-icon-theme
44 +"
45 +RDEPEND="
46 + ${DEPEND}
47 +"
48
49 # perl for pod2man
50 BDEPEND="
51 @@ -43,7 +46,8 @@ BDEPEND="
52 dev-util/gtk-doc
53 dev-util/itstool
54 sys-devel/gettext
55 - virtual/pkgconfig"
56 + virtual/pkgconfig
57 +"
58
59 PATCHES=(
60 "${FILESDIR}"/${P}-fix-meson-0.61-build.patch