diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2012-01-21 15:51:10 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2012-01-21 15:51:10 +0000 |
commit | f6d0e7358a9421ad6f3021b12f214da76ae08eb1 (patch) | |
tree | b1c13db355f38efaab89eed95be414dba6d8b6df /dev-python/dulwich | |
parent | Stable on alpha, bug #383751 (diff) | |
download | gentoo-2-f6d0e7358a9421ad6f3021b12f214da76ae08eb1.tar.gz gentoo-2-f6d0e7358a9421ad6f3021b12f214da76ae08eb1.tar.bz2 gentoo-2-f6d0e7358a9421ad6f3021b12f214da76ae08eb1.zip |
Stable on alpha, bug #383751
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/dulwich')
-rw-r--r-- | dev-python/dulwich/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/dulwich/dulwich-0.8.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/dulwich/ChangeLog b/dev-python/dulwich/ChangeLog index e0ffc56e58f1..b5aa69ed5a85 100644 --- a/dev-python/dulwich/ChangeLog +++ b/dev-python/dulwich/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/dulwich # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.44 2012/01/04 17:31:24 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.45 2012/01/21 15:51:10 klausman Exp $ + + 21 Jan 2012; Tobias Klausmann <klausman@gentoo.org> dulwich-0.8.1.ebuild: + Stable on alpha, bug #383751 04 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> dulwich-0.8.1.ebuild: x86 stable wrt bug #395713 diff --git a/dev-python/dulwich/dulwich-0.8.1.ebuild b/dev-python/dulwich/dulwich-0.8.1.ebuild index c633c5985ba3..fb5d619fdea9 100644 --- a/dev-python/dulwich/dulwich-0.8.1.ebuild +++ b/dev-python/dulwich/dulwich-0.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.8.1.ebuild,v 1.6 2012/01/04 17:31:24 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.8.1.ebuild,v 1.7 2012/01/21 15:51:10 klausman 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="alpha 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 |