diff options
author | 2022-05-31 09:04:18 +0200 | |
---|---|---|
committer | 2022-05-31 09:18:55 +0200 | |
commit | 6713f52a4f688c77dcf55df1c048ebaf19792675 (patch) | |
tree | 56ac1a650c2985615ef8625fea8fcbbf59d957e7 /media-gfx | |
parent | sys-devel/distcc: Remove myself as maintainer (diff) | |
download | gentoo-6713f52a4f688c77dcf55df1c048ebaf19792675.tar.gz gentoo-6713f52a4f688c77dcf55df1c048ebaf19792675.tar.bz2 gentoo-6713f52a4f688c77dcf55df1c048ebaf19792675.zip |
media-gfx/entangle: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/entangle/entangle-3.0.ebuild | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/media-gfx/entangle/entangle-3.0.ebuild b/media-gfx/entangle/entangle-3.0.ebuild index cc06e89278bc..0dca334b8484 100644 --- a/media-gfx/entangle/entangle-3.0.ebuild +++ b/media-gfx/entangle/entangle-3.0.ebuild @@ -3,7 +3,8 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) + inherit gnome2-utils meson python-single-r1 xdg-utils DESCRIPTION="Tethered Camera Control & Capture" @@ -13,7 +14,6 @@ SRC_URI="https://entangle-photo.org/download/sources/${P}.tar.xz" LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64" -IUSE="" REQUIRED_USE=${PYTHON_REQUIRED_USE} DEPEND=" @@ -32,8 +32,11 @@ DEPEND=" >=x11-libs/gtk+-3.22:3[introspection] >=x11-libs/libXext-1.3.0 >=x11-libs/pango-1.40.11 - x11-themes/adwaita-icon-theme" -RDEPEND="${DEPEND}" + x11-themes/adwaita-icon-theme +" +RDEPEND=" + ${DEPEND} +" # perl for pod2man BDEPEND=" @@ -43,7 +46,8 @@ BDEPEND=" dev-util/gtk-doc dev-util/itstool sys-devel/gettext - virtual/pkgconfig" + virtual/pkgconfig +" PATCHES=( "${FILESDIR}"/${P}-fix-meson-0.61-build.patch |