diff options
author | Thomas Kahle <tomka@gentoo.org> | 2011-04-08 22:43:16 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2011-04-08 22:43:16 +0000 |
commit | a73442f298f36c1e560dc77a66710a15dcec6e59 (patch) | |
tree | 1ebe338a76950f53ad46933bf609b192999cf6b4 | |
parent | dev-java/netbeans-harness: bumped to rc2 (diff) | |
download | gentoo-2-a73442f298f36c1e560dc77a66710a15dcec6e59.tar.gz gentoo-2-a73442f298f36c1e560dc77a66710a15dcec6e59.tar.bz2 gentoo-2-a73442f298f36c1e560dc77a66710a15dcec6e59.zip |
x86 stable per bug 360343
(Portage version: 2.1.9.45/cvs/Linux i686)
-rw-r--r-- | dev-python/dulwich/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/dulwich/dulwich-0.7.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/dulwich/ChangeLog b/dev-python/dulwich/ChangeLog index 441eee6e497e..b99a3cc857e1 100644 --- a/dev-python/dulwich/ChangeLog +++ b/dev-python/dulwich/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/dulwich # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.24 2011/03/24 22:27:45 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.25 2011/04/08 22:43:16 tomka Exp $ + + 08 Apr 2011; Thomas Kahle <tomka@gentoo.org> dulwich-0.7.0.ebuild: + x86 stable per bug 360343 24 Mar 2011; Christoph Mende <angelos@gentoo.org> dulwich-0.7.0.ebuild: Stable on amd64 wrt bug #360343 diff --git a/dev-python/dulwich/dulwich-0.7.0.ebuild b/dev-python/dulwich/dulwich-0.7.0.ebuild index f4da85e21d78..6b54cffa76ec 100644 --- a/dev-python/dulwich/dulwich-0.7.0.ebuild +++ b/dev-python/dulwich/dulwich-0.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.7.0.ebuild,v 1.6 2011/03/28 21:08:49 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.7.0.ebuild,v 1.7 2011/04/08 22:43:16 tomka Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -16,7 +16,7 @@ SRC_URI="http://samba.org/~jelmer/dulwich/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~x86 ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="amd64 x86 ~ppc-macos ~x86-macos ~x86-solaris" IUSE="" DEPEND="dev-python/setuptools |