commit:     996c239647552cf44de1eda5be28d97744ab46e8
Author:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 28 17:26:09 2017 +0000
Commit:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Mon Aug 28 17:26:40 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=996c2396

dev-python/m2crypto: add prefix support

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-python/m2crypto/m2crypto-0.26.0.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-python/m2crypto/m2crypto-0.26.0.ebuild 
b/dev-python/m2crypto/m2crypto-0.26.0.ebuild
index f6ebb3ee901..55a09e51160 100644
--- a/dev-python/m2crypto/m2crypto-0.26.0.ebuild
+++ b/dev-python/m2crypto/m2crypto-0.26.0.ebuild
@@ -16,7 +16,8 @@ 
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos"
+
 IUSE="libressl"
 
 RDEPEND="
@@ -34,6 +35,10 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 # Tests access network, and fail randomly. Bug #431458.
 RESTRICT=test
 
+python_compile() {
+       distutils-r1_python_compile --openssl="${EPREFIX}"/usr
+}
+
 python_test() {
        esetup.py test
 }

Reply via email to