nassl: use our mirror for now, see upstream bug https://github.com/nabla-c0d3/nassl/issues/3

This commit is contained in:
blshkv 2017-03-12 14:53:23 +08:00
parent 02c0afdbb7
commit cb0a60c151
No known key found for this signature in database
GPG key ID: 9CCF6FCB8D8A14BF
2 changed files with 4 additions and 2 deletions

View file

@ -9,7 +9,8 @@ inherit distutils-r1 flag-o-matic
DESCRIPTION="Experimental Python wrapper for OpenSSL"
HOMEPAGE="https://github.com/nabla-c0d3/nassl"
SRC_URI="https://github.com/nabla-c0d3/nassl/archive/${PV}.tar.gz -> ${P}.tar.gz"
#SRC_URI="https://github.com/nabla-c0d3/nassl/archive/${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="http://dev.pentoo.ch/~blshkv/distfiles/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"

View file

@ -9,7 +9,8 @@ inherit distutils-r1 flag-o-matic
DESCRIPTION="Experimental Python wrapper for OpenSSL"
HOMEPAGE="https://github.com/nabla-c0d3/nassl"
SRC_URI="https://github.com/nabla-c0d3/nassl/archive/${PV}.tar.gz -> ${P}.tar.gz"
#SRC_URI="https://github.com/nabla-c0d3/nassl/archive/${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="http://dev.pentoo.ch/~blshkv/distfiles/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"