diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-06-20 14:46:37 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-06-20 14:46:37 +0000 |
commit | 72a8e1c90004c20d79126651374d2b62faf9e76c (patch) | |
tree | a7985735dbd55034618b44cf1cffe92e80599284 /dev-python/dulwich | |
parent | Stable for amd64, wrt bug #422059 (diff) | |
download | historical-72a8e1c90004c20d79126651374d2b62faf9e76c.tar.gz historical-72a8e1c90004c20d79126651374d2b62faf9e76c.tar.bz2 historical-72a8e1c90004c20d79126651374d2b62faf9e76c.zip |
Stable for amd64, wrt bug #422061
Package-Manager: portage-2.1.10.49/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.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/dulwich/ChangeLog b/dev-python/dulwich/ChangeLog index f7db39f59b47..d3cd259e7c26 100644 --- a/dev-python/dulwich/ChangeLog +++ b/dev-python/dulwich/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/dulwich # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.51 2012/05/08 09:33:54 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.52 2012/06/20 14:46:37 ago Exp $ + + 20 Jun 2012; Agostino Sarubbo <ago@gentoo.org> dulwich-0.8.5.ebuild: + Stable for amd64, wrt bug #422061 *dulwich-0.8.5 (08 May 2012) diff --git a/dev-python/dulwich/dulwich-0.8.5.ebuild b/dev-python/dulwich/dulwich-0.8.5.ebuild index 44f3696d9677..2c9cdf9f96ec 100644 --- a/dev-python/dulwich/dulwich-0.8.5.ebuild +++ b/dev-python/dulwich/dulwich-0.8.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.8.5.ebuild,v 1.1 2012/05/08 09:33:54 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.8.5.ebuild,v 1.2 2012/06/20 14:46:37 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="~alpha ~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha 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 |