diff options
author | Jason A. Donenfeld <zx2c4@gentoo.org> | 2012-12-02 20:54:57 +0000 |
---|---|---|
committer | Jason A. Donenfeld <zx2c4@gentoo.org> | 2012-12-02 20:54:57 +0000 |
commit | 0bf41bbf3092ca5519a3efee8c4b19b4e7276b00 (patch) | |
tree | eafb570b8bf1b19c30a684d0192cfdc68c878f58 /dev-python/pysctp | |
parent | Incorporate ago's suggestions. (diff) | |
download | gentoo-2-0bf41bbf3092ca5519a3efee8c4b19b4e7276b00.tar.gz gentoo-2-0bf41bbf3092ca5519a3efee8c4b19b4e7276b00.tar.bz2 gentoo-2-0bf41bbf3092ca5519a3efee8c4b19b4e7276b00.zip |
Moar ago-ing.
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, unsigned Manifest commit)
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" |