From 88f92032cd9768fff8af37c8fd68ede1a7241879 Mon Sep 17 00:00:00 2001 From: Jonathan Scruggs Date: Fri, 28 Oct 2016 11:46:47 +0100 Subject: [PATCH] dev-python/m2crypto: Add missing RDEPEND on dev-python/typing Gentoo-bug: 597744 * EAPI=6 * Removing old ebuild as it doesn't have the dependency, so m2crypto will not work right. Signed off by: Jonathan Scruggs (j.scruggs@gmail.com) Closes: https://github.com/gentoo/gentoo/pull/2686 Signed-off-by: David Seifert --- .../{m2crypto-0.25.1.ebuild => m2crypto-0.25.1-r1.ebuild} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) rename dev-python/m2crypto/{m2crypto-0.25.1.ebuild => m2crypto-0.25.1-r1.ebuild} (76%) diff --git a/dev-python/m2crypto/m2crypto-0.25.1.ebuild b/dev-python/m2crypto/m2crypto-0.25.1-r1.ebuild similarity index 76% rename from dev-python/m2crypto/m2crypto-0.25.1.ebuild rename to dev-python/m2crypto/m2crypto-0.25.1-r1.ebuild index c7509ea2e5a57..b2ad706d26d08 100644 --- a/dev-python/m2crypto/m2crypto-0.25.1.ebuild +++ b/dev-python/m2crypto/m2crypto-0.25.1-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="threads(+)" @@ -17,12 +17,13 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~amd64" IUSE="libressl" RDEPEND=" !libressl? ( >=dev-libs/openssl-0.9.8:0= ) - libressl? ( dev-libs/libressl:= ) + libressl? ( dev-libs/libressl:0= ) + dev-python/typing " DEPEND="${RDEPEND} >=dev-lang/swig-1.3.28:0