diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-03-26 15:45:33 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-03-26 15:45:33 +0000 |
commit | 034dad1a9859b0bc289795712420efdca8f289a4 (patch) | |
tree | e8c0e0b60390634b148b06c5ef81dbca5704191a /dev-python/dulwich | |
parent | Stable for amd64, wrt bug #457480 (diff) | |
download | gentoo-2-034dad1a9859b0bc289795712420efdca8f289a4.tar.gz gentoo-2-034dad1a9859b0bc289795712420efdca8f289a4.tar.bz2 gentoo-2-034dad1a9859b0bc289795712420efdca8f289a4.zip |
Stable for amd64, wrt bug #457324
(Portage version: 2.1.11.55/cvs/Linux x86_64, 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.8.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/dulwich/ChangeLog b/dev-python/dulwich/ChangeLog index c8f58686aa1f..5ece6834f7bd 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.58 2013/01/06 19:31:54 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.59 2013/03/26 15:45:33 ago Exp $ + + 26 Mar 2013; Agostino Sarubbo <ago@gentoo.org> dulwich-0.8.7.ebuild: + Stable for amd64, wrt bug #457324 06 Jan 2013; Michał Górny <mgorny@gentoo.org> dulwich-0.8.5.ebuild, dulwich-0.8.6.ebuild, dulwich-0.8.7.ebuild: diff --git a/dev-python/dulwich/dulwich-0.8.7.ebuild b/dev-python/dulwich/dulwich-0.8.7.ebuild index c69a167713a0..527f89b21b79 100644 --- a/dev-python/dulwich/dulwich-0.8.7.ebuild +++ b/dev-python/dulwich/dulwich-0.8.7.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.8.7.ebuild,v 1.2 2013/01/06 19:31:54 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.8.7.ebuild,v 1.3 2013/03/26 15:45:33 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="~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="" DEPEND="dev-python/setuptools |