diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-02-06 13:11:39 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-02-06 13:11:39 +0000 |
commit | 0f753ab5cca6702f64a1e3a48cf2ca9e0b8a0029 (patch) | |
tree | bb42644c92201750e1ba9eaa688f1bae6bb1d5f7 /dev-python/dulwich | |
parent | Fix LICENSE (#301969). Maintenance (diff) | |
download | gentoo-2-0f753ab5cca6702f64a1e3a48cf2ca9e0b8a0029.tar.gz gentoo-2-0f753ab5cca6702f64a1e3a48cf2ca9e0b8a0029.tar.bz2 gentoo-2-0f753ab5cca6702f64a1e3a48cf2ca9e0b8a0029.zip |
stable x86, bug 303511
(Portage version: 2.1.7.16/cvs/Linux i686)
Diffstat (limited to 'dev-python/dulwich')
-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 )" |