commit:     9ea9e2f03b225abceabc1179363640bf8ae18f2f
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Fri Apr 23 17:43:48 2021 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Fri Apr 23 17:52:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9ea9e2f0

media-video/ciano: Declare Python support.

meson calls a python post-install script during build.

Closes: https://bugs.gentoo.org/785118
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>

 media-video/ciano/ciano-0.2.4.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/media-video/ciano/ciano-0.2.4.ebuild 
b/media-video/ciano/ciano-0.2.4.ebuild
index 184825fb3..3da996b41 100644
--- a/media-video/ciano/ciano-0.2.4.ebuild
+++ b/media-video/ciano/ciano-0.2.4.ebuild
@@ -1,9 +1,10 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit gnome2-utils meson vala xdg
+PYTHON_COMPAT=( python3_{8,9} )
+inherit gnome2-utils meson python-any-r1 vala xdg
 
 DESCRIPTION="A multimedia file converter focused on simplicity"
 HOMEPAGE="https://robertsanseries.github.io/ciano";
@@ -14,6 +15,7 @@ SLOT="0"
 KEYWORDS="~amd64"
 
 DEPEND="dev-libs/granite"
+BDEPEND="${PYTHON_DEPS}"
 RDEPEND="
        ${DEPEND}
        media-video/ffmpeg

Reply via email to