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 0506F1382C5 for ; Tue, 1 May 2018 07:36:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DDD4E0876; Tue, 1 May 2018 07:36:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 06A4CE0876 for ; Tue, 1 May 2018 07:36:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 AD24D335C74 for ; Tue, 1 May 2018 07:36:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74E78281 for ; Tue, 1 May 2018 07:36:24 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1525160154.c049a2465b1248218a86102654316fe4244a564f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/openshot/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/openshot/openshot-2.4.0-r1.ebuild media-video/openshot/openshot-2.4.0.ebuild X-VCS-Directories: media-video/openshot/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c049a2465b1248218a86102654316fe4244a564f X-VCS-Branch: master Date: Tue, 1 May 2018 07:36:24 +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-Archives-Salt: 70cb7f05-517d-4ecd-a0e4-7baa2b2908e0 X-Archives-Hash: 6dae43c96535d8a3c478963bb9963cb8 commit: c049a2465b1248218a86102654316fe4244a564f Author: Joonas Niilola gmail com> AuthorDate: Wed Apr 18 07:27:28 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue May 1 07:35:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c049a246 media-video/openshot: add dev-python/requests to RDEPEND Closes: https://bugs.gentoo.org/637448 Closes: https://github.com/gentoo/gentoo/pull/8052 Package-Manager: Portage[mgorny]-2.3.26.1 .../openshot/{openshot-2.4.0.ebuild => openshot-2.4.0-r1.ebuild} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/media-video/openshot/openshot-2.4.0.ebuild b/media-video/openshot/openshot-2.4.0-r1.ebuild similarity index 87% rename from media-video/openshot/openshot-2.4.0.ebuild rename to media-video/openshot/openshot-2.4.0-r1.ebuild index 9781379e1fc..4e6a8386bce 100644 --- a/media-video/openshot/openshot-2.4.0.ebuild +++ b/media-video/openshot/openshot-2.4.0-r1.ebuild @@ -13,7 +13,7 @@ MY_PN="${PN}-qt" MY_P="${MY_PN}-${PV}" DESCRIPTION="Free, open-source, non-linear video editor to create and edit videos and movies" -HOMEPAGE="http://www.openshot.org/ https://launchpad.net/openshot" +HOMEPAGE="https://www.openshot.org/ https://launchpad.net/openshot" SRC_URI="https://launchpad.net/${PN}/$(get_version_component_range 1-2)/${PV}/+download/${MY_P}.tar.gz" LICENSE="GPL-3+" @@ -21,10 +21,11 @@ SLOT="1" KEYWORDS="amd64 x86" RDEPEND=" - dev-python/PyQt5[svg,webkit,${PYTHON_USEDEP}] - >=media-libs/libopenshot-0.1.8[python,${PYTHON_USEDEP}] dev-python/httplib2[${PYTHON_USEDEP}] + dev-python/PyQt5[${PYTHON_USEDEP},svg,webkit] dev-python/pyzmq[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + >=media-libs/libopenshot-0.1.8[python,${PYTHON_USEDEP}] " DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}]