From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3EF9C1382C5 for ; Thu, 3 Dec 2020 15:42:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55824E0845; Thu, 3 Dec 2020 15:42:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 397E8E083D for ; Thu, 3 Dec 2020 15:42:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D0E4933BEE5 for ; Thu, 3 Dec 2020 15:42:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 543DC468 for ; Thu, 3 Dec 2020 15:42:55 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1607010153.3b7450c3e858153bbd797213ddaa56dcf61bb6e9.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libopenshot/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libopenshot/libopenshot-0.2.5.ebuild X-VCS-Directories: media-libs/libopenshot/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3b7450c3e858153bbd797213ddaa56dcf61bb6e9 X-VCS-Branch: master Date: Thu, 3 Dec 2020 15:42:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e0c6dbf3-b55d-4ba6-aa25-b9d3b5cba9ff X-Archives-Hash: 15541a5e1af17c393c6f8f687d0be84b commit: 3b7450c3e858153bbd797213ddaa56dcf61bb6e9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Nov 28 16:29:38 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Dec 3 15:42:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b7450c3 media-libs/libopenshot: python3_9, sort DEPENDs 93 tests passed. Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/libopenshot/libopenshot-0.2.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libopenshot/libopenshot-0.2.5.ebuild b/media-libs/libopenshot/libopenshot-0.2.5.ebuild index 840b5fb4de8..fdfa393fcfc 100644 --- a/media-libs/libopenshot/libopenshot-0.2.5.ebuild +++ b/media-libs/libopenshot/libopenshot-0.2.5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit cmake python-single-r1 toolchain-funcs @@ -25,10 +25,10 @@ RDEPEND=" dev-qt/qtgui:5 dev-qt/qtmultimedia:5[widgets] >=media-libs/libopenshot-audio-0.2.0:0= + media-video/ffmpeg:0=[encode,x264,xvid,vpx,mp3,theora] net-libs/cppzmq net-libs/zeromq imagemagick? ( >=media-gfx/imagemagick-7:0=[cxx] ) - media-video/ffmpeg:0=[encode,x264,xvid,vpx,mp3,theora] python? ( ${PYTHON_DEPS} ) " DEPEND="${RDEPEND}"