diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-03-24 08:52:30 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-03-24 08:52:30 +0000 |
commit | efb35c5d1d9b0d6938a5aef6f8868f5c818d4d96 (patch) | |
tree | b199c5c776a21ddb8762405dd9cd7ee176a3af88 /dev-python/dulwich | |
parent | Stable for x86, wrt bug #544226 (diff) | |
download | gentoo-2-efb35c5d1d9b0d6938a5aef6f8868f5c818d4d96.tar.gz gentoo-2-efb35c5d1d9b0d6938a5aef6f8868f5c818d4d96.tar.bz2 gentoo-2-efb35c5d1d9b0d6938a5aef6f8868f5c818d4d96.zip |
Stable for x86, wrt bug #544104
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/dulwich')
-rw-r--r-- | dev-python/dulwich/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/dulwich/dulwich-0.9.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/dulwich/ChangeLog b/dev-python/dulwich/ChangeLog index d3f7b8b5cfc6..945b667bd218 100644 --- a/dev-python/dulwich/ChangeLog +++ b/dev-python/dulwich/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/dulwich # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.86 2015/03/24 08:51:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.87 2015/03/24 08:52:30 ago Exp $ + + 24 Mar 2015; Agostino Sarubbo <ago@gentoo.org> dulwich-0.9.9.ebuild: + Stable for x86, wrt bug #544104 24 Mar 2015; Agostino Sarubbo <ago@gentoo.org> dulwich-0.9.9.ebuild: Stable for amd64, wrt bug #544104 diff --git a/dev-python/dulwich/dulwich-0.9.9.ebuild b/dev-python/dulwich/dulwich-0.9.9.ebuild index cca74a6f2042..673fbc55fa32 100644 --- a/dev-python/dulwich/dulwich-0.9.9.ebuild +++ b/dev-python/dulwich/dulwich-0.9.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.9.9.ebuild,v 1.2 2015/03/24 08:51:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.9.9.ebuild,v 1.3 2015/03/24 08:52:30 ago Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${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="doc examples test" DEPEND=" |