diff options
Diffstat (limited to 'dev-python/configparser/configparser-3.3.0.2.ebuild')
-rw-r--r-- | dev-python/configparser/configparser-3.3.0.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/configparser/configparser-3.3.0.2.ebuild b/dev-python/configparser/configparser-3.3.0.2.ebuild index 9c72f50599d5..3f06ec200ecf 100644 --- a/dev-python/configparser/configparser-3.3.0.2.ebuild +++ b/dev-python/configparser/configparser-3.3.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/configparser/configparser-3.3.0.2.ebuild,v 1.1 2013/12/14 10:36:32 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/configparser/configparser-3.3.0.2.ebuild,v 1.2 2015/03/06 22:12:39 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) # 2_6 possible with extra deps @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MY_PV}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" S=${WORKDIR}/${PN}-${MY_PV} |