diff options
Diffstat (limited to 'dev-python/dulwich/dulwich-0.6.0.ebuild')
-rw-r--r-- | dev-python/dulwich/dulwich-0.6.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/dulwich/dulwich-0.6.0.ebuild b/dev-python/dulwich/dulwich-0.6.0.ebuild index 84e26bfd2b10..3e00d748c4e2 100644 --- a/dev-python/dulwich/dulwich-0.6.0.ebuild +++ b/dev-python/dulwich/dulwich-0.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.6.0.ebuild,v 1.3 2010/06/26 18:37:18 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.6.0.ebuild,v 1.4 2010/07/10 15:26:52 fauli Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ SRC_URI="http://samba.org/~jelmer/dulwich/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~x86 ~ppc-macos ~x86-solaris" +KEYWORDS="amd64 x86 ~ppc-macos ~x86-solaris" IUSE="" DEPEND="dev-python/setuptools" |