diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-28 10:18:18 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-28 10:18:18 +0000 |
commit | ca4e58363ba34fba9bdd40bf0940e93f4b167a07 (patch) | |
tree | 31984a9b303892bf84290ecc3127b9d4cbf9ca0f /dev-python | |
parent | Stable for x86, wrt bug #533316 (diff) | |
download | gentoo-2-ca4e58363ba34fba9bdd40bf0940e93f4b167a07.tar.gz gentoo-2-ca4e58363ba34fba9bdd40bf0940e93f4b167a07.tar.bz2 gentoo-2-ca4e58363ba34fba9bdd40bf0940e93f4b167a07.zip |
Stable for x86, wrt bug #533320
(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')
-rw-r--r-- | dev-python/dulwich/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/dulwich/dulwich-0.9.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/dulwich/ChangeLog b/dev-python/dulwich/ChangeLog index 529304cd91e8..1ec59bb2a3be 100644 --- a/dev-python/dulwich/ChangeLog +++ b/dev-python/dulwich/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/dulwich # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.83 2014/12/26 19:15:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.84 2014/12/28 10:18:18 ago Exp $ + + 28 Dec 2014; Agostino Sarubbo <ago@gentoo.org> dulwich-0.9.7.ebuild: + Stable for x86, wrt bug #533320 26 Dec 2014; Agostino Sarubbo <ago@gentoo.org> dulwich-0.9.7.ebuild: Stable for amd64, wrt bug #533320 diff --git a/dev-python/dulwich/dulwich-0.9.7.ebuild b/dev-python/dulwich/dulwich-0.9.7.ebuild index 9c9631bb686d..743d9d718311 100644 --- a/dev-python/dulwich/dulwich-0.9.7.ebuild +++ b/dev-python/dulwich/dulwich-0.9.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.9.7.ebuild,v 1.4 2014/12/26 19:15:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.9.7.ebuild,v 1.5 2014/12/28 10:18:18 ago Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 pypy ) @@ -13,7 +13,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="dev-python/setuptools[${PYTHON_USEDEP}] |