diff options
Diffstat (limited to 'dev-python/pysctp')
-rw-r--r-- | dev-python/pysctp/pysctp-0.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pysctp/pysctp-0.6.ebuild b/dev-python/pysctp/pysctp-0.6.ebuild index 3f918a6c8b0d..eeb7ab04956c 100644 --- a/dev-python/pysctp/pysctp-0.6.ebuild +++ b/dev-python/pysctp/pysctp-0.6.ebuild @@ -1,15 +1,15 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysctp/pysctp-0.6.ebuild,v 1.4 2012/12/02 20:48:02 zx2c4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysctp/pysctp-0.6.ebuild,v 1.5 2012/12/02 20:54:57 zx2c4 Exp $ -EAPI=4 +EAPI=5 PYTHON_COMPAT=( python2_5 python2_6 python2_7 ) inherit distutils-r1 DESCRIPTION="PySCTP gives access to the SCTP transport protocol from Python." HOMEPAGE="https://github.com/philpraxis/pysctp" -SRC_URI="mirror://github/philpraxis/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/philpraxis/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" |