diff options
-rw-r--r-- | dev-python/dulwich/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/dulwich/dulwich-0.4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/dulwich/ChangeLog b/dev-python/dulwich/ChangeLog index 96febd4de22e..3a4799d073b3 100644 --- a/dev-python/dulwich/ChangeLog +++ b/dev-python/dulwich/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/dulwich # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.2 2009/11/23 01:24:20 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.3 2009/12/01 10:16:32 maekke Exp $ + + 01 Dec 2009; Markus Meier <maekke@gentoo.org> dulwich-0.4.0.ebuild: + amd64/x86 stable, bug #295213 23 Nov 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> dulwich-0.4.0.ebuild: diff --git a/dev-python/dulwich/dulwich-0.4.0.ebuild b/dev-python/dulwich/dulwich-0.4.0.ebuild index f5a11e980c3f..f8e7a735c291 100644 --- a/dev-python/dulwich/dulwich-0.4.0.ebuild +++ b/dev-python/dulwich/dulwich-0.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.4.0.ebuild,v 1.2 2009/11/23 01:24:20 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.4.0.ebuild,v 1.3 2009/12/01 10:16:32 maekke 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 )" |