commit: c049a2465b1248218a86102654316fe4244a564f Author: Joonas Niilola <juippis <AT> gmail <DOT> com> AuthorDate: Wed Apr 18 07:27:28 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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}]
