From: Alexis Ballier Date: Thu, 12 Apr 2018 18:33:59 +0000 (+0200) Subject: dev-ros/rosbridge_server: upstream does not bundle python stuff anymore X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=99404f7c8abe0b5f9e65ac3455d652cb72728718;p=gentoo.git dev-ros/rosbridge_server: upstream does not bundle python stuff anymore Package-Manager: Portage-2.3.28, Repoman-2.3.9 --- diff --git a/dev-ros/rosbridge_server/rosbridge_server-9999.ebuild b/dev-ros/rosbridge_server/rosbridge_server-9999.ebuild index a175c87a3b38..1ea9a841c8fd 100644 --- a/dev-ros/rosbridge_server/rosbridge_server-9999.ebuild +++ b/dev-ros/rosbridge_server/rosbridge_server-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -23,7 +23,3 @@ RDEPEND=" www-servers/tornado[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}" -PATCHES=( - "${FILESDIR}/backports-ssl.patch" - "${FILESDIR}/tornado.patch" -)