diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-09-30 17:17:15 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-09-30 17:17:15 +0000 |
commit | 817a463c589b022b2ada19a3b45165587a2e7306 (patch) | |
tree | 5cdb53542197537b94a5969679d609449e52c280 /dev-python/dulwich | |
parent | Stable for x86, wrt bug #486370 (diff) | |
download | gentoo-2-817a463c589b022b2ada19a3b45165587a2e7306.tar.gz gentoo-2-817a463c589b022b2ada19a3b45165587a2e7306.tar.bz2 gentoo-2-817a463c589b022b2ada19a3b45165587a2e7306.zip |
Stable for x86, wrt bug #485732
(Portage version: 2.2.7/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.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/dulwich/ChangeLog b/dev-python/dulwich/ChangeLog index 93126eaaacef..3b17f0f58563 100644 --- a/dev-python/dulwich/ChangeLog +++ b/dev-python/dulwich/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/dulwich # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.68 2013/09/23 19:11:55 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.69 2013/09/30 17:17:15 ago Exp $ + + 30 Sep 2013; Agostino Sarubbo <ago@gentoo.org> dulwich-0.9.0-r1.ebuild: + Stable for x86, wrt bug #485732 23 Sep 2013; Agostino Sarubbo <ago@gentoo.org> dulwich-0.9.0-r1.ebuild: Stable for amd64, wrt bug #485732 diff --git a/dev-python/dulwich/dulwich-0.9.0-r1.ebuild b/dev-python/dulwich/dulwich-0.9.0-r1.ebuild index 4a9b945086b2..3c0f5dc8af36 100644 --- a/dev-python/dulwich/dulwich-0.9.0-r1.ebuild +++ b/dev-python/dulwich/dulwich-0.9.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.9.0-r1.ebuild,v 1.3 2013/09/23 19:11:55 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.9.0-r1.ebuild,v 1.4 2013/09/30 17:17:15 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 ) @@ -13,7 +13,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="doc test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] |