diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-04-13 20:56:16 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-04-13 20:56:16 +0000 |
commit | e9e24b591e3d3b91c91e69eaf4e9911d50c45e89 (patch) | |
tree | 75acd23f7b748b3fee49ddd657576c09f5c45a9a /dev-python/dulwich | |
parent | Stable on amd64 wrt bug #314623 (diff) | |
download | gentoo-2-e9e24b591e3d3b91c91e69eaf4e9911d50c45e89.tar.gz gentoo-2-e9e24b591e3d3b91c91e69eaf4e9911d50c45e89.tar.bz2 gentoo-2-e9e24b591e3d3b91c91e69eaf4e9911d50c45e89.zip |
Stable on amd64 wrt bug #313155
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/dulwich')
-rw-r--r-- | dev-python/dulwich/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/dulwich/dulwich-0.5.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/dulwich/ChangeLog b/dev-python/dulwich/ChangeLog index 93972368380f..bf665ff46cae 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.8 2010/03/24 20:02:27 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.9 2010/04/13 20:56:16 hwoarang Exp $ + + 13 Apr 2010; Markos Chandras <hwoarang@gentoo.org> dulwich-0.5.0.ebuild: + Stable on amd64 wrt bug #313155 24 Mar 2010; Fabian Groffen <grobian@gentoo.org> dulwich-0.5.0.ebuild: Marked ~ppc-macos diff --git a/dev-python/dulwich/dulwich-0.5.0.ebuild b/dev-python/dulwich/dulwich-0.5.0.ebuild index d9f045c52e94..075df3ccc1cb 100644 --- a/dev-python/dulwich/dulwich-0.5.0.ebuild +++ b/dev-python/dulwich/dulwich-0.5.0.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.5.0.ebuild,v 1.2 2010/03/24 20:02:27 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.5.0.ebuild,v 1.3 2010/04/13 20:56:16 hwoarang Exp $ EAPI="2" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ SRC_URI="http://samba.org/~jelmer/dulwich/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86 ~ppc-macos" +KEYWORDS="amd64 ~x86 ~ppc-macos" IUSE="" DEPEND="" |