diff options
author | 2014-11-25 17:02:02 +0000 | |
---|---|---|
committer | 2014-11-25 17:02:02 +0000 | |
commit | 0b66a5cc945a7a23ec2062189e8944594123236f (patch) | |
tree | 4329383943e6d60005f29f434a0586b224fd0330 /dev-python/fabric | |
parent | Support python 3.4 (diff) | |
download | gentoo-2-0b66a5cc945a7a23ec2062189e8944594123236f.tar.gz gentoo-2-0b66a5cc945a7a23ec2062189e8944594123236f.tar.bz2 gentoo-2-0b66a5cc945a7a23ec2062189e8944594123236f.zip |
Remove redundant comment.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'dev-python/fabric')
-rw-r--r-- | dev-python/fabric/fabric-1.10.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/fabric/fabric-1.10.0.ebuild b/dev-python/fabric/fabric-1.10.0.ebuild index d3a38ad9ba9b..a7eb6f10e793 100644 --- a/dev-python/fabric/fabric-1.10.0.ebuild +++ b/dev-python/fabric/fabric-1.10.0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/fabric/fabric-1.10.0.ebuild,v 1.3 2014/11/07 04:29:53 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fabric/fabric-1.10.0.ebuild,v 1.4 2014/11/25 17:02:02 floppym Exp $ EAPI=5 -PYTHON_COMPAT=( python2_7 ) # py2 only +PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 |