summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2009-12-01 10:16:32 +0000
committerMarkus Meier <maekke@gentoo.org>2009-12-01 10:16:32 +0000
commitd67b309fb5f66a276328a2024fc4f7a51b7f2f1c (patch)
treece55e82d8ab64ac0a91526f97f32c04568cbd317 /dev-python/dulwich
parentVersion bump KDE 4.3.4 (diff)
downloadgentoo-2-d67b309fb5f66a276328a2024fc4f7a51b7f2f1c.tar.gz
gentoo-2-d67b309fb5f66a276328a2024fc4f7a51b7f2f1c.tar.bz2
gentoo-2-d67b309fb5f66a276328a2024fc4f7a51b7f2f1c.zip
amd64/x86 stable, bug #295213
(Portage version: 2.2_rc54/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.0.ebuild4
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 )"