diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2011-12-23 19:20:39 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2011-12-23 19:20:39 +0000 |
commit | 5a9d8ea8dfb530c7f164f4076ee303c7fee42c6e (patch) | |
tree | 8eaf9d98579d1063c978c3f8fd1b866592472659 /dev-python/dulwich | |
parent | Initial commit, proxy maintaining for Luke Dashjr, bug #328391 (diff) | |
download | gentoo-2-5a9d8ea8dfb530c7f164f4076ee303c7fee42c6e.tar.gz gentoo-2-5a9d8ea8dfb530c7f164f4076ee303c7fee42c6e.tar.bz2 gentoo-2-5a9d8ea8dfb530c7f164f4076ee303c7fee42c6e.zip |
Stable for AMD64, wrt bug #395713
(Portage version: 2.1.10.41/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.8.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/dulwich/ChangeLog b/dev-python/dulwich/ChangeLog index 891a60a1110f..c4d6b9121b54 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.42 2011/12/22 19:57:01 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.43 2011/12/23 19:20:39 ago Exp $ + + 23 Dec 2011; Agostino Sarubbo <ago@gentoo.org> dulwich-0.8.1.ebuild: + Stable for AMD64, wrt bug #395713 *dulwich-0.8.2 (22 Dec 2011) diff --git a/dev-python/dulwich/dulwich-0.8.1.ebuild b/dev-python/dulwich/dulwich-0.8.1.ebuild index 26a17b6abd05..0d5ae695e9a8 100644 --- a/dev-python/dulwich/dulwich-0.8.1.ebuild +++ b/dev-python/dulwich/dulwich-0.8.1.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.8.1.ebuild,v 1.4 2011/12/05 19:14:35 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.8.1.ebuild,v 1.5 2011/12/23 19:20:39 ago 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 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" DEPEND="dev-python/setuptools |