summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2014-12-26 19:15:05 +0000
committerAgostino Sarubbo <ago@gentoo.org>2014-12-26 19:15:05 +0000
commit5084aa80b8abe645e8e96dd31aff3458c3fcd962 (patch)
tree5aabd9f91c2123ff765945399fcc95cb2229783f /dev-python/dulwich
parentStable for amd64, wrt bug #533446 (diff)
downloadgentoo-2-5084aa80b8abe645e8e96dd31aff3458c3fcd962.tar.gz
gentoo-2-5084aa80b8abe645e8e96dd31aff3458c3fcd962.tar.bz2
gentoo-2-5084aa80b8abe645e8e96dd31aff3458c3fcd962.zip
Stable for amd64, wrt bug #533320
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/dulwich')
-rw-r--r--dev-python/dulwich/ChangeLog5
-rw-r--r--dev-python/dulwich/dulwich-0.9.7.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/dulwich/ChangeLog b/dev-python/dulwich/ChangeLog
index 243065b89d61..529304cd91e8 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.82 2014/12/22 18:09:36 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.83 2014/12/26 19:15:05 ago Exp $
+
+ 26 Dec 2014; Agostino Sarubbo <ago@gentoo.org> dulwich-0.9.7.ebuild:
+ Stable for amd64, wrt bug #533320
*dulwich-0.9.8 (22 Dec 2014)
diff --git a/dev-python/dulwich/dulwich-0.9.7.ebuild b/dev-python/dulwich/dulwich-0.9.7.ebuild
index 5513c2c45232..9c9631bb686d 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.3 2014/08/10 21:09:52 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.9.7.ebuild,v 1.4 2014/12/26 19:15:05 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}]