diff options
-rw-r--r-- | dev-python/dulwich/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/dulwich/dulwich-0.4.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/dulwich/ChangeLog b/dev-python/dulwich/ChangeLog index 5babeea915fe..718aef589d08 100644 --- a/dev-python/dulwich/ChangeLog +++ b/dev-python/dulwich/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/dulwich # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.4 2010/01/04 08:18:55 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.5 2010/02/06 13:11:39 fauli Exp $ + + 06 Feb 2010; Christian Faulhammer <fauli@gentoo.org> dulwich-0.4.1.ebuild: + stable x86, bug 303511 *dulwich-0.4.1 (04 Jan 2010) diff --git a/dev-python/dulwich/dulwich-0.4.1.ebuild b/dev-python/dulwich/dulwich-0.4.1.ebuild index efef7d0f584c..32b60066e8d7 100644 --- a/dev-python/dulwich/dulwich-0.4.1.ebuild +++ b/dev-python/dulwich/dulwich-0.4.1.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.4.1.ebuild,v 1.1 2010/01/04 08:18:55 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.4.1.ebuild,v 1.2 2010/02/06 13:11:39 fauli Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -13,7 +13,7 @@ SRC_URI="http://samba.org/~jelmer/dulwich/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="test" DEPEND="test? ( dev-python/nose )" |