summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirkjan Ochtman <djc@gentoo.org>2010-03-16 09:25:22 +0000
committerDirkjan Ochtman <djc@gentoo.org>2010-03-16 09:25:22 +0000
commit8584432aaa6f4d8d4d3e7d9f867403389ef820fd (patch)
tree1047dc5c9ff80ed9ea3b7e6189cb50adffa74562 /dev-python/dulwich
parentPackage moved to sci-geosciences/googleearth (diff)
downloadgentoo-2-8584432aaa6f4d8d4d3e7d9f867403389ef820fd.tar.gz
gentoo-2-8584432aaa6f4d8d4d3e7d9f867403389ef820fd.tar.bz2
gentoo-2-8584432aaa6f4d8d4d3e7d9f867403389ef820fd.zip
amd64 stable
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/dulwich')
-rw-r--r--dev-python/dulwich/ChangeLog5
-rw-r--r--dev-python/dulwich/dulwich-0.4.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/dulwich/ChangeLog b/dev-python/dulwich/ChangeLog
index 910ef38be1f0..31f969d773f3 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.6 2010/03/05 17:32:22 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.7 2010/03/16 09:25:22 djc Exp $
+
+ 16 Mar 2010; Dirkjan Ochtman <djc@gentoo.org> dulwich-0.4.1.ebuild:
+ amd64 stable, bug 303511
*dulwich-0.5.0 (05 Mar 2010)
diff --git a/dev-python/dulwich/dulwich-0.4.1.ebuild b/dev-python/dulwich/dulwich-0.4.1.ebuild
index 32b60066e8d7..aad9dd977692 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.2 2010/02/06 13:11:39 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.4.1.ebuild,v 1.3 2010/03/16 09:25:22 djc 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 )"