diff options
Diffstat (limited to 'dev-python/python-distutils-extra/python-distutils-extra-2.23.ebuild')
-rw-r--r-- | dev-python/python-distutils-extra/python-distutils-extra-2.23.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/python-distutils-extra/python-distutils-extra-2.23.ebuild b/dev-python/python-distutils-extra/python-distutils-extra-2.23.ebuild index 1b9e55734394..d53c8b1608fc 100644 --- a/dev-python/python-distutils-extra/python-distutils-extra-2.23.ebuild +++ b/dev-python/python-distutils-extra/python-distutils-extra-2.23.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-distutils-extra/python-distutils-extra-2.23.ebuild,v 1.1 2010/12/30 22:41:04 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-distutils-extra/python-distutils-extra-2.23.ebuild,v 1.2 2011/08/14 14:52:18 hwoarang Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ SRC_URI="http://launchpad.net/python-distutils-extra/trunk/${PV}/+download/${P}. LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="" DEPEND="dev-python/setuptools" |